diff --git a/doc/changelog.rst b/doc/changelog.rst index b40f40846a..b39d624ea0 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -20,6 +20,8 @@ Bug fixes - Fix bug that made preprocessor with fx files fail in rare cases (`#670 `__) `Manuel Schlund `__ - Add support for string coordinates (`#657 `__) `Javier Vegas-Regidor `__ - Fixed the shape extraction to account for wraparound shapefile coords (`#319 `__) `Valeriu Predoi `__ +- Fixed bug in time weights calculation (`#695 `__) `Manuel Schlund `__ +- Fix diagnostic filter (`#713 `__) `Javier Vegas-Regidor `__ Documentation ~~~~~~~~~~~~~ @@ -33,6 +35,9 @@ Documentation - Updated references to documentation (now docs.esmvaltool.org) (`#675 `__) `Axel Lauer `__ - Add all European grants to Zenodo (`#680 `__) `Bouwe Andela `__ - Update Sphinx to v3 or later (`#683 `__) `Bouwe Andela `__ +- Increase version to 2.0.0 and add release notes (`#691 `__) `Bouwe Andela `__ +- Update setup.py and README.md for use on PyPI (`#693 `__) `Bouwe Andela `__ +- Suggested Documentation changes (`#690 `__) `Steve Smith `__ Improvements ~~~~~~~~~~~~ @@ -49,6 +54,12 @@ Improvements - Added 1m deep average soil moisture variable (`#664 `__) `bascrezee `__ - Update docker recipe (`#603 `__) `Javier Vegas-Regidor `__ - Improve command line interface (`#605 `__) `Javier Vegas-Regidor `__ +- Remove utils directory (`#697 `__) `Bouwe Andela `__ +- Avoid pytest version that crashes (`#707 `__) `Bouwe Andela `__ +- Options arg in read_config_user_file now optional (`#716 `__) `Javier Vegas-Regidor `__ +- Produce a readable warning if ancestors are a string instead of a list. (`#711 `__) `katjaweigel `__ +- Pin Yamale to v2 (`#718 `__) `Bouwe Andela `__ +- Expanded cmor public API (`#714 `__) `Manuel Schlund `__ Fixes for datasets ~~~~~~~~~~~~~~~~~~