v0.7.0 Github Commits New Features Add implementation of Surface.compute_curvature. Add return_data flag to plotting functions to return dictionary of plotted data. Add computation of beta, average B, surface curvature, magnetic field derivatives, and others. Full list at https://desc-docs.readthedocs.io/en/stable/variables.html Modify Surface classes to always orient surfaces correctly to give the equilibrium a positive Jacobian. This means DESC will always use a right handed coordinate system in both cylindrical and flux coordinates. Previously the orientation of the flux coordinate system would depend on the boundary parameterization. New utility function desc.compat.ensure_positive_jacobian for converting previously saved equilibria to...