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
Fixed
- Fix multiple bugs encountered when running phenology estimates #49
Changed
- Metadata from
yatsm line
runs are now stored inmetadata
sub-file of NumPy compressed saved files #53 - Algorithm configurations must now declare subsections that match estimator methods (e.g.,
init
andfit
) #52 - Refactored
yatsm.phenology
to makeLongTermMeanPhenology
estimator followscikit-learn
API #50
Added
- Add
--num_threads
option toyatsm
CLI. This argument sets various environment variables (e.g.,OPENBLAS_NUM_THREADS
orMKL_NUM_THREADS
) before beginning computation to set or limit multithreaded linear algebra calculations within NumPy #51 - Add a changelog!