pip
package available from <pypi.org>: https://pypi.org/project/sciapy/
- Regression proxy model interface and tests moved to its own package
regressproxy
https://regressproxy.readthedocs.io - Fixes
numpy
v1.23 compatibility by using.item()
instead ofnp.asscalar()
- CI support for Python 3.8, 3.9, and 3.10
- Fixed and updated tests to increase code coverage
- Updated AE index and Lyman-alpha data files
- Updated docs
- Uses Github actions for CI and CD
- Removed Python 3.4 from CI setup, support status unclear
- Code style is more
black
-like now
- Documentation on
readthedocs
https://sciapy.readthedocs.io with example notebooks - Extensive MCMC sampler statistics
- The local MSIS module has been extracted to its own package
called
pynrlmsise00
https://github.com/st-bender/pynrlmsise00 - Increased test coverage
- Enables the proxies to be scaled by cos(SZA)
- Enables the data to be split into (optionally randomized) training and test sets
- Continuous integration with https://travis-ci.org on https://travis-ci.org/st-bender/sciapy
- Includes tests, far from complete yet
- Installing with
pip
- Code clean up and resource handling
First official alpha release.