Skip to content

v0.3.1

Compare
Choose a tag to compare
@ehpor ehpor released this 02 Apr 09:11
· 736 commits to master since this release

HCIPy 0.3.1 Release notes

This HCIPy release fixes a major bug in the caching algorithm for backwards propagation, among some other minor improvements. See the list of all changes below for a summary. This version supports Python 3.5+.

List of major changes

  • Bug fix in the caching algorithm when using backwards propagation for the first time (@ehpor)
  • Add input/output to FITS and ASDF files for Field, Grid and ModeBasis (@ehpor)
  • Fixed normalization for the Fourier, Gaussian-Hermite and Gaussian-Laguerre mode bases (@ehpor)
  • Allow anamorphic magnification (@ehpor)
  • Allow variable wind speed for atmospheric layers (@syhaffert)
  • Add plotting utilities for pupils and PSFs (@ehpor)
  • Fix FFMpegWriter for MacOS (@ehpor & @stevenbos)
  • Minor documentation clarifications (@ehpor)
  • Increased test coverage (@ehpor)