Skip to content

v0.12.5

Compare
Choose a tag to compare
@flekschas flekschas released this 04 Apr 18:50
· 131 commits to main since this release
v0.12.5
d2a5ae6

Caution

Do not use this version! The distributed build is broken. Use v0.12.6 instead. 🙏

Changes

  • Ensure that the default point colors respect the background when setting both at the same time during initialization. I.e., in the following scenario, the point color will be set to white by default as the background color was set to black:

    jscatter.plot(data=df, background_color='black')
  • Fix an issue when working with views of a pandas DataFrame where not all categorical data is present

  • Loosen strictness of rows and cols of compose() to allow having empty cells in the grid