Skip to content

Commit

Permalink
Readying release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agstephens committed Sep 27, 2021
1 parent f9aa8f0 commit 4ba9270
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 191 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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.
```
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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?)-->
28 changes: 28 additions & 0 deletions HISTORY.rst
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

190 changes: 0 additions & 190 deletions doc/USAGE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion nappy/__init__.py
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 modified tests/test_outputs/1010.nc
Binary file not shown.

0 comments on commit 4ba9270

Please sign in to comment.