**December 22, 2015**
Over the past two weeks since the 1.4 release, we have implemented
several important bug fixes and have made several usability
improvements.
New features:
- Improved help system. It is now possible to recursively list all the
applicable documentation for a composite object. In addition, the
documentation may now be filtered using a regular
expression pattern. ([PR
\370](https://github.com/pyviz/holoviews/pull/370))
- HoloViews now supports multiple active display hooks making it
easier to use nbconvert. For instance, PNG data will be embedded in
the notebook if the argument display_formats=\['html','png'\] is
supplied to the notebook_extension. ([PR
\355](https://github.com/pyviz/holoviews/pull/355))
- Improvements to the display of DynamicMaps as well as many new
improvements to the Bokeh backend including better VLines/HLines and
support for the Bars element. ([PR
\367](https://github.com/pyviz/holoviews/pull/367) , [PR
\362](https://github.com/pyviz/holoviews/pull/362), [PR
\339](https://github.com/pyviz/holoviews/pull/339)).
- New Spikes and BoxWhisker elements suitable for representing
distributions as a sequence of lines or as a box-and-whisker plot.
([PR \346](https://github.com/pyviz/holoviews/pull/346), [PR
\339](https://github.com/pyviz/holoviews/pull/339))
- Improvements to the notebook_extension. For instance,
executing hv.notebook_extension('bokeh') will now load BokehJS and
automatically activate the Bokeh backend (if available).
- Significant performance improvements when using the groupby
operation on HoloMaps and when working with highly
nested datastructures. ([PR
\349](https://github.com/pyviz/holoviews/pull/349), [PR
\359](https://github.com/pyviz/holoviews/pull/359))
Notable bug fixes:
- DynamicMaps are now properly integrated into the style system and
can be customized in the same way as HoloMaps. ([PR
\368](https://github.com/pyviz/holoviews/pull/368))
- Widgets now work correctly when unicode is used in the dimension
labels and values ([PR
\376](https://github.com/pyviz/holoviews/pull/376)).