Skip to content

Commit 9c72201

Browse files
authored
Update changelog with 1.18.1 (#5980)
1 parent 28e07fe commit 9c72201

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
Version 1.18.0
228
==============
329
**October 18, 2023**

doc/releases.rst

+34
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Releases
44
Version 1.18
55
~~~~~~~~~~~~
66

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+
741
Version 1.18.0
842
**************
943

0 commit comments

Comments
 (0)