New Features: New function plot_comparison to plot comparison between multiple DESC equilibria plot_surfaces now has a more intuitive API - instead of specifying grids, the user specifies the specific rho/theta contours to plot equil.is_nested now checks more toroidal planes for non-axisymmetric equilibria by default Updates Equilibrium to make creating them more straightforward. Instead of a dictionary of arrays and values, init method now takes individual arguments. These can either be objects of the correct type (ie Surface objects for boundary condiitons, Profile for pressure and iota etc,) or ndarrays which will get parsed into objects of the correct type (for backwards compatibility) Also introduces more options for generating initi...