v0.12.3
What's Changed
- Add
jac_chunk_size
keyword argument toObjectiveFunction
to reduce memory usage of forward mode Jacobian calculation , see docs for more details - Add objective using for Ideal-Ballooning Stability, see related paper for more details.
- Make naming of grids kwargs among free boundary objectives more uniform
- Add kwarg options to plot 3d without any axis visible
- Pin jax version temporarily to avoid JAX-related bug
Bug Fixes
- Fix error that can occur when
get_NAE_constraints
is called for only fixing the axis - bug fix for
most_rational
with negative arguments - fix bug. in
FixOmniBMax
New Contributors
- @lisamessier made their first contribution in #1269
- @missing-user made their first contribution in #1274
- @felicia22 made their first contribution in #1284
Full Changelog: v0.12.2...v0.12.3