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: doc/releases.md
+70-14
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,70 @@
2
2
3
3
## Version 1.20
4
4
5
+
### Version 1.20.1
6
+
7
+
**February 19, 2025**
8
+
9
+
This micro release includes a number of bug fixes, enhancements, and compatibility updates.
10
+
Many thanks to the new contributors @spacetimeengineer, @flying-sheep, and @Azaya89, as well as the returning contributors @stanwest, @ahuang11, @maximlt, and @hoxbro
- Change `param.ObjectSelector` to recommended `param.Selector` ([#6444](https://github.com/holoviz/holoviews/pull/6444))
35
+
- Dask query-planning API support ([#6446](https://github.com/holoviz/holoviews/pull/6446), [#6494](https://github.com/holoviz/holoviews/pull/6494), [#6503](https://github.com/holoviz/holoviews/pull/6503), [#6495](https://github.com/holoviz/holoviews/pull/6495))
- Exclude forks from nightly-lock workflow ([#6507](https://github.com/holoviz/holoviews/pull/6507))
59
+
- Use ruff on all python files ([#6498](https://github.com/holoviz/holoviews/pull/6498))
60
+
5
61
### Version 1.20.0
6
62
7
63
**November 4, 2024**
8
64
9
65
This release focuses on performance improvement, enhancing streaming support, and refining popup functionality, along with several bug fixes.
10
66
Many thanks to the new contributors @grapesmoker, @arafune, and @LecrisUT, as well as the returning contributors @ahuang11, @droumis, @jbednar, @maximlt, @philippjfr, and @hoxbro.
11
67
12
-
### Enhancements
68
+
Enhancements:
13
69
14
70
- De-parameterize the options `Keywords` objects ([#6314](https://github.com/holoviz/holoviews/pull/6314))
15
71
- Freeze models while updating plot(s) ([#6315](https://github.com/holoviz/holoviews/pull/6315))
@@ -23,7 +79,7 @@ Many thanks to the new contributors @grapesmoker, @arafune, and @LecrisUT, as we
23
79
- Support async callbacks for `popup` ([#6390](https://github.com/holoviz/holoviews/pull/6390))
24
80
- Add `popup` position and anchor ([#6414](https://github.com/holoviz/holoviews/pull/6414))
25
81
26
-
### Bug fixes
82
+
Bug fixes:
27
83
28
84
- Wrap `popup` in `set_curdoc` ([#6337](https://github.com/holoviz/holoviews/pull/6337))
29
85
- Fixes `popup` being invisible forever after closing once ([#6347](https://github.com/holoviz/holoviews/pull/6347))
@@ -42,7 +98,7 @@ Many thanks to the new contributors @grapesmoker, @arafune, and @LecrisUT, as we
- Fix rasterizing a `Path` where categorical values include empty strings ([#6429](https://github.com/holoviz/holoviews/pull/6429))
44
100
45
-
### Compatibility
101
+
Compatibility:
46
102
47
103
- Handle `DeprecationWarning` from Pandas ([#6346](https://github.com/holoviz/holoviews/pull/6346), [#6391](https://github.com/holoviz/holoviews/pull/6391))
48
104
- Compatibility with Ibis 9.5 ([#6371](https://github.com/holoviz/holoviews/pull/6371)), Python 3.13 ([#6383](https://github.com/holoviz/holoviews/pull/6383)), cuDF 24.10 ([#6409](https://github.com/holoviz/holoviews/pull/6409)), and Matplotlib 3.10 ([#6431](https://github.com/holoviz/holoviews/pull/6431))
@@ -56,26 +112,26 @@ Many thanks to the new contributors @grapesmoker, @arafune, and @LecrisUT, as we
56
112
This micro release includes a number of bug fixes and enhancements, as well as compatibility updates.
57
113
Thanks to @maximlt and @hoxbro for their contributions.
58
114
59
-
### Enhancements
115
+
Enhancements:
60
116
61
117
- Add color to bars for Plotly backend ([#6294](https://github.com/holoviz/holoviews/pull/6294))
62
118
63
-
### Bug fixes
119
+
Bug fixes:
64
120
65
121
- Ensure no auto index is created when a kdim is part of a multi index ([#6299](https://github.com/holoviz/holoviews/pull/6299))
66
122
- Fix `hv.Bars` with only one value in it ([#6301](https://github.com/holoviz/holoviews/pull/6301))
67
123
- Set `zIndex` of Popup to 1000 ([#6297](https://github.com/holoviz/holoviews/pull/6297))
68
124
- Handle boolean input in categorically grouped `Bars` plots ([#6304](https://github.com/holoviz/holoviews/pull/6304))
69
125
- Also check for `pd.NA` in `is_nan` ([#6290](https://github.com/holoviz/holoviews/pull/6290))
70
126
71
-
### Compatibility
127
+
Compatibility:
72
128
73
129
- Compatibility with Bokeh 3.5 ([#6267](https://github.com/holoviz/holoviews/pull/6267))
74
130
- Compatibility with Matplotlib 3.9 ([#6307](https://github.com/holoviz/holoviews/pull/6307))
75
131
- pandas: Fix observed FutureWarning for categorial groupby ([#6306](https://github.com/holoviz/holoviews/pull/6306))
76
132
- Lazy load `dask.dataframe` in `operations.datashader` ([#6309](https://github.com/holoviz/holoviews/pull/6309))
77
133
78
-
### Maintenance
134
+
Maintenance:
79
135
80
136
- Update pre-commit and conda-build script ([#6287](https://github.com/holoviz/holoviews/pull/6287))
81
137
- Update hatchling options to match other packages ([#6291](https://github.com/holoviz/holoviews/pull/6291))
@@ -94,12 +150,12 @@ Lastly bugs have been squashed and enhancements made to the existing features.
94
150
Thank you to @mirage007 and @WesleyTheGeolien for their first contributions and to the returning contributors @douglas-raillard-arm, @jj-github-jj, and @TheoMathurin.
95
151
Another thanks to the maintainers @ahuang11, @droumis, @maximlt, @philippjfr, and @hoxbro.
96
152
97
-
### New features
153
+
New features:
98
154
99
155
- Add support for popups on selection streams ([#6168](https://github.com/holoviz/holoviews/pull/6168), [#6207](https://github.com/holoviz/holoviews/pull/6207), [#6199](https://github.com/holoviz/holoviews/pull/6199))
100
156
- Add scalebar support ([#6002](https://github.com/holoviz/holoviews/pull/6002))
101
157
102
-
### Enhancements
158
+
Enhancements:
103
159
104
160
- Override Curve's count aggregator default to `self_intersect=False` ([#6030](https://github.com/holoviz/holoviews/pull/6030))
105
161
- Zoom tools automatically vertically scaled on `subcoordinate_y` overlays ([#6051](https://github.com/holoviz/holoviews/pull/6051))
@@ -128,7 +184,7 @@ Another thanks to the maintainers @ahuang11, @droumis, @maximlt, @philippjfr, an
128
184
- Allow subcoordinates to be drawn from NdOverlay dimensions ([#6209](https://github.com/holoviz/holoviews/pull/6209))
- Document `subcoordinate_group_ranges` by extending the EEG Viewer demo ([#6243](https://github.com/holoviz/holoviews/pull/6243))
174
230
175
-
### Maintenance
231
+
Maintenance:
176
232
177
233
- Switch to Pixi for development / CI and hatchling for build system ([#6182](https://github.com/holoviz/holoviews/pull/6182), [#6200](https://github.com/holoviz/holoviews/pull/6200), [#6251](https://github.com/holoviz/holoviews/pull/6251))
178
234
- Add `test-gpu` task for Pixi ([#6217](https://github.com/holoviz/holoviews/pull/6217))
0 commit comments