You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+34
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,37 @@
1
+
Version 1.17.1
2
+
==============
3
+
**August 16, 2023**
4
+
5
+
6
+
This release contains a small number of important bug fixes and regressions — many thanks to @ianthomas23, @maximlt, @philippjfr, and @Hoxbro for their contributions.
7
+
8
+
9
+
Enhancements:
10
+
11
+
- Improve support for `hv.NdOverlay` and `hv.Overlay` in downsample1d ([#5856](https://github.com/holoviz/holoviews/pull/5856))
12
+
- Improve legend support for `hv.Layout` and add documentation for `sync_legends` and `show_legends` ([#5852](https://github.com/holoviz/holoviews/pull/5852))
13
+
14
+
Bug fixes:
15
+
16
+
-`RangeToolLink` now correctly reset to the predefined `boundsx` and `boundsy` values ([#5848](https://github.com/holoviz/holoviews/pull/5848))
17
+
- Fix regressions with Bokeh's axis ([#5838](https://github.com/holoviz/holoviews/pull/5838), [#5850](https://github.com/holoviz/holoviews/pull/5850), [#5851](https://github.com/holoviz/holoviews/pull/5851))
18
+
19
+
Compatibility:
20
+
21
+
- Pin Param version for Bokeh 2 ([#5844](https://github.com/holoviz/holoviews/pull/5844))
22
+
- Explicitly clear Matplotlib figure to remove warning about auto-removal of overlapping axes for Matplotlib 3.8 ([#5857](https://github.com/holoviz/holoviews/pull/5857))
23
+
24
+
Documentation:
25
+
26
+
- Set `autohide` example to `True` as in the hook ([#5832](https://github.com/holoviz/holoviews/pull/5832))
27
+
28
+
Maintenance:
29
+
30
+
- Add [OpenCollective](https://opencollective.com/holoviz) sponsor link on the repo page ([#5839](https://github.com/holoviz/holoviews/pull/5839))
31
+
- Update Ruff in pre-commit and report panel communication in `hv.show_versions` ([#5853](https://github.com/holoviz/holoviews/pull/5853))
0 commit comments