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

Latest commit

 

History

History
64 lines (45 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 4.54 KB

Change Log

All notable changes will appear in this log that begins with the release of v1.0.0. Changes are categorized into "Added", "Changed", "Fixed", and "Removed". To see a comparison between releases on Github, click or follow the release version number URL.

For information on the style of this change log, see keepachangelog.com.

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)
  • 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

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)

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
  • Don't show GUI until plugin is loaded (commit)

v1.0.0 - 2015-11-09

First official release of TSTools. Also first entry in CHANGELOG.md.