Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@yunjunz yunjunz released this 02 Mar 04:02
· 71 commits to main since this release
  • solid.for: update the leap second table's expiration date from 2019-Jun-30 to 2021-Dec-28 (IERS bulletin C 61)
  • grid: use datetime.datetime object for the time of interest, to replace YYYYMMDD, for more flexibility.
  • Improved compatibility of the C extension solid.cpy*.so files, by constraining the numpy version during the pre-compilation. It works in macOS and Linux with the following combination:
    • Python=3.6/3.7/3.8 and NumPy>=1.18.1
    • Python=3.9 and NumPy>=1.19.5
  • Improved test.py and precompile*.sh.

Contributors

  • Zhang Yunjun