File tree 2 files changed +60
-0
lines changed
2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.18.1
2
+ ==============
3
+ ** November 8, 2023**
4
+
5
+
6
+ This release contains a small number of bug fixes and compatibility updates — many thanks to @philippjfr and @Hoxbro for their contributions.
7
+
8
+
9
+ Bug fixes:
10
+
11
+ - Account for overlaid elements when using ` subcoordinates_y ` ([ #5950 ] ( https://github.com/holoviz/holoviews/pull/5950 ) )
12
+ - Fix ` groupby ` option for vectorized annotations ([ #5956 ] ( https://github.com/holoviz/holoviews/pull/5956 ) )
13
+ - Fix and improvements to ` ImageStack ` ([ #5961 ] ( https://github.com/holoviz/holoviews/pull/5961 ) )
14
+ - Do not allow partial matches when updating ` OverlayPlot ` ([ #5962 ] ( https://github.com/holoviz/holoviews/pull/5962 ) )
15
+ - Always ravel array in ` unique_array ` ([ #5969 ] ( https://github.com/holoviz/holoviews/pull/5969 ) )
16
+
17
+ Compatibility:
18
+
19
+ - Update Stamen maps with new URL ([ #5967 ] ( https://github.com/holoviz/holoviews/pull/5967 ) )
20
+ - Compatibility updates for Numpy 2.0 ([ #5979 ] ( https://github.com/holoviz/holoviews/pull/5979 ) )
21
+
22
+ Maintenance:
23
+
24
+ - General maintenance ([ #5955 ] ( https://github.com/holoviz/holoviews/pull/5955 ) )
25
+
26
+
1
27
Version 1.18.0
2
28
==============
3
29
** October 18, 2023**
Original file line number Diff line number Diff line change @@ -4,6 +4,40 @@ Releases
4
4
Version 1.18
5
5
~~~~~~~~~~~~
6
6
7
+ Version 1.18.1
8
+ **************
9
+
10
+ **November 8, 2023 **
11
+
12
+ This release contains a small number of bug fixes and compatibility
13
+ updates — many thanks to @philippjfr and @Hoxbro for their
14
+ contributions.
15
+
16
+ Bug fixes:
17
+
18
+ - Account for overlaid elements when using ``subcoordinates_y ``
19
+ (`#5950 <https://github.com/holoviz/holoviews/pull/5950 >`__)
20
+ - Fix ``groupby `` option for vectorized annotations
21
+ (`#5956 <https://github.com/holoviz/holoviews/pull/5956 >`__)
22
+ - Fix and improvements to ``ImageStack ``
23
+ (`#5961 <https://github.com/holoviz/holoviews/pull/5961 >`__)
24
+ - Do not allow partial matches when updating ``OverlayPlot ``
25
+ (`#5962 <https://github.com/holoviz/holoviews/pull/5962 >`__)
26
+ - Always ravel array in ``unique_array ``
27
+ (`#5969 <https://github.com/holoviz/holoviews/pull/5969 >`__)
28
+
29
+ Compatibility:
30
+
31
+ - Update Stamen maps with new URL
32
+ (`#5967 <https://github.com/holoviz/holoviews/pull/5967 >`__)
33
+ - Compatibility updates for Numpy 2.0
34
+ (`#5979 <https://github.com/holoviz/holoviews/pull/5979 >`__)
35
+
36
+ Maintenance:
37
+
38
+ - General maintenance
39
+ (`#5955 <https://github.com/holoviz/holoviews/pull/5955 >`__)
40
+
7
41
Version 1.18.0
8
42
**************
9
43
You can’t perform that action at this time.
0 commit comments