Skip to content

v4.0.0

Compare
Choose a tag to compare
@Sagnac Sagnac released this 23 Nov 20:25
· 97 commits to master since this release
  • Several functions and variables have been renamed; notably the three main exported functions Z, W, and P are now zernike, wavefront, and transform;
  • A few WavefrontError constructor methods have been added for use in creating them directly in terms of Zernike polynomials for given indices and coefficients;
  • A new zplot function is now open to be used independently and accepts Polynomial and WavefrontError function types as well as quantized wavefront errors;
  • The axis and plot is now returned by zplot and included in Output and WavefrontOutput;
  • Deprecated functionality in ZernikePlot has been updated in accordance with the new version of GLMakie (v0.9.0);
  • The ability to configure plot options through plotconfig has been added;
  • The plot layout has been improved;
  • A resizing mouse interaction which trims extra space on the plot after resizing the window is now bound to right click.

Full Changelog: v3.2.0...v4.0.0