Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@jbednar jbednar released this 16 Dec 22:59
bae64f7

Thanks to @philippjfr for managing this release and implementing most of the features, and to @jbednar, @ahuang11, and @AurelienSciarra for contributions.

Major new features:

  • Powerful new .interactive() API for building easy apps (#505, #523)
  • New transforms argument to transform data in .hvplot() calls (#526)

Other new features and enhancements:

  • Support passing geographic projections as strings (#372)
  • Improved data selection, e.g. for filtering on metadata (#522)
  • Provide color_key to datashade as well as cmap, for convenience (#525)
  • Update param warnings to new API (#528)
  • Replace TravisCI tests with GitHub Actions (#524)

Bug fixes:

  • Fix for specifying hover_cols (#504)
  • Remove outdated reference to __main__ console script (#494)
  • Misc doc fixes, including to Streaming.ipynb (#481, #511)
  • Handle node_shape for networkx (#527)