Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 5, 2019
1 parent 788dd45 commit 737cb24
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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
- 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 737cb24

Please sign in to comment.