-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9aa8f0
commit 4ba9270
Showing
6 changed files
with
60 additions
and
191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
* roocs-utils version: | ||
* Python version: | ||
* Operating System: | ||
|
||
### Description | ||
|
||
Describe what you were trying to get done. | ||
Tell us what happened, what went wrong, and what you expected to happen. | ||
|
||
### What I Did | ||
|
||
``` | ||
Paste the command(s) you ran and the output. | ||
If there was a crash, please include the traceback here. | ||
``` |
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,16 @@ | ||
<!--Please ensure the PR fulfills the following requirements! --> | ||
### Pull Request Checklist: | ||
- [ ] This PR addresses an already opened issue (for bug fixes / features) | ||
- This PR fixes issue #xyz | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
- [ ] Documentation has been added / updated (for bug fixes / features) | ||
- [ ] HISTORY.rst has been updated (with summary of main changes) | ||
- [ ] I have added my relevant user information to `AUTHORS.md` | ||
|
||
* **What kind of change does this PR introduce?:** <!--(Bug fix, feature, docs update, etc.)--> | ||
|
||
|
||
* **Does this PR introduce a breaking change?:** <!--(Has there been an API change? New dependencies?)--> | ||
|
||
|
||
* **Other information:** <!--(Relevant discussion threads? Outside documentation pages?)--> |
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,28 @@ | ||
Version History | ||
=============== | ||
|
||
v2.0.0 (27/09/2021) | ||
------------------- | ||
Bug Fixes | ||
^^^^^^^^^ | ||
N/A | ||
|
||
Breaking Changes | ||
^^^^^^^^^^^^^^^^ | ||
* Changed ``nc_interface`` sub-package to rely on ``xarray`` instead of ``cdms2``. | ||
|
||
New Features | ||
^^^^^^^^^^^^ | ||
* Changed ``nc_interface`` sub-package to rely on ``xarray`` instead of ``cdms2``. | ||
* Added unit tests for all new code in ``tests`` | ||
* Run tests with: ``pytest tests`` | ||
|
||
v1.1.4 (2017-10-13) | ||
------------------- | ||
|
||
Overview | ||
^^^^^^^^ | ||
|
||
* includes unit tests | ||
* includes ``nc_interface`` to netCDF - using `cdms2` library | ||
|
This file was deleted.
Oops, something went wrong.
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,3 +1,3 @@ | ||
__version__ = '1.2.1' | ||
__version__ = '2.0.0' | ||
|
||
from nappy.nappy_api import * |
Binary file not shown.