The second minor version release of HoloViews.
Highlights/Features:
- Added new
ErrorBarsElement (f2b276b) - Added
Emptypseudo-Element to define empty placeholders in
Layouts (35bac9f) - Added support for changing font sizes easily (0f54bea)
- Support for holoviews.rc file (79076c8)
- Many major speed optimizations for working with and plotting
HoloViews data structures (fe87b4c, 7578c51, 5876fe6, 8863333) - Support for
GridSpacewith inner axes (93295c8) - New
aspect_weightandtightLayout plot options for more
customizability of Layout arrangements (4b1f03d, e6a76b7) - Added
bgcolorplot option to easily set axis background color
(92eb95c) - Improved widget layout (f51af02)
- New
OutputMagiccss option to style html output (9d42dc2) - Experimental support for PDF output (1e8a59b)
- Added support for 3D interactivity with nbagg (781bc25)
- Added ability to support deprecated plot options in %%opts magic.
- Added
DrawPlotsimplifying the implementation of custom plots
(38e9d44)
API changes:
PathandHistogramsupport new constructors (7138ef4, 03b5d38)- New depth argument on the relabel method (f89b89f)
- Interface to Pandas improved (1a7cd3d)
- Removed
xlim,ylimandzlimto eliminate redundancy. - Renaming of various plot and style options including:
figure_*tofig_*vertical_spacingandhorizontal_spacingtovspaceandhspacerespectively- Deprecation of confusing
originstyle option on RasterPlot
Overlay.__getitem__no longer supports integer indexing (usegetmethod instead)
Important bug fixes:
- Important fixes to inheritance in the options system (d34a931, 71c1f3a)
- Fixes to the select method (df839be)
- Fixes to normalization system (c3ef40b)
- Fixes to
RasterandImageextents,__getitem__and sampling. - Fixed bug with disappearing adjoined plots (2360972)
- Fixed plot ordering of overlaid elements across a
HoloMap(c4f1685)