Skip to content

Commit

Permalink
updates to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 16, 2019
1 parent 81bbb0d commit ac4d68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 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 once python 2.7 is deprecated and things settle out.
- Model.plot_lat_alt() now returns the figure object
- 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
- Switched to pytest for unit testing
- Removes python 3.4 testing from Travis

## [0.1.2] - 2019-07-02
- Patch to fix loading of unformatted output files.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To set up `sami2py` for local development:

::

pytest -vs sami2py
pytest -vs

5. Update/add documentation (in ``docs``), if relevant

Expand Down

0 comments on commit ac4d68d

Please sign in to comment.