Release 2022.2.0
Release 2022.2.0
This is the last release before ongoing a big refactoring in the full-field pipeline.
Prior work
-
Documentation MR: update APIdoc, changelog, features, etc.
Release candidate
-
Bump version to RC -
Deploy the release candidate on pypi -
Close #325 (closed) -
Merge !201 (merged) (CoR fix) -
Merge !197 (merged) (SRCurrent normalization) -
Close #330 (closed) -
Close #343 (closed) -
End-to-end tests (with pypi wheel)
Release
-
Bump version to final -
Build and deploy documentation -
Deploy the release on testpypi(replaced with NR tests on RC5 wheel) -
End-to-end tests (with testpypi wheel)(replaced with NR tests on RC5 wheel) -
Create and push the tag: git tag --sign -a v20XX.Y.Z && git push origin v20XX.Y.Z
-
Deploy the final wheel on pypi
Memo
To build the wheel and sources package:
python setup.py bdist_wheel
python setup.py sdist
To upload it on testpypi:
twine upload --sign --repository testpypi mywheel.whl sources.tar.gz
Edited by Pierre Paleo