Skip to content

Commit

Permalink
Merge pull request #54 from bendudson/v0.6.1
Browse files Browse the repository at this point in the history
Bump to version 0.6.1
  • Loading branch information
bendudson committed Feb 11, 2021
2 parents 46b79c2 + 3ce7adf commit f49bae7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ References
Versions
--------

0.6.1 11th February 2021
- Fixes for HDF5 reading and writing
- Fix Numpy deprecations
- Catch errors in optimisation measures, making that more robust
- Fix core mask in geqdsk file reading
- Flake8 fixes
- Move to Github actions

0.6.0 29th January 2021
- Improve separatrix finding (Pablo Rodriguez-Fernandez)
- Update MAST-U machine description (James Harrison)
Expand Down
2 changes: 1 addition & 1 deletion freegs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"""

__version__ = "0.6.0"
__version__ = "0.6.1"

from .equilibrium import Equilibrium

Expand Down

0 comments on commit f49bae7

Please sign in to comment.