From 0e79db44889e285f3049ec84ebd44b7f60a8a24f Mon Sep 17 00:00:00 2001 From: Scott Henderson Date: Thu, 1 Oct 2020 08:53:35 -0700 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 20 +++++++++++++++++--- README.md | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964f2a6..e220e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v0.3.0] - 2020-10-01 + +### Added + +- Tests against python3.8 (#63) +- Intake GUI predefined holoviews plots for thumbnails and geotiffs (#58) +- New STAC Asset mimetype driver associations (#56) +- STAC>1.0 support, with additional Jupyter Notebooks in examples/ (#52) +- StacItemCollection `to_geopandas()` method (#38) +- Use GitHub Actions for CI (#37) + ## [v0.2.3] - 2019-01-21 ### Removed @@ -19,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- Support for `satstac.ItemCollection` objects. This faciliates integration with STAC search APIs like sat-search. +- Support for `satstac.ItemCollection` objects. This facilitates integration with STAC search APIs like sat-search. ## [v0.2.1] - 2019-10-31 @@ -50,6 +61,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial Release -[v0.2.1]: https://github.com/pangeo-data/intake-stac/compare/0.1.0...v0.2.1 -[v0.2.0]: https://github.com/pangeo-data/intake-stac/compare/0.1.0...v0.2.0 +[v0.3.0]: https://github.com/intake/intake-stac/compare/0.2.3...0.3.0 +[v0.2.3]: https://github.com/intake/intake-stac/compare/0.2.2...0.2.3 +[v0.2.2]: https://github.com/intake/intake-stac/compare/0.2.1...0.2.2 +[v0.2.1]: https://github.com/pangeo-data/intake-stac/compare/0.2.0...0.2.1 +[v0.2.0]: https://github.com/pangeo-data/intake-stac/compare/0.1.0...0.2.0 [v0.1.0]: https://github.com/pangeo-data/intake-stac/tree/0.1.0 diff --git a/README.md b/README.md index 69c2d17..7228b96 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The [examples/](examples/) directory contains some example Jupyter Notebooks tha To install a specific versions of intake-stac, specify the version in the install command ```bash -pip install intake-stac==0.1.0 +pip install intake-stac==0.3.0 ``` The table below shows the corresponding versions between intake-stac and STAC: