-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update files for 1.0.0rc3 release * try2 to separate description from readme * update cancellation instructions * update release date and minor changes * add header to content in docs index * remove bulletpoints in readme * update zenodo creators * minor modification to Readme and docs * add line blocks to readme * remove dot in readme * update documentation * link to fixed bugs in changelog * Update CHANGELOG.rst * Update CHANGELOG.rst
- Loading branch information
1 parent
d923f62
commit 321945d
Showing
13 changed files
with
77 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
Changelog | ||
********* | ||
Release Notes | ||
************* | ||
|
||
1.0.0rc3 (2019-07-15) | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
* Third Release Candidate for the stable 1.0.0 era5cli release. | ||
* Improve documentation `#21 <https://github.com/eWaterCycle/era5cli/issues/21>`_ `#29 <https://github.com/eWaterCycle/era5cli/issues/29>`_. | ||
* Cleanup command line options `#19 <https://github.com/eWaterCycle/era5cli/issues/19>`_ `#20 <https://github.com/eWaterCycle/era5cli/issues/20>`_. | ||
* Append era5cli version to history of downloaded netCDF file `#17 <https://github.com/eWaterCycle/era5cli/issues/17>`_. | ||
|
||
1.0.0rc2 (2019-07-01) | ||
===================== | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
* Second Release Candidate for the stable 1.0.0 era5cli release. | ||
* Fix downloading all variables when requesting multiple variables and using --split #23. | ||
* Fix link to Pypi package in documentation #22. | ||
* Fix downloading all variables when requesting multiple variables and using --split `#23 <https://github.com/eWaterCycle/era5cli/issues/23>`_. | ||
* Fix link to PyPI package in documentation `#22 <https://github.com/eWaterCycle/era5cli/issues/22>`_. | ||
|
||
1.0.0rc1 (2019-06-22) | ||
===================== | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
* First Release Candidate for the stable 1.0.0 era5cli release: A commandline utility to download ERA-5 data using cdsapi. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Reporting bugs | ||
************** | ||
|
||
File bug reports or feature requests, and make contributions (e.g. code patches), by opening a "new issue" on GitHub: | ||
|
||
- era5cli Issues: https://github.com/ewatercycle/era5cli/issues | ||
|
||
Please give as much information as you can in the issue. It is very useful if you can supply the command or a small self-contained code snippet that reproduces the problem. Please also specify the era5cli version that you | ||
are using and the version of the cdsapi library installed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
Welcome to era5cli's documentation! | ||
=================================== | ||
.. include:: ../../README.rst | ||
:start-after: inclusion-marker-start-do-not-remove | ||
:end-before: inclusion-marker-end-do-not-remove | ||
|
||
Content | ||
~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
installation | ||
instructions | ||
changes | ||
api | ||
|
||
|
||
Indices and tables | ||
================== | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
||
|
||
Meta Information | ||
~~~~~~~~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
contribute | ||
changes | ||
license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
License | ||
******* | ||
|
||
.. include:: ../../LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
'Niels Drost', 'Fakhereh Alidoost', 'Bouwe Andela', | ||
'Jerom Aerts', 'Berend Weel', 'Rolf Hut') | ||
__email__ = '[email protected]' | ||
__version__ = '1.0.0rc2' | ||
__version__ = '1.0.0rc3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters