|
| 1 | +Version 1.12.2 |
| 2 | +============== |
| 3 | + |
| 4 | +This is a minor release with a number of important bug fixes and a |
| 5 | +small number of enhancements. Many thanks to our users for reporting |
| 6 | +these issues, and special thanks to our internal developers |
| 7 | +@philippjfr, @jlstevens and @jonmease and external contributors |
| 8 | +incluing @ahuang11 and @arabidopsis for their contributions to the |
| 9 | +code and the documentation. |
| 10 | + |
| 11 | +Enhancements: |
| 12 | + |
| 13 | +- Add styles argument to draw tool streams to allow cycling colors |
| 14 | + and other styling when drawing glyphs |
| 15 | + ([#3612](https://github.com/pyviz/holoviews/pull/3612)) |
| 16 | +- Add ability to define alpha on (data)shade operation |
| 17 | + ([#3611](https://github.com/pyviz/holoviews/pull/3611)) |
| 18 | +- Ensure that categorical plots respect Dimension.values order |
| 19 | + ([#3675](https://github.com/pyviz/holoviews/pull/3675)) |
| 20 | + |
| 21 | +Compatibility: |
| 22 | + |
| 23 | +- Compatibility with Plotly 3.8 |
| 24 | + ([#3644](https://github.com/pyviz/holoviews/pull/3644)) |
| 25 | + |
| 26 | +Bug fixes: |
| 27 | + |
| 28 | +- Ensure that bokeh server plot updates have the exclusive Document |
| 29 | + lock ([#3621](https://github.com/pyviz/holoviews/pull/3621)) |
| 30 | +- Ensure that Dimensioned streams are inherited on `__mul__` |
| 31 | + ([#3658](https://github.com/pyviz/holoviews/pull/3658)) |
| 32 | +- Ensure that bokeh hover tooltips are updated when dimensions change |
| 33 | + ([#3609](https://github.com/pyviz/holoviews/pull/3609)) |
| 34 | +- Fix DynamicMap.event method for empty streams |
| 35 | + ([#3564](https://github.com/pyviz/holoviews/pull/3564)) |
| 36 | +- Fixed handling of datetimes on Path plots |
| 37 | + ([#3464](https://github.com/pyviz/holoviews/pull/3464), |
| 38 | + [#3662](https://github.com/pyviz/holoviews/pull/3662)) |
| 39 | +- Ensure that resampling operations do not cause event loops |
| 40 | + ([#3614](https://github.com/pyviz/holoviews/issues/3614)) |
| 41 | + |
| 42 | +Backward compatibility: |
| 43 | + |
| 44 | +- Added color cycles on Violin and BoxWhisker elements due to earlier |
| 45 | + regression ([#3592](https://github.com/pyviz/holoviews/pull/3592)) |
| 46 | + |
1 | 47 | Version 1.12.1 |
2 | 48 | ============== |
3 | 49 |
|
@@ -43,7 +89,7 @@ Enhancements: |
43 | 89 | - Improved support for style mapping constant values via |
44 | 90 | `dim.categorize` |
45 | 91 | ([#3578](https://github.com/pyviz/holoviews/pull/3578)) |
46 | | - |
| 92 | + |
47 | 93 | Bug fixes: |
48 | 94 |
|
49 | 95 | - Fixes for colorscales and colorbars |
|
0 commit comments