You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)