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

TSTools: v1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ceholden ceholden released this 01 Feb 19:36
· 2 commits to master since this release

v1.2.0

Changed

  • Time series drivers are now located using setuptools entry_points and pkg_resources.iter_entry_points instead of through subclassing (#82)
  • Allow plot symbology to be floating point numbers

Fixed

  • YATSM CCDCesque: Fixed model prediction when retrieving from pre-calculated results (commit)
  • YATSM CCDCesque: Fixed model prediction error when retrieving results that used a different design formula than what was specified in control pane ([commit])(e8f5ff2))
  • Stacked Time Series, and descendants: Fixed datatype casting bug when retrieving from images and cache (commit)
  • Stacked Time Series, and descendants: Fixed cache reading by comparing against sorted versions of dates (commit
  • PALSAR/Landsat driver: fixed initialization errors
  • YATSM Meteorological driver: fixed initialization errors
  • Fix plot style application (does not use hasattr anymore)
  • Fix progressbar accumulation