v0.4.4
Bug Fixes:
-Fixed key error in hdf5io that prevented some solutions from being loaded properly
-Updated requirements with correct version of flatbuffers to work with JAX
Documentation
-Updated installation instructions
-Updated hands on example and other notebooks with recent changes
-Fixed bug where docs wouldn't build on RTD
New functionality
-Added new method equilibrium.compute_flux_coords to find the flux coordinates (rho, theta, zeta) corresponding to a set of real space coordinates (R,phi,Z), useful for computing synthetic diagnostics.
Backend
-Added wrappers for more control flow operators, which will be needed for future development
-Added interpolation module with 1d, 2d, and 3d interpolation using linear or various cubic splines. These will primarily be needed for planned work on equilibrium reconstruction.