|
1 | 1 | # Releases
|
2 | 2 |
|
| 3 | +## Version 1.20 |
| 4 | + |
| 5 | +### Version 1.20.0 |
| 6 | + |
| 7 | +**November 4, 2024** |
| 8 | + |
| 9 | +This release focuses on performance improvement, enhancing streaming support, and refining popup functionality, along with several bug fixes. |
| 10 | +Many thanks to the new contributors @grapesmoker, @arafune, and @LecrisUT, as well as the returning contributors @ahuang11, @droumis, @jbednar, @maximlt, @philippjfr, and @hoxbro. |
| 11 | + |
| 12 | +### Enhancements |
| 13 | + |
| 14 | +- De-parameterize the options `Keywords` objects ([#6314](https://github.com/holoviz/holoviews/pull/6314)) |
| 15 | +- Freeze models while updating plot(s) ([#6315](https://github.com/holoviz/holoviews/pull/6315)) |
| 16 | +- Support hit-tested group-wise wheel zoom renderers for `subcoordinate_y` ([#6277](https://github.com/holoviz/holoviews/pull/6277)) |
| 17 | +- Adds Bokeh 3.5 enhancements to RangeToolLink ([#6341](https://github.com/holoviz/holoviews/pull/6341)) |
| 18 | +- Add MultiAxisTap stream ([#6374](https://github.com/holoviz/holoviews/pull/6374)) |
| 19 | +- Add `sublabel_index` and `sublabel_skip` option for matplotlib backend ([#6375](https://github.com/holoviz/holoviews/pull/6375)) |
| 20 | +- Handle datetimes and empty selections better for inspect operations ([#6377](https://github.com/holoviz/holoviews/pull/6377)) |
| 21 | +- Improve following behavior when streaming ([#6318](https://github.com/holoviz/holoviews/pull/6318)) |
| 22 | +- Enh: Add `Scalebar` support for `subcoordinate_y` plots ([#6403](https://github.com/holoviz/holoviews/pull/6403), [#6420](https://github.com/holoviz/holoviews/pull/6420)) |
| 23 | +- Support async callbacks for `popup` ([#6390](https://github.com/holoviz/holoviews/pull/6390)) |
| 24 | +- Add `popup` position and anchor ([#6414](https://github.com/holoviz/holoviews/pull/6414)) |
| 25 | + |
| 26 | +### Bug fixes |
| 27 | + |
| 28 | +- Wrap `popup` in `set_curdoc` ([#6337](https://github.com/holoviz/holoviews/pull/6337)) |
| 29 | +- Fixes `popup` being invisible forever after closing once ([#6347](https://github.com/holoviz/holoviews/pull/6347)) |
| 30 | +- Disable simple id in notebook ([#6367](https://github.com/holoviz/holoviews/pull/6367)) |
| 31 | +- Ensure `pixel_ratio` is applied when computing resampling coordinates ([#6373](https://github.com/holoviz/holoviews/pull/6373)) |
| 32 | +- Add support for rendering `HLine`, `VLine` and `Span` on `multi_y` ([#6376](https://github.com/holoviz/holoviews/pull/6376)) |
| 33 | +- Drop the `z` dimension from `ImageStack` `DataArray` before shading ([#6378](https://github.com/holoviz/holoviews/pull/6378)) |
| 34 | +- Improve datetime support for continuous `hv.Bars` ([#6365](https://github.com/holoviz/holoviews/pull/6365)) |
| 35 | +- Don't clone Span in `HoverTool` ([#6387](https://github.com/holoviz/holoviews/pull/6387)) |
| 36 | +- Ensure proper cleanup of stream subscribers ([#6389](https://github.com/holoviz/holoviews/pull/6389)) |
| 37 | +- Handle datetime selection in the `cuDF` interface ([#6407](https://github.com/holoviz/holoviews/pull/6407)) |
| 38 | +- Fix `popup` positioning on polygons ([#6411](https://github.com/holoviz/holoviews/pull/6411)) |
| 39 | +- Fix a problem where linked selections were resulting in repeated columns ([#6336](https://github.com/holoviz/holoviews/pull/6336)) |
| 40 | +- Ensure streams are correctly mapped to plots ([#6415](https://github.com/holoviz/holoviews/pull/6415)) |
| 41 | +- Fix `Bars` width for small discrete differences on the x-axis ([#6428](https://github.com/holoviz/holoviews/pull/6428)) |
| 42 | +- Documentation fixes ([#6392](https://github.com/holoviz/holoviews/pull/6392), [#6421](https://github.com/holoviz/holoviews/pull/6421)) |
| 43 | +- Fix rasterizing a `Path` where categorical values include empty strings ([#6429](https://github.com/holoviz/holoviews/pull/6429)) |
| 44 | + |
| 45 | +### Compatibility |
| 46 | + |
| 47 | +- Handle `DeprecationWarning` from Pandas ([#6346](https://github.com/holoviz/holoviews/pull/6346), [#6391](https://github.com/holoviz/holoviews/pull/6391)) |
| 48 | +- 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)) |
| 49 | + |
3 | 50 | ## Version 1.19
|
4 | 51 |
|
5 | 52 | ### Version 1.19.1
|
|
0 commit comments