Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 1, 2020
1 parent dc7e4d5 commit 0e79db4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e79db4

Please sign in to comment.