Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest authored Mar 20, 2024
1 parent 4eb9b79 commit 04b0cf8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changelog
=========

- Adds functionality to optimize for omnigenity. This includes the ``OmnigenousField`` magnetic field class, the ``Omnigenity`` objective function, and an accompanying tutorial.
v0.11.0
-------

[Github Commits](https://github.com/PlasmaControl/DESC/compare/v0.10.4...v0.11.0)

New Features

- Adds functionality to optimize for omnigenity. This includes the ``OmnigenousField``
magnetic field class, the ``Omnigenity`` objective function, and an accompanying tutorial.
- Adds new objectives for free boundary equilibria: ``BoundaryError`` and
``VacuumBoundaryError``, along with a new tutorial notebook demonstrating their usage.
- Objectives ``Volume``, ``AspectRatio``, ``Elongation`` now work for
Expand Down Expand Up @@ -49,9 +54,12 @@ mesh. Previously they were saved on the full mesh.
- Fixed incorrect rotation matrix for `FourierPlanarCurve`.
- Fixed bug where ``plot_boundaries`` with a single ``phi`` value would return an
empty plot.

Breaking Changes

- Renames the method for comparing equivalence between DESC objects from `eq` to `equiv`
to avoid confusion with the common shorthand for `Equilibrium`.

- Minimum Python version is now 3.9

v0.10.4
-------
Expand Down

0 comments on commit 04b0cf8

Please sign in to comment.