Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
Updated copyright notice and list of changes
  • Loading branch information
bendudson committed Jan 29, 2021
1 parent 3f048eb commit 9be195f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ The "freegs" module consists of the following files:
License
-------

Copyright 2016-2020 Ben Dudson, University of York. Email: benjamin.dudson@york.ac.uk
Copyright 2016-2021 Ben Dudson, University of York, and other contributors.
Email: benjamin.dudson@york.ac.uk

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand All @@ -127,6 +128,18 @@ References
Versions
--------

0.6.0 29th January 2021
- Improve separatrix finding (Pablo Rodriguez-Fernandez)
- Update MAST-U machine description (James Harrison)
- Updated documentation
- Add tests for critical point finding
- Black format all library code
- Fix wall intersection calculation in optimisation
- Fix factor of pi in effectiveElongation (Chris Winnard)
- Miscellaneous fixes and tidying (Chris Winnard)
- Fix psi_bndry test in critical.core_mask
- Fix comments in Greens functions (James Morris)

0.5.0 25th March 2020
- More tests, thanks to @ZedThree.
- Added more flexible coil types, thanks to Chris Marsden.
Expand Down
5 changes: 3 additions & 2 deletions freegs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
License
-------
Copyright 2016-2019 Ben Dudson, University of York. Email: benjamin.dudson@york.ac.uk
Copyright 2016-2021 Ben Dudson, University of York and other contributors.
Email: benjamin.dudson@york.ac.uk
FreeGS is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand All @@ -28,7 +29,7 @@
"""

__version__ = "0.5.0"
__version__ = "0.6.0"

from .equilibrium import Equilibrium

Expand Down

0 comments on commit 9be195f

Please sign in to comment.