larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

Versioneer? #304

Open alixdamman opened 7 years ago

alixdamman commented 7 years ago

What about using Versioneer ? https://github.com/warner/python-versioneer

It is used by many project including Pandas

gdementen commented 7 years ago

Last I looked at it, I did not like what I had seen as it introduced too much code into the project to my taste and had a few odd assumptions which meant I would need to change a few things in my project. I do not remember what that was though. The principle is nice though, so I intended to write my own version of versioneer. Now this was more than two years ago and I never found the time to do so and I do not foresee having the time to do so for at least a few years, so we might as well revisit the question. This is low priority though. Having a working release script would be more beneficial than having versioneer by itself.

alixdamman commented 7 years ago

I have seen Versionneer in several projects. This is why I wondered if we can't use it. But I understand your point. I agree this is a low priority.