-
Notifications
You must be signed in to change notification settings - Fork 92
Release 0.6.0 #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.6.0 #285
Conversation
|
@MMathisLab seems to be fixed If you approve I'll release |
MMathisLab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💖🔥
|
we are still using the legacy testpypi, needs to be updated https://packaging.python.org/en/latest/guides/migrating-to-pypi-org/#using-testpypi |
|
ok, this is the issue Solution described here https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license |
|
Updated; old license classifier in setup.cfg removed (see here pypa/trove-classifiers#17 (comment)) |
|
Finally, all tests pass https://test.pypi.org/project/cebra/0.6.0/
|
|
published https://pypi.org/project/cebra/0.6.0/ |



Release 0.6.0
This PR performs some additional minor edits:
Agg-- this made some of the windows plotting tests failChecklist:
cebra.__init__and make sure that the__version__is set correctly.mainreleaselabel.release-stagingandstagingin thecebra-internalrepo. Note: If you update the PR, these version will not be automatically updated. Repeat step 4 or trigger a manual workflow run if you need to update the staging versionmainbranch,git tag v1.2.3with the correct format (if alpha/beta tags are used in version, usev1.2.3a4orv1.2.3b4), andgit push v1.2.3the tag.cebra-internal. The source tree will land onmain, the pre-build wheel and source distribution onrelease.