Manually specified f107 f107s Ap need to be in dict(), if used
Improved CI by increasing coverage and moving to Azure, with more test cases.
1.4.0
Improve handling of package metadata in various install types, including virtualenv
1.3.3
1.3.2
The setup.py method was not reliable, so now it is done simply by
sh pip install -e . or pip install msise00
python import msise00 msise00.build()
1.3.0
* use `geomagindices` package to get Geomagnetic indices * use stdin/stdout pipes instead of `f2py` to overcome potentially bad issues with `save` in legacy Fortran code * add more simple examples * add CCMC MSIS comparison
1.2.3
* Updated Matlab interface; requires Matlab ≥ R2018b * require Numpy ≥ 1.16 because Numpy-internal ABI/API changes made incompatibilities with other libraries and even f2py itself. * big cleanup of self-test mechanisms to use latest Pytest techniques.