v0.12.1
What's Changed
- 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 inFourierRZCurve
but missing inFourierRZCoil
- Adds new
from_values
method forFourierPlanarCurve
andFourierPlanarCoil
Full Changelog: v0.12.0...v0.12.1