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

Releases: ceholden/TSTools

TSTools: v1.2.0

01 Feb 19:36
Compare
Choose a tag to compare
TSTools: v1.2.0 Pre-release
Pre-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

TSTools: v1.1.1

06 Jun 21:31
Compare
Choose a tag to compare
TSTools: v1.1.1 Pre-release
Pre-release

v1.1.1

Fixed

  • YATSM CCDCesque: Fixed model prediction when retrieving from pre-calculated results (commit)
  • PALSAR/Landsat driver: fixed initialization errors
  • YATSM Meteorological driver: fixed initialization errors

TSTools: v1.1.0

17 Feb 00:37
Compare
Choose a tag to compare
TSTools: v1.1.0 Pre-release
Pre-release

v1.1.0 - 2016-02-16

Milestone v1.1.0

Changed

  • API: reorganized timeseries drivers into tstools.ts_drivers.drivers submodule #63

Added

  • Add dialog to export timeseries driver data to CSV files. Each "series" within a time series driver will be exported separately to a different file #65
  • Add timeseries driver information to driver initialization/configuration menu #74
  • Add timeseries driver dependency information to initialization/configuration menu. Also add broken driver modules to list of drivers, but with clear indication of broken status and the Python exception that caused it to break #53

Fixed

  • YATSM: Fix retrieval of ACCA scores from Landsat MTL files for YATSM timeseries drivers #75
  • YATSM: Fix bug with importing of phenology module (commit)
  • YATSM: Update to YATSM v0.6.0 and maintain compatibility with v0.5.0 (commit)
  • YATSM: Fix bug when running in reverse (commit)

TSTools: v1.0.1

25 Nov 01:55
Compare
Choose a tag to compare

v1.0.1 - 2015-11-24

Milestone v1.0.1

Changed

  • QGIS 2.4 or above is now required. Reasoning: Upkeep on deprecated QGIS APIs and 2.8 is their long term support release.

Added

  • Add Vagrantfile for installing and running TSTools on Ubuntu 14.04 #68

Fixed

  • Plots should include data from maximum year in date range slider 67e6960
  • Fix for matplotlib>=1.5.0 74a12d9
  • Fixed disconnect signal for drivers without results #67
  • Ignore matplotlib style if not available (commit)
  • Update LongTermMeanPhenology calculation in YATSM* drivers for yatsm>=0.5.0 #62

TSTools: v1.0.0

09 Nov 16:37
Compare
Choose a tag to compare

First official release of TSTools.

Install using installation instructions in README.md of repository. The tstools.zip file mentioned is available at a download link below.