Skip to content

Commit

Permalink
Update changelog with 1.18.1 (#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 8, 2023
1 parent 28e07fe commit 9c72201
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 1.18.1
==============
**November 8, 2023**


This release contains a small number of bug fixes and compatibility updates — many thanks to @philippjfr and @Hoxbro for their contributions.


Bug fixes:

- Account for overlaid elements when using `subcoordinates_y` ([#5950](https://github.com/holoviz/holoviews/pull/5950))
- Fix `groupby` option for vectorized annotations ([#5956](https://github.com/holoviz/holoviews/pull/5956))
- Fix and improvements to `ImageStack` ([#5961](https://github.com/holoviz/holoviews/pull/5961))
- Do not allow partial matches when updating `OverlayPlot` ([#5962](https://github.com/holoviz/holoviews/pull/5962))
- Always ravel array in `unique_array` ([#5969](https://github.com/holoviz/holoviews/pull/5969))

Compatibility:

- Update Stamen maps with new URL ([#5967](https://github.com/holoviz/holoviews/pull/5967))
- Compatibility updates for Numpy 2.0 ([#5979](https://github.com/holoviz/holoviews/pull/5979))

Maintenance:

- General maintenance ([#5955](https://github.com/holoviz/holoviews/pull/5955))


Version 1.18.0
==============
**October 18, 2023**
Expand Down
34 changes: 34 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ Releases
Version 1.18
~~~~~~~~~~~~

Version 1.18.1
**************

**November 8, 2023**

This release contains a small number of bug fixes and compatibility
updates — many thanks to @philippjfr and @Hoxbro for their
contributions.

Bug fixes:

- Account for overlaid elements when using ``subcoordinates_y``
(`#5950 <https://github.com/holoviz/holoviews/pull/5950>`__)
- Fix ``groupby`` option for vectorized annotations
(`#5956 <https://github.com/holoviz/holoviews/pull/5956>`__)
- Fix and improvements to ``ImageStack``
(`#5961 <https://github.com/holoviz/holoviews/pull/5961>`__)
- Do not allow partial matches when updating ``OverlayPlot``
(`#5962 <https://github.com/holoviz/holoviews/pull/5962>`__)
- Always ravel array in ``unique_array``
(`#5969 <https://github.com/holoviz/holoviews/pull/5969>`__)

Compatibility:

- Update Stamen maps with new URL
(`#5967 <https://github.com/holoviz/holoviews/pull/5967>`__)
- Compatibility updates for Numpy 2.0
(`#5979 <https://github.com/holoviz/holoviews/pull/5979>`__)

Maintenance:

- General maintenance
(`#5955 <https://github.com/holoviz/holoviews/pull/5955>`__)

Version 1.18.0
**************

Expand Down

0 comments on commit 9c72201

Please sign in to comment.