Skip to content

0.1.21

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 20:09
· 464 commits to main since this release
224e1e5

Features

  • πŸ”§ Add ridgeplot.datasets.load_probly() helper function to load the probly toy dataset. The
    probly.csv file is now included in the package under ridgeplot/datasets/data/.
    (#80)

Documentation

  • πŸ“ Change to numpydoc style docstrings.
    (#81)
  • πŸ“ Add a robots.txt to the docs site.
    (#81)
  • πŸ“ Auto-generate a site map for the docs site using sphinx_sitemap.
    (#81)
  • πŸ“ Change the sphinx theme to furo.
    (#81)
  • πŸ“ Improve the internal documentation and some of these internals to the API reference.
    (#81)

Internal

  • πŸ”§ Fixed and improved some type annotations, including the introduction of ridgeplot._types
    module for type aliases such as Numeric and NestedNumericSequence.
    (#80)
  • πŸ”§ Add the blacken-docs pre-commit hook and add the pep8-naming, flake8-pytest-style,
    flake8-simplify, flake8-implicit-str-concat, flake8-bugbear, flake8-rst-docstrings,
    flake8-rst-docstrings, etc... plugins to the flake8 pre-commit hook.
    (#81)
  • πŸ’… Cleanup and improve some type annotations.
    (#81)
  • πŸ”§Update deprecated set-output commands (GitHub Actions)
    (#87)