Skip to content

Commit c83948c

Browse files
authored
REL: 0.0.8 (#35)
1 parent 8cc716f commit c83948c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ Any software package that uses xarray in any way will then be able to directly u
2727

2828
* Import CfRadial1 data
2929
* Import ODIM_H5 data
30+
* Import GAMIC HDF5
31+
* Import Rainbow5
32+
* Import Iris/Sigmet
33+
* Import Furuno SCN/SCNX
34+
* Georeferencing (AEQD)

docs/history.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
# History
22

3-
## Development Version
3+
## 0.0.8 (2022-09-28)
44

55
* add GAMIC HDF5 importer ({pull}`29`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
66
* add Furuno SCN/SCNX importer ({pull}`30`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
77
* add Rainbow5 importer ({pull}`32`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
88
* add Iris/Sigmet importer ({pull}`33`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
9+
* add georeferencing (AEQD) ({pull}`28`) by [@mgrover1](https://github.com/mgrover1)
910

10-
## 0.7.0 (2022-09-21)
11+
## 0.0.7 (2022-09-21)
1112

1213
* Add zenodo badges to README.md ({pull}`22`) by [@mgrover1](https://github.com/mgrover1)
1314
* Fix version on RTD ({pull}`23`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
1415
* Add minimal documentation for Datamodel ({pull}`24`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
1516

16-
## 0.6.0 (2022-09-19)
17+
## 0.0.6 (2022-09-19)
1718

1819
* Improve installation and contribution guide, update README.md with more badges, add version and date of release to docs, update install process ({pull}`19`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
1920
* Add minimal documentation for CfRadial1 and ODIM_H5 importers ({pull}`20`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
2021
* Add accessors.py submodule, add accessors showcase ({pull}`21`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
2122

22-
## 0.5.0 (2022-09-14)
23+
## 0.0.5 (2022-09-14)
2324

2425
* Data Model, CfRadial1 Backend ({pull}`13`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
2526
* ODIM_H5 Backend ({pull}`14`) by [@kmuehlbauer](https://github.com/kmuehlbauer)
2627

27-
## 0.4.0 (2022-09-01)
28+
## 0.0.4 (2022-09-01)
2829

2930
Setting up CI workflow and build, [@mgrover1](https://github.com/mgrover1) and [@kmuehlbauer](https://github.com/kmuehlbauer)
3031

31-
## 0.1.0 (2022-09-01)
32+
## 0.0.1 (2022-09-01)
3233

3334
* First release on PyPI.
3435

0 commit comments

Comments
 (0)