mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Fix versioning inconsistency between conda and Python #141

Closed mtazzari closed 6 years ago

mtazzari commented 6 years ago

The conda version is 3-numbered, while the Python __version__ supports only 2 numbers because is set as a float. This creates some inconsistency, in so far version 1.0.2 is stored as 1.02 and will cause even more inconsistency in the future.