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.
- Time series drivers are now located using
setuptools
entry_points
andpkg_resources.iter_entry_points
instead of through subclassing (#82) - Allow plot symbology to be floating point numbers
- 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
- API: reorganized timeseries drivers into
tstools.ts_drivers.drivers
submodule #63
- 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
- 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 withv0.5.0
(commit) - YATSM: Fix bug when running in reverse (commit)
v1.0.1 - 2015-11-24
- QGIS 2.4 or above is now required. Reasoning: Upkeep on deprecated QGIS APIs and 2.8 is their long term support release.
- Add Vagrantfile for installing and running TSTools on Ubuntu 14.04 #68
- 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 inYATSM*
drivers foryatsm>=0.5.0
#62 - Don't show GUI until plugin is loaded (commit)
First official release of TSTools. Also first entry in CHANGELOG.md
.