Skip to content

0.6.6

Compare
Choose a tag to compare
@jbednar jbednar released this 20 May 05:15
· 442 commits to main since this release
eb9218c

Minor bugfix release.

  • Now available to install using pip (pip install datashader) or conda defaults (conda install datashader)
  • InteractiveImage is now deprecated; please use the Datashader support in HoloViews instead.
  • Updated installation and example instructions to use new datashader command.
  • Made package building automatic, to allow more frequent releases
  • Ensured transparent (not black) image is returned when there is no data to plot (thanks to Nick Xie)
  • Simplified getting-started example (thanks to David Jones)
  • Various fixes and compatibility updates to examples