Skip to content

Release 2022.2.0

Pierre Paleo requested to merge release_2022.2 into master

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

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

Merge request reports