Skip to content

Drop Python 2.x, improve numerical stability, improve non-Numpy use, move to GitHub Actions CI

Compare
Choose a tag to compare
@scivision scivision released this 09 Sep 20:02
db4fade
  • Drop Python 2.x as code duplication and maintenance burden is too high.
  • improve numerical stability, thanks @bcminch #27
  • make non-Numpy use a first-class use case, with all but ECI working without Numpy (let us know if non-Numpy ECI is desirable). Of course Numpy, Pandas and Xarray are still handled first-class as well.
  • move CI to GitHub Actions.