Releases: hwelch-fle/plankapy
v2.0.1
** Fix borked release, target src instead of repo root
Full Changelog: v2.0.0a...v2.0.1
v2.0.0a
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.
v1.0.2
v1.0.1
What's Changed
- Added support for SSO deployments, see #8 for details
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Minor update in
remove
method ofLabel
by @mikebirdgeneau in #3 - fix setup.py for pip install by @airylinus in #5
- Better error message for request function. by @vanviethieuanh in #4
New Contributors
- @mikebirdgeneau made their first contribution in #3
- @airylinus made their first contribution in #5
- @vanviethieuanh made their first contribution in #4
Full Changelog: https://github.com/hwelch-fle/plankapy/commits/v1.0.0