Changelog#

This document outlines the list of changes to ridgeplot between each release. For full details, see the commit logs.

Unreleased changes#

  • โ€ฆ

0.1.17#

  • ๐Ÿ”ง Automate the release process. See .github/workflows/release.yaml, which issues a new GitHub release whenever a new git tag is pushed to the master branch by extracting the release notes from the changelog.

  • ๐Ÿ”ง Fix automated release process to PyPi. (#27)

0.1.16#

  • ๐Ÿ”ง Upgrade project structure, improve testing and CI checks, and start basic Sphinx docs. (#21)

  • ๐Ÿ”ง Implement LazyMapping helper to allow ridgeplot._colors.PLOTLY_COLORSCALES to lazy-load from colors.json (#20)

0.1.14#

  • ๐Ÿ“ฆ Remove named_colorscales from public API (#18)

0.1.13#

  • ๐Ÿงช Add tests for example scripts (#14)

0.1.12#

Internal#

  • ๐Ÿ“ฆ Update and standardise CI steps (#6)

Documentation#

  • ๐Ÿ“š Publish official contribution guidelines (CONTRIBUTING.md) (#8)

  • ๐Ÿ“š Publish an official Code of Conduct (CODE_OF_CONDUCT.md) (#7)

  • ๐Ÿ“š Publish an official release/change log (CHANGES.md) (#6)

0.1.11#

  • ๐Ÿ› colors.json was missing from the final distributions (#2)

0.1.0#

  • ๐Ÿš€ Initial release!