Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest authored Jul 29, 2024
1 parent 2ac3e7c commit 5b245a4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
Changelog
=========

New Features
v0.12.1
-------

- adds ``from_values`` method that was present in ``FourierRZCurve`` but missing in ``FourierRZCoil``
- also adds new ``from_values`` method for ``FourierPlanarCurve`` and ``FourierPlanarCoil``
[Github Commits](https://github.com/PlasmaControl/DESC/compare/v0.12.0...v0.12.1)

- Optimizers now default to use QR factorization for least squares which is much faster
especially on GPU.
- Fix bug when reading VMEC input ZAXIS as ZAXIS_CS
- Some fixes/improvements for computing quantities along a fieldline.
- Adds compute quantities for PEST coordinate system basis vectors
- Many init methods now default to running on CPU, even when GPU is enabled, as CPU was found
to be much faster for these cases.
- New objectives `desc.objectives.FixNearAxis{R,Z,Lambda}` for fixing near axis behavior.
- Adds ``from_values`` method that was present in ``FourierRZCurve`` but missing in ``FourierRZCoil``
- Adds new ``from_values`` method for ``FourierPlanarCurve`` and ``FourierPlanarCoil``


v0.12.0
Expand Down

0 comments on commit 5b245a4

Please sign in to comment.