You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mayeul d'Avezac edited this page Oct 17, 2020
·
1 revision
Create a release
run one of:
bump2version patch for small changes and bug fixes
bump2version minor for new backward compatible features
bump2version major for new API
commit to a new branch
create a pull-request
merge to main
create a tag with the same version number as setup.cfg:
git tag v0.0.0
git push --tags
check the actions run and deploy to bintray and pypi
Compile ssht, so3, and s2let locally:
Conan can be used to create a workspace with all of ssht, so3 and s2let compiled from within a local directory. This is handy when tracking a bug across the three projects.
To create such a workspace, create a directory workspace and clone ssht, so3 and s2let therein. Then drop the following three files in it and follow the instructions in the conan documentation