Skip to content

v2.0.0a

Compare
Choose a tag to compare
@hwelch-fle hwelch-fle released this 24 Jan 04:47
· 104 commits to main since this release

Out with the old in with the new

master branch renamed to main

This is an entirely aesthetic decision and since this version change is breaking this is the best time to do it

Original master branch has been moved to the v1 branch

All the original code will live on in the v1 branch. The last official v1 release will be v1.0.2, all further releases will be under the v2.x.x major version

v2 branch merged into main

See the new docs for information on how to use the new interfaces

Future development will be on feature branches

Unless another major version is required, all future development will take place on feature and bugfix branches. Version branches will be reserved only for major versions that break backwards compatibility.

Docs system changed from pdoc to mkdocs

I prefer the mkdocs style options and their formatter for Python doctrings (mkdocstrings) is fantastic.

Keeping the old code

If you need the old version for legacy code, target the v1.0.2 release with pip, or clone the v1 repo. There will be no continues development on those branches without community involvement. I will gladly merge PRs into those branches if you have a contribution you want to make, but I would like to keep most of the development efforts focused on the new codebase.

Issues with the version change

Any issues with the version change should be directed to the Discussions page, keep the Issues page relevant to actual issues with the current code.