Minor bugfix release, primarily updating example notebooks to match API changes in external packages.
Backwards compatibility:
- Made edge bundling retain edge order, to allow indexing, and absolute coordinates, to allow overlaying on external data.
- Updated examples to show that xarray now requires dimension names to match before doing arithmetic or comparisons between arrays.
Known issues:
- If you use Jupyter notebook 5.0 (earlier or later versions should be ok), you will need to override a setting that prevents visualizations from appearing, e.g.:
jupyter notebook --NotebookApp.iopub_data_rate_limit=100000000 census.ipynb &
- The dashboard needs to be rewritten entirely to match current Bokeh and HoloViews releases, so that hover and legend support can be restored.