Skip to content

Commit 627f313

Browse files
authored
Added CHANGELOG for 1.12.2 release (#3676)
1 parent 23b1e12 commit 627f313

2 files changed

Lines changed: 94 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
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+
147
Version 1.12.1
248
==============
349

@@ -43,7 +89,7 @@ Enhancements:
4389
- Improved support for style mapping constant values via
4490
`dim.categorize`
4591
([#3578](https://github.com/pyviz/holoviews/pull/3578))
46-
92+
4793
Bug fixes:
4894

4995
- Fixes for colorscales and colorbars

doc/releases.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,53 @@ Release notes
1414
Version 1.12
1515
~~~~~~~~~~~~
1616

17+
Version 1.12.2
18+
**************
19+
20+
This is a minor release with a number of important bug fixes and a
21+
small number of enhancements. Many thanks to our users for reporting
22+
these issues, and special thanks to our internal developers
23+
@philippjfr, @jlstevens and @jonmease and external contributors
24+
incluing @ahuang11 and @arabidopsis for their contributions to the
25+
code and the documentation.
26+
27+
Enhancements:
28+
29+
- Add styles argument to draw tool streams to allow cycling colors when
30+
drawing glyphs
31+
(`#3612 <https://github.com/pyviz/holoviews/pull/3612>`__)
32+
- Add ability to define alpha on (data)shade operation
33+
(`#3611 <https://github.com/pyviz/holoviews/pull/3611>`__)
34+
- Ensure that categorical plots respect Dimension.values order
35+
(`#3675 <https://github.com/pyviz/holoviews/pull/3675>`__)
36+
37+
Compatibility:
38+
39+
- Compatibility with Plotly 3.8
40+
(`#3644 <https://github.com/pyviz/holoviews/pull/3644>`__)
41+
42+
Bug fixes:
43+
44+
- Ensure that bokeh server plot updates have the exclusive Document
45+
lock (`#3621 <https://github.com/pyviz/holoviews/pull/3621>`__)
46+
- Ensure that Dimensioned streams are inherited on ``__mul__``
47+
(`#3658 <https://github.com/pyviz/holoviews/pull/3658>`__)
48+
- Ensure that bokeh hover tooltips are updated when dimensions change
49+
(`#3609 <https://github.com/pyviz/holoviews/pull/3609>`__)
50+
- Fix DynamicMap.event method for empty streams
51+
(`#3564 <https://github.com/pyviz/holoviews/pull/3564>`__)
52+
- Fixed handling of datetimes on Path plots
53+
(`#3464 <https://github.com/pyviz/holoviews/pull/3464>`__,
54+
`#3662 <https://github.com/pyviz/holoviews/pull/3662>`__)
55+
- Ensure that resampling operations do not cause event loops
56+
(`#3614 <https://github.com/pyviz/holoviews/issues/3614>`__)
57+
58+
Backward compatibility:
59+
60+
- Added color cycles on Violin and BoxWhisker elements due to earlier
61+
regression (`#3592 <https://github.com/pyviz/holoviews/pull/3592>`__)
62+
63+
1764
Version 1.12.1
1865
**************
1966

0 commit comments

Comments
 (0)