Skip to content

v9.0.0 - Spring Cleaning

Compare
Choose a tag to compare
@kevinkjt2000 kevinkjt2000 released this 25 Mar 20:55
· 905 commits to master since this release
05fa8d5

A big thanks to everyone that helped out! ❤️

What's Changed Since v8.0.0

  • Tidying the codebase
    • Typehints are on almost everything
      • MOAR docstrings with the eventual plan to generate documentation
    • Shuffling things around and cleanup
      • Reading the code and thinking about PEP8 at the same time should no longer
        cause heads to explode instantaneously
      • DeprecationWarnings will be triggered when using code that is slated to
        be removed in a future release
      • COLOR_MAP was heavily modified into STYLE_MAP
  • New CI workflows; bye Travis
  • The repo was migrated during the time since the last release
  • A handful of bugfixes too

Details

New Contributors

Full Changelog: v8.0.0...v9.0.0