Thanks to visit codestin.com
Credit goes to github.com

Skip to content

2.0.0

Compare
Choose a tag to compare
@jayvdb jayvdb released this 06 Oct 19:58
· 63 commits to develop since this release
f4363d7

A large, long-overdue modernization of the codebase!

What's Changed

  • 🩸Python 2 and 3.7 are no longer supported. Python 3.12 support was added along with fixed CI for 3.8, courtesy of @jayvdb
    • As a result of all this, setup.py's lint subcommand was removed. Please run the commands directly instead.
  • 🧹 Lots of refactoring , bug fixes, and updates to be more in line with latest C++ and Google style standards.

See CHANGELOG.rst for a full changelog, including quite a bit of features not mentioned here.

New Contributors