reveal
reveal copied to clipboard
Use releases
Dear Jasper,
Would you consider using versions and tagging releases with REVEAL? It would help the package managers, like conda
, organize things a little better.
Cheers, Travis
Hi Travis, I've been a bit hesitant with respect to creating a release for reveal as I still consider it a work in progress, that said, I understand the need for versions, so I created a 0.1-alpha version. Let me know if this helps. Jasper
Thank you for creating a release. I think 0.Y releases are definitely okay for works in progress.
Two problems with the 0.1-alpha
release are:
- the version of reveal in conda is
0.1
and I believe conda will interpret0.1-alpha
as before0.1
- the tagged version is not the same as in
setup.py
(0.1
insetup.py
and0.1-alpha
in the release tag)
The actual tag is 0.1 for as far as I can see (git tag), so that should correspond to the version in setup.py. Do you want me to change the name of the release from "v0.1-alpha" to "v0.1" or "0.1"? No problem to me, just let me know..
Ah sorry, you are correct on the git tag version. Since the release is already marked "pre-release", I think the "-alpha" can be removed and changed to simply "0.1".
Would be great to push out the latest release to conda again.