Skip to content

0.1.24

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 13:44
· 299 commits to main since this release
1bf87c1

Breaking changes

  • Dropped support for Python 3.7. (#154)

Features

  • Add hoverinfo by default to the Plotly traces. (#174)

Documentation

  • Use the {raw} html :file: _static/charts/<PLOT-ID>.html directive to load the interactive Plotly graphs in the generated Sphinx docs. The generated HTML artefacts only include a <div> wrapper block now and the plotly.min.js is now vendored and automatically loaded via the html_js_files Sphinx config. (#132)
  • Small adjustments to the example plots in the documentation. (#132)
  • Reformat markdown files, removing all line breaks. (#132)

Internals

  • Define a ridgeplot._missing.MISSING sentinel object for internal use (this replaces the multiple module-level _MISSING = object() sentinels). (#154)
  • Add an internal extras/ directory to place helper modules and packages used in different CI tasks. (#154 and #161)

CI/CD

  • Replace isort, flake8, and pyupgrade with ruff. (#131)
  • Add regression tests for the figure artifacts generated by the examples in _ridgeplot_examples. (#154)
  • Remove the Python locked dependency files. (#163)