Skip to content

Commit

Permalink
📚 Update changelog in prep for first release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Feb 17, 2021
1 parent ccb3c46 commit fb99fa1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# Changelog

## Intake-thredds v2021.2.17

([full changelog](https://github.com/NCAR/intake-thredds/compare/792fdc08e7fbbf66455fe554ca9a0f1f8a14ae32...ccb3c469a07cc7adf058ce0f8ba41197ebc5b7c7))

### Features

- add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring))
- Add documentation [#19](https://github.com/NCAR/intake-thredds/pull/19) ([@andersy005](https://github.com/andersy005))
- 💚 Update Continuous Integration [#18](https://github.com/NCAR/intake-thredds/pull/18) ([@andersy005](https://github.com/andersy005))
- Add LICENSE [#17](https://github.com/NCAR/intake-thredds/pull/17) ([@andersy005](https://github.com/andersy005))
- Docs: Use markdown via myst-parser [#16](https://github.com/NCAR/intake-thredds/pull/16) ([@andersy005](https://github.com/andersy005))
- allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring))
- options for combine_by_coords [#13](https://github.com/NCAR/intake-thredds/pull/13) ([@aaronspring](https://github.com/aaronspring))
- Pass kwargs to Catalog [#12](https://github.com/NCAR/intake-thredds/pull/12) ([@martindurant](https://github.com/martindurant))
- 💚 Migrate CI from CircleCI to GHA [#10](https://github.com/NCAR/intake-thredds/pull/10) ([@andersy005](https://github.com/andersy005))
- use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring))
- Add tests [#5](https://github.com/NCAR/intake-thredds/pull/5) ([@andersy005](https://github.com/andersy005))
- CI & RTD configurations Overhaul [#4](https://github.com/NCAR/intake-thredds/pull/4) ([@andersy005](https://github.com/andersy005))
- Add `THREDDSMergedSource` implementation [#3](https://github.com/NCAR/intake-thredds/pull/3) ([@martindurant](https://github.com/martindurant))
- example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/NCAR/intake-thredds/graphs/contributors?from=2019-01-05&to=2021-02-18&type=c))

[@aaronspring](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Aaaronspring+updated%3A2019-01-05..2021-02-18&type=Issues) | [@andersy005](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Aandersy005+updated%3A2019-01-05..2021-02-18&type=Issues) | [@dopplershift](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Adopplershift+updated%3A2019-01-05..2021-02-18&type=Issues) | [@martindurant](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Amartindurant+updated%3A2019-01-05..2021-02-18&type=Issues) | [@pbranson](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Apbranson+updated%3A2019-01-05..2021-02-18&type=Issues) | [@rabernat](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Arabernat+updated%3A2019-01-05..2021-02-18&type=Issues)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [intake-thredds](#intake-thredds)
- [Badges](#badges)
- [Installation (COMING SOON)](#installation-coming-soon)
- [Installation](#installation)

## Badges

Expand All @@ -14,7 +14,7 @@

Intake interface to THREDDS data catalogs.

## Installation (COMING SOON)
## Installation

Intake-thredds can be installed from PyPI with pip:

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ setuptools>=50.3
sphinx>=3.2
jupyterlab>=3
tqdm
msgpack
dask[complete]
-r ../requirements.txt

0 comments on commit fb99fa1

Please sign in to comment.