v2.0.1a - Out with the old in with the new #19
hwelch-fle
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
masterbranch renamed tomainThis is an entirely aesthetic decision and since this version change is breaking this is the best time to do it
Original
masterbranch has been moved to thev1branchAll the original code will live on in the
v1branch. The last officialv1release will bev1.0.2, all further releases will be under thev2.x.xmajor versionv2branch merged intomainSee 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.2release with pip, or clone thev1repo. 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.
This discussion was created from the release v2.0.0a - Out with the old in with the new.
Beta Was this translation helpful? Give feedback.
All reactions