Skip to content

Commit

Permalink
Merge fcdda90 into 9984bf7
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 5, 2019
2 parents 9984bf7 + fcdda90 commit 1df4b88
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ your test configuration
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] Add a note to ``CHANGELOG.md``, summarizing the changes

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.0] - TBD
- API changes
- Store loaded data in xarray object
- Use consistent keyword order in run_model and Model
- xarray (<0.12) and pandas (<0.25) are now required packages. Upper limits enforced for Travis CI testing. Will remove in future.
- Non-breaking changes
- Output version / short hash for each model run
- Move package metadata to setup.cfg
- Auto-build fortran executables as part of setup.py
- Added CHANGELOG.md

## [0.1.2] - 2019-07-02
- Patch to fix loading of unformatted output files.

## [0.1.1] - 2019-05-20
- Patch to documentation.

## [0.1.0] - 2019-05-17
- Initial release

0 comments on commit 1df4b88

Please sign in to comment.