Skip to content

0.1.22

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 21:17
· 427 commits to main since this release
fc421e2

Deprecations

  • The colormode='index' value has been deprecated in favor of colormode='row-index', which
    provides the same functionality but is more explicit and allows to distinguish between the
    'row-index' and 'trace-index' modes.
    (#114)
  • The show_annotations argument has been deprecated in favor of show_yticklabels.
    (#114)
  • The get_all_colorscale_names() function has been deprecated in favor of
    list_all_colorscale_names().
    (#114)

Features

  • Add functionality to allow plotting of multiple traces per row.
    (#114)
  • Add ridgeplot.datasets.load_lincoln_weather() helper function to load the "Lincoln Weather"
    toy dataset. (#114)
  • Add more versions of the probly dataset ("wadefagen" and "illinois").
    (#114)
  • Add support for Python 3.11.

Documentation

  • Major update to the documentation, including more examples, interactive plots, script to
    generate the HTML and WebP images from the example scripts, improved API reference, and more.
    (#114)

Internal

  • Remove mdformat from the automated CI checks. It can still be triggered manually.
    (#114)
  • Improved type annotations and type checking.
    (#114)