**February 7, 2016**
Over the past month since the 1.4.1 release, we have improved our
infrastructure for building documentation, updated the main website and
made several additional usability improvements.
Documentation changes:
- Major overhaul of website and notebook building making it much
easier to test user contributions ([Issue
\180](https://github.com/pyviz/holoviews/issues/180), [PR
\429](https://github.com/pyviz/holoviews/pull/429))
- Major rewrite of the documentation ([PR
\401](https://github.com/pyviz/holoviews/pull/401), [PR
\411](https://github.com/pyviz/holoviews/pull/411))
- Added Columnar Data Tutorial and removed most of Pandas Conversions
as it is now supported by the core.
Fixes and improvements:
- Major improvement for grid based layouts with varying aspects ([PR
\457](https://github.com/pyviz/holoviews/pull/457))
- Fix for interleaving %matplotline inline and holoviews plots ([Issue
\179](https://github.com/pyviz/holoviews/issues/179))
- Matplotlib legend z-orders and updating fixed ([Issue
\304](https://github.com/pyviz/holoviews/issues/304), [Issue
\305](https://github.com/pyviz/holoviews/issues/305))
- `color_index` and `size_index` plot options support specifying
dimension by name ([Issue
\391](https://github.com/pyviz/holoviews/issues/391))
- Added `Area` Element type for drawing area under or between Curves.
([PR \427](https://github.com/pyviz/holoviews/pull/427))
- Fixed issues where slicing would remove styles applied to
an Element. ([Issue
\423](https://github.com/pyviz/holoviews/issues/423), [PR
\439](https://github.com/pyviz/holoviews/pull/439))
- Updated the `title_format` plot option to support a `{dimensions}`
formatter ([PR \436](https://github.com/pyviz/holoviews/pull/436))
- Improvements to Renderer API to allow JS and CSS requirements for
exporting standalone widgets ([PR
\426](https://github.com/pyviz/holoviews/pull/426))
- Compatibility with the latest Bokeh 0.11 release ([PR
\393](https://github.com/pyviz/holoviews/pull/393))