just noted that the version in the nappy ini file is still 0.3.0, while the _init_.py specifies __version__ = "2.0.1".
Those should be consistent I think for reproducibility, if NA files are converted for example to nc files.
I noted that some internal functions for example use getVersion(), which obtains the package version from the .ini, while for example the setup.py file just uses __version__. Since I just started to work my way through all of the source code, I'm not sure what is best to make this consistent...
just noted that the version in the nappy ini file is still
0.3.0
, while the _init_.py specifies__version__ = "2.0.1"
.Those should be consistent I think for reproducibility, if NA files are converted for example to nc files.
I noted that some internal functions for example use
getVersion()
, which obtains the package version from the .ini, while for example the setup.py file just uses__version__
. Since I just started to work my way through all of the source code, I'm not sure what is best to make this consistent...