Jupyter-scatter

Latest version: v0.16.1

Safety actively analyzes 638819 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.3.0

- **Breaking change:** Change the signature of `compose()` to simplify correspondence mapping of data points.
- **Breaking change:** Rename `view_pixels` to `view_data` and add faster synchronization from the JS to Python kernel
- Add ability to link the view of multiple scatter plots via `compose(sync_view=True)`
- Add `link()` as a shorthand for `compose(sync_view=True, sync_selection=True, sync_hover=True)`
- Add ability to defined categorical colors using a dictionary. E.g., `scatter.color(by='coolness', map=dict(cool='blue', hot='orange'))`
- Fix two issues with the `order` argument in methods `color()`, `opacity()`, `size()`, `connection_color()`, `connection_opacity()`, and `connection_size()` that prevented it's propper use.
- Improve the ordering of the default Okabe Ito color map
- Expose default the Okabe Ito (`okabe_ito`) and Glasbey (`glasbey_light` and `glasbey_dark`) color maps for convenience
- Automatiecally handle string as categorical data

0.2.2

- Fix broken installation of [v0.2.1](v0.2.1) (23)

0.2.1

- Simplify installation ([16](https://github.com/flekschas/jupyter-scatter/pull/16))

0.2.0

- Complete rewrite of the Python API to match ([3](https://github.com/flekschas/jupyter-scatter/issues/3))

0.1.2

- Properly destroy regl-scatterplot on destroy of a widget instance

0.1.1

- Fix bunch of typos related to renaming the pypi and npm package

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.