github holoviz/datashader 0.6.3

latest releases: v0.16.1, v0.16.1rc1, v1.16.1rc1...
6 years ago

Apart from the new website, this is a minor release primarily to catch up with changes in external libraries.

New features:

  • Reorganized examples directory as the basis for a completely new website at https://bokeh.github.io/datashader-docs (#516).
  • Added tf.Images() class to format multiple labeled Datashader images as a table in a Jupyter notebook, now used extensively in the new website.
  • Added utility function dataframe_from_multiple_sequences(x_values, y_values) to convert large numbers of sequences stored as 2D numpy arrays to a NaN-separated pandas dataframe that can be displayed efficiently (see new example in tseries.ipynb) (#512).
  • Improved streaming support (#520).

Bugfixes and compatibility:

  • Added support for Dask 0.15 and 0.16 and pandas 0.21 (#523,#529) and declared minimum required Numba version.
  • Improved and fixed issues with various example notebooks, primarily to update for changes in dependencies.
  • Changes in network graph support: ignore id field by default to avoid surprising dependence on column name, rename directly_connect_edges to connect_edges for accuracy and conciseness.

Don't miss a new datashader release

NewReleases is sending notifications on new releases.