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.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ceholden ceholden released this 25 Nov 01:43
· 244 commits to master since this release

v0.5.5 - 2015-11-24

Milestone v0.5.5

Added

  • Abort if config file 'n_bands' looks incorrect (commit)

Changed

  • Reorganize long term mean phenology code into generic phenology related submodule.
  • Reorganize changemap and map logic to separate module #60

Fixed

  • Fix bug with spline EVI prediction in LTM phenology module when data include last day in leap year (366) #56
  • Fix bug with phenology half-max calculation that created erroneous transition dates #58
  • Fix bug with phenology calculation for 100% masked data pixels #54
  • Fix yatsm pixel to correctly plot designs that include categorical variables (commit)
  • Fix passing of a list of dataset min/max values within config files instead of 1 number #59
  • Add missing phenology module to setup.py (commit)