Skip to content

Releases: holoviz/holoviews

Version 1.1.0

19 May 20:37
Compare
Choose a tag to compare

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):

  • xlim, ylim, zlim, xlabel, ylabel and zlabel have been deprecated (081d412)
  • Plotting options show_xaxis and show_yaxis renamed to xaxis and yaxis, respectively (13393f2).
  • Deprecated IPySelectionWidget (f59c34c)
  • In addition to the above improvements, many miscellaneous bug fixes were made.

Version 1.0.1

19 May 20:34
Compare
Choose a tag to compare

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

17 Mar 00:46
Compare
Choose a tag to compare

First public release available on GitHub and PyPI.