Skip to content

Commit fb99fa1

Browse files
authored
πŸ“š Update changelog in prep for first release (#21)
1 parent ccb3c46 commit fb99fa1

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
# Changelog
2+
3+
## Intake-thredds v2021.2.17
4+
5+
([full changelog](https://github.com/NCAR/intake-thredds/compare/792fdc08e7fbbf66455fe554ca9a0f1f8a14ae32...ccb3c469a07cc7adf058ce0f8ba41197ebc5b7c7))
6+
7+
### Features
8+
9+
- add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring))
10+
- Add documentation [#19](https://github.com/NCAR/intake-thredds/pull/19) ([@andersy005](https://github.com/andersy005))
11+
- πŸ’š Update Continuous Integration [#18](https://github.com/NCAR/intake-thredds/pull/18) ([@andersy005](https://github.com/andersy005))
12+
- Add LICENSE [#17](https://github.com/NCAR/intake-thredds/pull/17) ([@andersy005](https://github.com/andersy005))
13+
- Docs: Use markdown via myst-parser [#16](https://github.com/NCAR/intake-thredds/pull/16) ([@andersy005](https://github.com/andersy005))
14+
- allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring))
15+
- options for combine_by_coords [#13](https://github.com/NCAR/intake-thredds/pull/13) ([@aaronspring](https://github.com/aaronspring))
16+
- Pass kwargs to Catalog [#12](https://github.com/NCAR/intake-thredds/pull/12) ([@martindurant](https://github.com/martindurant))
17+
- πŸ’š Migrate CI from CircleCI to GHA [#10](https://github.com/NCAR/intake-thredds/pull/10) ([@andersy005](https://github.com/andersy005))
18+
- use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring))
19+
- Add tests [#5](https://github.com/NCAR/intake-thredds/pull/5) ([@andersy005](https://github.com/andersy005))
20+
- CI & RTD configurations Overhaul [#4](https://github.com/NCAR/intake-thredds/pull/4) ([@andersy005](https://github.com/andersy005))
21+
- Add `THREDDSMergedSource` implementation [#3](https://github.com/NCAR/intake-thredds/pull/3) ([@martindurant](https://github.com/martindurant))
22+
- example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/NCAR/intake-thredds/graphs/contributors?from=2019-01-05&to=2021-02-18&type=c))
27+
28+
[@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)

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- [intake-thredds](#intake-thredds)
44
- [Badges](#badges)
5-
- [Installation (COMING SOON)](#installation-coming-soon)
5+
- [Installation](#installation)
66

77
## Badges
88

@@ -14,7 +14,7 @@
1414

1515
Intake interface to THREDDS data catalogs.
1616

17-
## Installation (COMING SOON)
17+
## Installation
1818

1919
Intake-thredds can be installed from PyPI with pip:
2020

β€Ždocs/requirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ setuptools>=50.3
66
sphinx>=3.2
77
jupyterlab>=3
88
tqdm
9-
msgpack
9+
dask[complete]
1010
-r ../requirements.txt

0 commit comments

Comments
Β (0)