Skip to content

Releases: flekschas/jupyter-scatter

v0.3.3

04 Apr 19:04
29c127c
Compare
Choose a tag to compare

Changes

  • Fix scatter.pixels()

v0.3.2

04 Apr 19:06
c10adc8
Compare
Choose a tag to compare

Changes

  • Fix more type hints...

v0.3.1

04 Apr 19:06
ed78b9b
Compare
Choose a tag to compare

Changes

  • Make type hints backward compatible to Python 3.7

v0.3.0

04 Apr 19:07
32f3161
Compare
Choose a tag to compare

Changes

  • 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

v0.2.2

04 Apr 19:07
a91136b
Compare
Choose a tag to compare

Changes

v0.2.1

04 Apr 19:08
6f0f250
Compare
Choose a tag to compare

Changes

  • Simplify installation (#16)

v0.2.0

04 Apr 19:08
550eceb
Compare
Choose a tag to compare

Changes

  • Complete rewrite of the Python API to match (#3)

v0.1.1

04 Apr 19:09
Compare
Choose a tag to compare

Changes

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

v0.1.0

04 Apr 19:09
Compare
Choose a tag to compare

First version 🎉