Skip to content

Commit bd1b589

Browse files
philippjfrjlstevens
authored andcommitted
Updated CHANGELOG (#3417)
1 parent bd083bf commit bd1b589

2 files changed

Lines changed: 121 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
Version 1.11.1
2+
==============
3+
4+
This is a minor bug fix release with a number of important bug fixes,
5+
enhancements and updates to the documentation. Special thanks to
6+
@ahuang11, @garibarba and @Safrone for their contributions.
7+
8+
Bug fixes:
9+
10+
- Fixed bug plotting adjoined histograms in matplotlib
11+
([#3377](https://github.com/ioam/holoviews/pull/3377))
12+
- Fixed bug updating bokeh RGB alpha value
13+
([#3371](https://github.com/ioam/holoviews/pull/3371))
14+
- Handled issue when colorbar limits were equal in bokeh
15+
([#3382](https://github.com/ioam/holoviews/pull/3382))
16+
- Fixed bugs plotting empty Violin and BoxWhisker elements
17+
([#3397](https://github.com/ioam/holoviews/pull/3397),
18+
[#3405](https://github.com/ioam/holoviews/pull/3405))
19+
- Fixed handling of characters that have no uppercase on Layout and
20+
Overlay objects
21+
(([#3403](https://github.com/ioam/holoviews/pull/3403))
22+
- Fixed bug updating Polygon plots in bokeh
23+
([#3409](https://github.com/ioam/holoviews/pull/3409))
24+
25+
Enhancements:
26+
27+
- Provide control over gridlines ticker and mirrored axis ticker by
28+
default ([#3398](https://github.com/ioam/holoviews/pull/3377))
29+
- Enabled colorbars on CompositePlot classes such as Graphs, Chords
30+
etc. ([#3397](https://github.com/ioam/holoviews/pull/3396))
31+
- Ensure that xarray backend retains dimension metadata when casting
32+
element ([#3401](https://github.com/ioam/holoviews/pull/3401))
33+
- Consistently support clim options
34+
([#3382](https://github.com/ioam/holoviews/pull/3382))
35+
36+
Documentation:
37+
38+
- Completed updates from .options to .opts API in the documentation
39+
([#3364]((https://github.com/ioam/holoviews/pull/3364),
40+
[#3367]((https://github.com/ioam/holoviews/pull/3367))
41+
42+
143
Version 1.11.0
244
==============
345

doc/releases.rst

Lines changed: 79 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Releases
22
========
33

4-
.. Converted from RST using: pandoc -s -t rst ../CHANGELOG.md -o CHANGELOG.rst
5-
Take care with backticks in links!
6-
74
Announcements
85
*************
96

@@ -16,6 +13,50 @@ Release notes
1613
Version 1.11
1714
~~~~~~~~~~~~
1815

16+
Version 1.11.1
17+
==============
18+
19+
This is a minor bug fix release with a number of important bug fixes,
20+
enhancements and updates to the documentation. Special thanks to
21+
Andrew Huang (@ahuang11), @garibarba and @Safrone for their
22+
contributions.
23+
24+
Bug fixes:
25+
26+
* Fixed bug plotting adjoined histograms in matplotlib
27+
(`#3377 <https://github.com/ioam/holoviews/pull/3377>`_)
28+
* Fixed bug updating bokeh RGB alpha value
29+
(`#3371 <https://github.com/ioam/holoviews/pull/3371>`_)
30+
* Handled issue when colorbar limits were equal in bokeh
31+
(`#3382 <https://github.com/ioam/holoviews/pull/3382>`_)
32+
* Fixed bugs plotting empty Violin and BoxWhisker elements
33+
(`#3397 <https://github.com/ioam/holoviews/pull/3397>`_,
34+
`#3405 <https://github.com/ioam/holoviews/pull/3405>`_)
35+
* Fixed handling of characters that have no uppercase on Layout and
36+
Overlay objects
37+
((`#3403 <https://github.com/ioam/holoviews/pull/3403>`_)
38+
* Fixed bug updating Polygon plots in bokeh
39+
(`#3409 <https://github.com/ioam/holoviews/pull/3409>`_)
40+
41+
Enhancements:
42+
43+
* Provide control over gridlines ticker and mirrored axis ticker by
44+
default (`#3398 <https://github.com/ioam/holoviews/pull/3377>`_)
45+
* Enabled colorbars on CompositePlot classes such as Graphs, Chords
46+
etc. (`#3397 <https://github.com/ioam/holoviews/pull/3396>`_)
47+
* Ensure that xarray backend retains dimension metadata when casting
48+
element (`#3401 <https://github.com/ioam/holoviews/pull/3401>`_)
49+
* Consistently support clim options
50+
(`#3382 <https://github.com/ioam/holoviews/pull/3382>`_)
51+
52+
Documentation:
53+
54+
* Completed updates from .options to .opts API in the documentation
55+
(`#3364 <(https://github.com/ioam/holoviews/pull/3364>`_,
56+
`#3367 <(https://github.com/ioam/holoviews/pull/3367>`_)
57+
58+
59+
1960
Version 1.11.0
2061
--------------
2162

@@ -44,84 +85,81 @@ Julia Signell (@jsignell), Jon Mease (@jonmmease), and Zachary Barry
4485
Features:
4586

4687
* Generalized support for style mapping using ``dim`` transforms
47-
(\ `2152 <https://github.com/ioam/holoviews/pull/2152>`_\ )
88+
(`2152 <https://github.com/ioam/holoviews/pull/2152>`_)
4889
* Added alternative to opts magic with tab-completion
49-
(\ `#3173 <https://github.com/ioam/holoviews/pull/3173>`_\ )
90+
(`#3173 <https://github.com/ioam/holoviews/pull/3173>`_)
5091
* Added support for Polygons with holes and improved contours
51-
operation (\ `#3092 <https://github.com/ioam/holoviews/pull/3092>`_\ )
92+
operation (`#3092 <https://github.com/ioam/holoviews/pull/3092>`_)
5293
* Added support for Links to express complex interactivity in JS
53-
(\ `#2832 <https://github.com/ioam/holoviews/pull/2832>`_\ )
94+
(`#2832 <https://github.com/ioam/holoviews/pull/2832>`_)
5495
* Plotly improvements including support for plotly 3.0
55-
(\ `#3194 <https://github.com/ioam/holoviews/pull/3194>`_\ ), improved
96+
(`#3194 <https://github.com/ioam/holoviews/pull/3194>`_), improved
5697
support for containers
57-
(\ `#3255 <https://github.com/ioam/holoviews/pull/3255>`_\ ) and support
98+
(`#3255 <https://github.com/ioam/holoviews/pull/3255>`_) and support
5899
for more elements
59-
(\ `#3256 <https://github.com/ioam/holoviews/pull/3256>`_\ )
100+
(`#3256 <https://github.com/ioam/holoviews/pull/3256>`_)
60101
* Support for automatically padding plots using new ``padding`` option
61-
(\ `#2293 <https://github.com/ioam/holoviews/pull/2293>`_\ )
102+
(`#2293 <https://github.com/ioam/holoviews/pull/2293>`_)
62103
* Added ``xlim``\ /\ ``ylim`` plot options to simplify setting axis ranges
63-
(\ `#2293 <https://github.com/ioam/holoviews/pull/2293>`_\ )
104+
(`#2293 <https://github.com/ioam/holoviews/pull/2293>`_)
64105
* Added ``xlabel``\ /\ ``ylabel`` plot options to simplify overriding axis
65-
labels (\ `#2833 <https://github.com/ioam/holoviews/issues/2833>`_\ )
106+
labels (`#2833 <https://github.com/ioam/holoviews/issues/2833>`_)
66107
* Added ``xformatter``\ /\ ``yformatter`` plot options to easily override tick
67-
formatter (\ `#3042 <https://github.com/ioam/holoviews/pull/3042>`_\ )
108+
formatter (`#3042 <https://github.com/ioam/holoviews/pull/3042>`_)
68109
* Added ``active_tools`` options to allow defining tools to activate on
69110
bokeh plot initialization
70-
(\ `#3251 <https://github.com/ioam/holoviews/pull/3251>`_\ )
111+
(`#3251 <https://github.com/ioam/holoviews/pull/3251>`_)
71112
* Added ``FreehandDraw`` stream to allow freehand drawing on bokeh plots
72-
(\ `#2937 <https://github.com/ioam/holoviews/pull/2937>`_\ )
113+
(`#2937 <https://github.com/ioam/holoviews/pull/2937>`_)
73114
* Added support for ``cftime`` types for dates which are not supported
74115
by standard datetimes and calendars
75-
(\ `#2728 <https://github.com/ioam/holoviews/pull/2728>`_\ )
116+
(`#2728 <https://github.com/ioam/holoviews/pull/2728>`_)
76117
* Added top-level ``save`` and ``render`` functions to simplify exporting
77-
plots (\ `#3134 <https://github.com/ioam/holoviews/pull/3134>`_\ )
118+
plots (`#3134 <https://github.com/ioam/holoviews/pull/3134>`_)
78119
* Added support for updating Bokeh bokeh legends
79-
(\ `#3139 <https://github.com/ioam/holoviews/pull/3139>`_\ )
120+
(`#3139 <https://github.com/ioam/holoviews/pull/3139>`_)
80121
* Added support for indicating directed graphs with arrows
81-
(\ `#2521 <https://github.com/ioam/holoviews/issues/2521>`_\ )
122+
(`#2521 <https://github.com/ioam/holoviews/issues/2521>`_)
82123

83124
Enhancements:
84125

85-
86126
* Improved import times
87-
(\ `#3055 <https://github.com/ioam/holoviews/pull/3055>`_\ )
127+
(`#3055 <https://github.com/ioam/holoviews/pull/3055>`_)
88128
* Adopted Google style docstring and documented most core methods and
89-
classes (\ `#3128 <https://github.com/ioam/holoviews/pull/3128>`_
129+
classes (`#3128 <https://github.com/ioam/holoviews/pull/3128>`_
90130

91131
Bug fixes:
92132

93-
94133
* GIF rendering fixed under Windows
95-
(\ `#3151 <https://github.com/ioam/holoviews/issues/3151>`_\ )
134+
(`#3151 <https://github.com/ioam/holoviews/issues/3151>`_)
96135
* Fixes for hover on Path elements in bokeh
97-
(\ `#2472 <https://github.com/ioam/holoviews/issues/2427>`_\ ,
98-
`#2872 <https://github.com/ioam/holoviews/issues/2872>`_\ )
136+
(`#2472 <https://github.com/ioam/holoviews/issues/2427>`_,
137+
`#2872 <https://github.com/ioam/holoviews/issues/2872>`_)
99138
* Fixes for handling TriMesh value dimensions on rasterization
100-
(\ `#3050 <https://github.com/ioam/holoviews/pull/3050>`_\ )
139+
(`#3050 <https://github.com/ioam/holoviews/pull/3050>`_)
101140

102141
Deprecations:
103142

104-
105143
* ``finalize_hooks`` renamed to ``hooks``
106-
(\ `#3134 <https://github.com/ioam/holoviews/pull/3134>`_\ )
144+
(`#3134 <https://github.com/ioam/holoviews/pull/3134>`_)
107145
* All ``*_index`` and related options are now deprecated including
108-
``color_index``\ , ``size_index``\ , ``scaling_method``\ , ``scaling_factor``\ ,
109-
``size_fn`` (\ `#2152 <https://github.com/ioam/holoviews/pull/2152>`_\ )
110-
* Bars ``group_index``\ , ``category_index`` and ``stack_index`` are deprecated in
146+
``color_index``, ``size_index``, ``scaling_method``, ``scaling_factor``,
147+
``size_fn`` (`#2152 <https://github.com/ioam/holoviews/pull/2152>`_)
148+
* Bars ``group_index``, ``category_index`` and ``stack_index`` are deprecated in
111149
favor of stacked option
112-
(\ `#2828 <https://github.com/ioam/holoviews/issues/2828>`_\ )
150+
(`#2828 <https://github.com/ioam/holoviews/issues/2828>`_)
113151
* iris interface was moved to GeoViews
114-
(\ `#3054 <https://github.com/ioam/holoviews/pull/3054>`_\ )
152+
(`#3054 <https://github.com/ioam/holoviews/pull/3054>`_)
115153
* Top-level namespace was cleaned up
116-
(\ `#2224 <https://github.com/ioam/holoviews/pull/2224>`_\ )
117-
* ``ElementOpration``\ , ``Layout.display`` and ``mdims`` argument to ``.to``
154+
(`#2224 <https://github.com/ioam/holoviews/pull/2224>`_)
155+
* ``ElementOpration``, ``Layout.display`` and ``mdims`` argument to ``.to``
118156
now fully removed
119-
(\ `#3128 <https://github.com/ioam/holoviews/pull/3128>`_\ )
120-
* ``Element.mapping``\ , ``ItemTable.values``\ , ``Element.table``\ ,
121-
``HoloMap.split_overlays``\ , ``ViewableTree.from_values``\ ,
157+
(`#3128 <https://github.com/ioam/holoviews/pull/3128>`_)
158+
* ``Element.mapping``, ``ItemTable.values``, ``Element.table``,
159+
``HoloMap.split_overlays``, ``ViewableTree.from_values``,
122160
``ViewableTree.regroup`` and ``Element.collapse_data`` methods now
123161
marked for deprecation
124-
(\ `#3128 <https://github.com/ioam/holoviews/pull/3128>`_\ )
162+
(`#3128 <https://github.com/ioam/holoviews/pull/3128>`_)
125163

126164

127165
Version 1.10

0 commit comments

Comments
 (0)