Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor edits for 1.17.0 CHANGELOG [skip ci] #5831

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Many thanks to the new contributors @alfredocarella and @RaulPL, as well as the

New features:

- Multi-yaxis support in the Bokeh backend ([#5621](https://github.com/holoviz/holoviews/pull/5621))
- Multi-yaxis support in the Bokeh backend ([#5621](https://github.com/holoviz/holoviews/pull/5621), [#5826](https://github.com/holoviz/holoviews/pull/5826), [#5827](https://github.com/holoviz/holoviews/pull/5827))
- Allow modifying the underlying Bokeh or Matplotlib figure, axes etc. using `backend_opts` ([#4463](https://github.com/holoviz/holoviews/pull/4463))
- Support Datashaders `where` and `summary` aggregators and add `selector` option to `rasterize` enabling instant hover inspection of value dimensions ([#5805](https://github.com/holoviz/holoviews/pull/5805))
- Synchronize muteness or visibility across Bokeh figures to support linked legends ([#5763](https://github.com/holoviz/holoviews/pull/5763))
Expand Down Expand Up @@ -38,6 +38,7 @@ Bug fixes:
- Update callbacks to use Bokeh's `quad` instead of `quad` ([#5760](https://github.com/holoviz/holoviews/pull/5760))
- Update `hv.Image`/`hv.RGB` `invert_{x,y}axis` to work with Bokeh 3 ([#5796](https://github.com/holoviz/holoviews/pull/5796))
- `strip_magics` should also strip IPython line magic ([#5794](https://github.com/holoviz/holoviews/pull/5794))
- Fix `HoloMap.collapse` for `(Nd)Overlay` ([#5825](https://github.com/holoviz/holoviews/pull/5825))

Compatibility:

Expand All @@ -56,7 +57,7 @@ Maintenance:
- General maintenance ([#5758](https://github.com/holoviz/holoviews/pull/5758), [#5783](https://github.com/holoviz/holoviews/pull/5783), [#5802](https://github.com/holoviz/holoviews/pull/5802), [#5804](https://github.com/holoviz/holoviews/pull/5804), [#5806](https://github.com/holoviz/holoviews/pull/5806), [#5819](https://github.com/holoviz/holoviews/pull/5819))
- Correctly check the version for deprecation ([#5772](https://github.com/holoviz/holoviews/pull/5772))
- Update pre-commit and lint ([#5747](https://github.com/holoviz/holoviews/pull/5747), [#5768](https://github.com/holoviz/holoviews/pull/5768), [#5777](https://github.com/holoviz/holoviews/pull/5777))
- Setup infrastructure for UI tests ([#5764](https://github.com/holoviz/holoviews/pull/5764))
- Setup infrastructure for UI tests and add first linked streams tests ([#5764](https://github.com/holoviz/holoviews/pull/5764))


Version 1.16.2
Expand Down
8 changes: 6 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ as the returning contributors @ahuang11, @droumis, @jbednar, @jlstevens,
New features:

- Multi-yaxis support in the Bokeh backend
(`#5621 <https://github.com/holoviz/holoviews/pull/5621>`__)
(`#5621 <https://github.com/holoviz/holoviews/pull/5621>`__,
`#5826 <https://github.com/holoviz/holoviews/pull/5826>`__,
`#5827 <https://github.com/holoviz/holoviews/pull/5827>`__)
- Allow modifying the underlying Bokeh or Matplotlib figure, axes,
etc. using ``backend_opts``
(`#4463 <https://github.com/holoviz/holoviews/pull/4463>`__)
Expand Down Expand Up @@ -84,6 +86,8 @@ Bug fixes:
Bokeh 3 (`#5796 <https://github.com/holoviz/holoviews/pull/5796>`__)
- ``strip_magics`` should also strip IPython line magic
(`#5794 <https://github.com/holoviz/holoviews/pull/5794>`__)
- Fix ``HoloMap.collapse`` for ``(Nd)Overlay``
(`#5825 <https://github.com/holoviz/holoviews/pull/5825>`__)

Compatibility:

Expand Down Expand Up @@ -118,7 +122,7 @@ Maintenance:
(`#5747 <https://github.com/holoviz/holoviews/pull/5747>`__,
`#5768 <https://github.com/holoviz/holoviews/pull/5768>`__,
`#5777 <https://github.com/holoviz/holoviews/pull/5777>`__)
- Setup infrastructure for UI tests
- Setup infrastructure for UI tests and add first linked streams tests
(`#5764 <https://github.com/holoviz/holoviews/pull/5764>`__)


Expand Down