Releases: holoviz/holoviews
Releases · holoviz/holoviews
Version 1.1.0
The first minor version release of HoloViews.
Highlights:
- Support for nbagg as a backend (09eab4f)
- New .hvz file format for saving HoloViews objects (bfd5f7a)
- New Polygon element type (d1ec8ec)
- Greatly improved Unicode support throughout, including support for unicode characters in Python 3 attribute names (609a845)
- Regular SelectionWidget now supports live rendering (eb5bf8b)
- Supports a list of objects in Layout and Overlay constructors (5ba1866)
- Polar projections now supported (3801b76)
API changes (not backward compatible):
Version 1.0.1
Minor release addressing bugs and issues with 1.0.0.
Highlights:
- New separate Pandas Tutorial (8455abc)
- Silenced warnings when loading the IPython extension in IPython 3 (aaa6861)
- Added more useful installation options via setup.py (72ece4d)
- Improvements and bug-fixes for the %%opts magic tab-completion (e0ad710)
- DFrame now supports standard constructor for pandas dataframes (983825c)
- Tables are now correctly formatted using the appropriate Dimension formatter (588bc2a)
- Support for unlimited alphabetical subfigure labelling (e039d00)
- Miscellaneous bug fixes, including Python 3 compatibility improvements.
Version 1.0.0
First public release available on GitHub and PyPI.