Changelog

v0.0.8 (2022-10-21)

New

Changes

  • 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 of np.asscalar()

v0.0.7 (2022-04-04)

New

  • CI support for Python 3.8, 3.9, and 3.10

Changes

  • 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

v0.0.6 (2020-02-09)

New

Changes

v0.0.5 (2018-08-21)

New

  • 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

Other changes

  • Code clean up and resource handling

v0.0.4 (2018-08-12)

First official alpha release.