Skip to content

Commit e2f06d0

Browse files
authored
Changelog 1.17.1 (#5858)
1 parent 68b737f commit e2f06d0

File tree

2 files changed

+86
-3
lines changed

2 files changed

+86
-3
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff 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))
32+
- Cleanup imports ([#5846](https://github.com/holoviz/holoviews/pull/5846))
33+
34+
135
Version 1.17.0
236
==============
337
**July 24, 2023**

doc/releases.rst

+52-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,57 @@ Releases
44
Version 1.17
55
~~~~~~~~~~~~
66

7+
Version 1.17.1
8+
**************
9+
10+
**August 16, 2023**
11+
12+
This release contains a small number of important bug fixes and
13+
regressions — many thanks to @ianthomas23, @maximlt, @philippjfr, and
14+
@Hoxbro for their contributions.
15+
16+
Enhancements:
17+
18+
- Improve support for ``hv.NdOverlay`` and ``hv.Overlay`` in
19+
downsample1d
20+
(`#5856 <https://github.com/holoviz/holoviews/pull/5856>`__)
21+
- Improve legend support for ``hv.Layout`` and add documentation for
22+
``sync_legends`` and ``show_legends``
23+
(`#5852 <https://github.com/holoviz/holoviews/pull/5852>`__)
24+
25+
Bug fixes:
26+
27+
- ``RangeToolLink`` now correctly reset to the predefined ``boundsx``
28+
and ``boundsy`` values
29+
(`#5848 <https://github.com/holoviz/holoviews/pull/5848>`__)
30+
- Fix regressions with Bokeh’s axis
31+
(`#5838 <https://github.com/holoviz/holoviews/pull/5838>`__, `#5850 <https://github.com/holoviz/holoviews/pull/5850>`__, `#5851 <https://github.com/holoviz/holoviews/pull/5851>`__)
32+
33+
Compatibility:
34+
35+
- Pin Param version for Bokeh 2
36+
(`#5844 <https://github.com/holoviz/holoviews/pull/5844>`__)
37+
- Explicitly clear Matplotlib figure to remove warning about
38+
auto-removal of overlapping axes
39+
(`#5857 <https://github.com/holoviz/holoviews/pull/5857>`__)
40+
41+
Documentation:
42+
43+
- Set ``autohide`` example to ``True`` as in the hook
44+
(`#5832 <https://github.com/holoviz/holoviews/pull/5832>`__)
45+
46+
Maintenance:
47+
48+
- Add `OpenCollective <https://opencollective.com/holoviz>`__ sponsor
49+
link on the repo page
50+
(`#5839 <https://github.com/holoviz/holoviews/pull/5839>`__)
51+
- Update Ruff in pre-commit and report panel communication in
52+
``hv.show_versions``
53+
(`#5853 <https://github.com/holoviz/holoviews/pull/5853>`__)
54+
- Cleanup imports
55+
(`#5846 <https://github.com/holoviz/holoviews/pull/5846>`__)
56+
57+
758
Version 1.17.0
859
**************
960

@@ -27,9 +78,7 @@ as the returning contributors @ahuang11, @droumis, @jbednar, @jlstevens,
2778
New features:
2879

2980
- Multi-yaxis support in the Bokeh backend
30-
(`#5621 <https://github.com/holoviz/holoviews/pull/5621>`__,
31-
`#5826 <https://github.com/holoviz/holoviews/pull/5826>`__,
32-
`#5827 <https://github.com/holoviz/holoviews/pull/5827>`__)
81+
(`#5621 <https://github.com/holoviz/holoviews/pull/5621>`__, `#5826 <https://github.com/holoviz/holoviews/pull/5826>`__, `#5827 <https://github.com/holoviz/holoviews/pull/5827>`__)
3382
- Allow modifying the underlying Bokeh or Matplotlib figure, axes,
3483
etc. using ``backend_opts``
3584
(`#4463 <https://github.com/holoviz/holoviews/pull/4463>`__)

0 commit comments

Comments
 (0)