Skip to content

Releases: hwelch-fle/plankapy

v2.0.1

24 Jan 05:26
Compare
Choose a tag to compare

** Fix borked release, target src instead of repo root

Full Changelog: v2.0.0a...v2.0.1

v2.0.0a

24 Jan 04:47
Compare
Choose a tag to compare

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

16 Jan 14:50
6f15ebb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Oct 13:50
cfbea81
Compare
Choose a tag to compare

What's Changed

  • Added support for SSO deployments, see #8 for details

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Aug 17:46
c54e908
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/hwelch-fle/plankapy/commits/v1.0.0