You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What versioning system is netCDF4 following? It does not seem to be exactly semantic versioning but something like 1.major.minor[.patch]. Is this correct? Or is it major.minor.patch[.bugfix]? Or something in between?
The background to this question is that xarray pins the oldest minor version of a package it officially still supports. We currently pin version 1.5 - but if you don't follow semantic versioning we should probably pin version 1.5.4.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What versioning system is netCDF4 following? It does not seem to be exactly semantic versioning but something like
1.major.minor[.patch]
. Is this correct? Or is itmajor.minor.patch[.bugfix]
? Or something in between?The background to this question is that xarray pins the oldest minor version of a package it officially still supports. We currently pin version
1.5
- but if you don't follow semantic versioning we should probably pin version1.5.4
.The text was updated successfully, but these errors were encountered: