Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Yet Another Time Series Model (YATSM): v0.5.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ceholden ceholden released this 28 Oct 21:44
· 272 commits to master since this release

Milestone v0.5.4

Fixed

  • Fix multiple bugs encountered when running phenology estimates #49

Changed

  • Metadata from yatsm line runs are now stored in metadata sub-file of NumPy compressed saved files #53
  • Algorithm configurations must now declare subsections that match estimator methods (e.g., init and fit) #52
  • Refactored yatsm.phenology to make LongTermMeanPhenology estimator follow scikit-learn API #50

Added

  • Add --num_threads option to yatsm CLI. This argument sets various environment variables (e.g., OPENBLAS_NUM_THREADS or MKL_NUM_THREADS) before beginning computation to set or limit multithreaded linear algebra calculations within NumPy #51
  • Add a changelog!