xarray-contrib / pint-xarray

Interface for using pint with xarray, providing convenience accessors
https://pint-xarray.readthedocs.io/en/latest/
Apache License 2.0
101 stars 12 forks source link

switch to CalVer? #179

Open keewis opened 2 years ago

keewis commented 2 years ago

Our release policy very much follows that of xarray: deprecations will stay in a few releases, after which they will be applied (for example, removing old features or changing defaults).

This makes it somewhat difficult to choose the new version (when do we bump the which part of the version), and in my experience is often done somewhat arbitrarily. In addition, the version scheme is often confused with SemVer, which is not what we're doing.

With CalVer this is very easy: the version is always YYYY.0M.X, and if there's multiple releases per month we just have to increase X (for example, if there were bugs in the release).

As such, I would like to propose following xarray and switching to CalVer. What do you think?