Skip to content

Commit 9f97aad

Browse files
committed
Added release notes for v1.4.2 to CHANGELOG.rst
1 parent 426b733 commit 9f97aad

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
Version 1.4.2
2+
-------------
3+
4+
Over the past month since the 1.4.1 release, we have improved our
5+
infrastructure for building documentation, updated the main website and
6+
made several additional usability improvements.
7+
8+
Documentation changes:
9+
10+
* Major overhaul of website and notebook building making it much easier
11+
to test user contributions (`Issue #180
12+
<https://github.com/ioam/holoviews/issues/180>`_, `PR #429
13+
<https://github.com/ioam/holoviews/pull/429>`_)
14+
15+
* Major rewrite of the documentation (`PR #401
16+
<https://github.com/ioam/holoviews/pull/401>`_, `PR #411
17+
<https://github.com/ioam/holoviews/pull/411>`_)
18+
19+
* Added Columnar Data Tutorial and removed most of Pandas
20+
Conversions as it is now supported by the core.
21+
22+
Fixes and improvements:
23+
24+
* Major improvement for grid based layouts with varying aspects (`PR
25+
#457 <https://github.com/ioam/holoviews/pull/457>`_)
26+
27+
* Fix for interleaving %matplotline inline and holoviews
28+
plots (`Issue #179 <https://github.com/ioam/holoviews/issues/179>`_)
29+
30+
* Matplotlib legend z-orders and updating fixed (`Issue #304
31+
<https://github.com/ioam/holoviews/issues/304>`_, `Issue #305
32+
<https://github.com/ioam/holoviews/issues/305>`_)
33+
34+
* ``color_index`` and ``size_index`` plot options support specifying
35+
dimension by name (`Issue #391
36+
<https://github.com/ioam/holoviews/issues/391>`_)
37+
38+
* Added ``Area`` Element type for drawing area under or between
39+
Curves. (`PR #427 <https://github.com/ioam/holoviews/pull/427>`_)
40+
41+
* Fixed issues where slicing would remove styles applied to an
42+
Element. (`Issue #423
43+
<https://github.com/ioam/holoviews/issues/423>`_, `PR #439
44+
<https://github.com/ioam/holoviews/pull/439>`_)
45+
46+
* Updated the ``title_format`` plot option to support a ``{dimensions}``
47+
formatter (`PR #436 <https://github.com/ioam/holoviews/pull/436>`_)
48+
49+
* Improvements to Renderer API to allow JS and CSS requirements for
50+
exporting standalone widgets (`PR #426
51+
<https://github.com/ioam/holoviews/pull/426>`_)
52+
53+
* Compatibility with the latest Bokeh 0.11 release (`PR #393
54+
<https://github.com/ioam/holoviews/pull/393>`_)
55+
56+
157
Version 1.4.1
258
-------------
359

0 commit comments

Comments
 (0)