1+ Version 1.8.1
2+ -------------
3+
4+ This bugfix release addresses a number of minor issues identified since
5+ the 1.8 release:
6+
7+ Feature:
8+
9+ * All enabled plotting extension logos now shown (`#1694
10+ <https://github.com/ioam/holoviews/pull/1694> `_)
11+
12+ Fixes:
13+
14+ * Updated search ordering when looking for holoviews.rc (`#1700
15+ <https://github.com/ioam/holoviews/pull/1700> `_)
16+ * Fixed lower bound inclusivity bug when no upper bound supplied (`#1686
17+ <https://github.com/ioam/holoviews/pull/1686> `_)
18+ * Raise SkipRendering error when plotting nested layouts (`#1687
19+ <https://github.com/ioam/holoviews/pull/1687> `_)
20+ * Added safety margin for grid axis constraint issue (`#1695
21+ <https://github.com/ioam/holoviews/pull/1685> `_)
22+ * Fixed bug when using +framewise (`#1685
23+ <https://github.com/ioam/holoviews/pull/1685> `_)
24+ * Fixed handling of Spacer models in sparse grid (`#1682
25+ <https://github.com/ioam/holoviews/pull/> `_)
26+ * Renamed Bounds to BoundsXY for consistency (`#1672
27+ <https://github.com/ioam/holoviews/pull/1672> `_)
28+ * Fixed bokeh log axes with axis lower bound <=0 (`#1691
29+ <https://github.com/ioam/holoviews/pull/1691> `_)
30+ * Set default datashader cmap to fire (`#1697
31+ <https://github.com/ioam/holoviews/pull/1697> `_)
32+ * Set SpikesPlot color index to None by default (`#1671
33+ <https://github.com/ioam/holoviews/pull/1671> `_)
34+ * Documentation fixes (`#1662
35+ <https://github.com/ioam/holoviews/pull/1662> `_, `#1665
36+ <https://github.com/ioam/holoviews/pull/1665> `_, `#1690
37+ <https://github.com/ioam/holoviews/pull/1690> `_, `#1692
38+ <https://github.com/ioam/holoviews/pull/1692> `_, `#1658
39+ <https://github.com/ioam/holoviews/pull/1658> `_)
40+
41+
142Version 1.8.0
243-------------
344
@@ -85,8 +126,8 @@ Other new features and improvements:
85126 <https://github.com/ioam/holoviews/pull/1576> `_)
86127* Define a number of ``Cycle `` and ``Palette `` defaults across
87128 backends (`#1605 <https://github.com/ioam/holoviews/pull/1605 >`_)
88- * Many other small improvements and fixes
89- (`#1399 <https://github.com/ioam/holoviews/pull/1399 >`_,
129+ * Many other small improvements and fixes
130+ (`#1399 <https://github.com/ioam/holoviews/pull/1399 >`_,
90131 `#1400 <https://github.com/ioam/holoviews/pull/1400 >`_,
91132 `#1405 <https://github.com/ioam/holoviews/pull/1405 >`_,
92133 `#1412 <https://github.com/ioam/holoviews/pull/1412 >`_,
@@ -96,7 +137,7 @@ Other new features and improvements:
96137 `#1442 <https://github.com/ioam/holoviews/pull/1442 >`_,
97138 `#1443 <https://github.com/ioam/holoviews/pull/1443 >`_,
98139 `#1467 <https://github.com/ioam/holoviews/pull/1467 >`_,
99- `#1485 <https://github.com/ioam/holoviews/pull/1485 >`_,
140+ `#1485 <https://github.com/ioam/holoviews/pull/1485 >`_,
100141 `#1505 <https://github.com/ioam/holoviews/pull/1505 >`_,
101142 `#1493 <https://github.com/ioam/holoviews/pull/1493 >`_,
102143 `#1509 <https://github.com/ioam/holoviews/pull/1509 >`_,
@@ -105,7 +146,7 @@ Other new features and improvements:
105146 `#1547 <https://github.com/ioam/holoviews/pull/1547 >`_,
106147 `#1560 <https://github.com/ioam/holoviews/pull/1560 >`_,
107148 `#1603 <https://github.com/ioam/holoviews/pull/1603 >`_)
108-
149+
109150Changes affecting backwards compatibility:
110151
111152* Renamed ``ElementOperation `` to ``Operation `` (`#1421
@@ -119,7 +160,7 @@ Changes affecting backwards compatibility:
119160 <https://github.com/ioam/holoviews/pull/1589> `_)
120161* Styling changes for both matplotlib and bokeh, which can be reverted
121162 for a notebook with the ``config `` option of ``hv.extension ``. For
122- instance, ``hv.extension('bokeh', config=dict(style_17=True)) ``
163+ instance, ``hv.extension('bokeh', config=dict(style_17=True)) ``
123164 (`#1518 <https://github.com/ioam/holoviews/pull/1518 >`_)
124165
125166
@@ -588,7 +629,7 @@ Version 1.5
588629
589630A major release with a large number of new features including new data
590631interfaces for grid based data, major improvements for DynamicMaps
591- and a large number of bug fixes.
632+ and a large number of bug fixes.
592633
593634Features and improvements:
594635
@@ -759,7 +800,7 @@ New features:
759800* New Spikes and BoxWhisker elements suitable for representing
760801 distributions as a sequence of lines or as a box-and-whisker plot.
761802 (`PR #346 <https://github.com/ioam/holoviews/pull/346 >`_,
762- `PR #339 <https://github.com/ioam/holoviews/pull/339 >`_)
803+ `PR #339 <https://github.com/ioam/holoviews/pull/339 >`_)
763804
764805* Improvements to the notebook_extension. For instance, executing
765806 hv.notebook_extension('bokeh') will now load BokehJS and automatically
@@ -778,8 +819,8 @@ Notable bug fixes:
778819
779820* Widgets now work correctly when unicode is used in the dimension
780821 labels and values (`PR #376 <https://github.com/ioam/holoviews/pull/376 >`_).
781-
782-
822+
823+
783824Version 1.4.0
784825-------------
785826
@@ -800,7 +841,7 @@ Major new features:
800841 plotting and IPython display system to make it easy to add new plotting
801842 backends. Data may be styled and pickled for each backend independently and
802843 renderers now support exporting all plotting data including widgets
803- as standalone HTML files or with separate JSON data.
844+ as standalone HTML files or with separate JSON data.
804845
805846* Bokeh backend: The first new plotting backend added via the new backend
806847 API. Bokeh plots allow for much faster plotting and greater interactivity.
@@ -935,7 +976,7 @@ Highlights/Features:
935976 browsers and make use of jinja2 template inheritance. (fc7dd2b)
936977* Calling a HoloViews object without arguments now clears any
937978 associated custom styles. (9e8c343)
938-
979+
939980
940981API Changes
941982
@@ -950,12 +991,12 @@ API Changes
950991 ``backend='matplotlib:nbagg' `` and ``backend='matplotlib:mpld3' ``
951992 respectively. The 'd3' and 'nbagg' options remain supported but will
952993 be deprecated in future.
953- * Customizations should no longer be applied directly to ``Store.options ``;
994+ * Customizations should no longer be applied directly to ``Store.options ``;
954995 the ``Store.options(backend='matplotlib') `` object should be
955996 customized instead. There is no longer a need to call the
956997 deprecated ``Store.register_plots `` method.
957-
958-
998+
999+
9591000Version 1.2.0
9601001-------------
9611002
0 commit comments