Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 00:46
· 82 commits to main since this release
0416045

Features

  • Add support for histogram and bar traces (#287)

Documentation

  • Small improvements to ridgeplot()'s docstring (#284)
  • Misc improvements to the API docs and the getting-started and contributing guides (#287)

Internal

  • Small improvements to type hints and annotations (#284)
  • Introduce an internal ridgeplot._obj package to hold object-oriented interfaces (#287)

CI/CD

  • Improve type annotations and switch from mypy to pyright with stricter settings (#287)
  • Switch from black to the new ruff formatter (#287)