gsp-eeg / PyGSP2

Graph Signal Processing 2 in Python
https://pygsp2.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Define the current version #36

Closed aweinstein closed 1 month ago

aweinstein commented 2 months ago

Somewhere, we push the version from 0.5 to 2.0. I think this change is too large. At most, we should be at 1.0. Or perhaps just 0.6. Also, the version change should be reflected in the __init__.py file and the changelog.

We need to have a meeting to discuss these details.

aweinstein commented 2 months ago

I think we should agree to use semantic versioning (it's what most packages use).

Under this definition, I think we should release PyGSP2 with version 0.6.0.

Opinions @cjotade, @lcortesg, @Jrodino ?

lcortesg commented 1 month ago

Given that PyPi will not allow a name/version re-use, i think we should stick to the current version name for the sake of simplicity.

Another option would be to completely delete the PyPi PyGSP2 project, but there is no certainty that this way we'll be clear of the name re-use restriction.

aweinstein commented 1 month ago

OK.