From 5b245a477df1caaacf6eb06212f4d7f710ea56e2 Mon Sep 17 00:00:00 2001 From: Rory Conlin Date: Mon, 29 Jul 2024 09:14:07 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3e219fc2..705e6c7e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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