Skip to content

v1.4.1

Choose a tag to compare

@Benjamin-Cadell Benjamin-Cadell released this 03 Mar 18:18
· 98 commits to main since this release

Fixed

  • Fixed save and load bugs on the Result class not pickling the dictionaries correctly.
  • Verbosity inputting not correctly overriding the default
  • Fixed poly_ord input not correctly overriding the default

Added

  • Explicit slurm environment check to raise error if certain environment variables are not properly configured. Parallel processing page in readthedocs will eventually be updated to explain this change.
  • Better warnings and overall much better handling of NaN and inf inputs of data.

Changed

  • Sped up the continuum fit binning process, now fully vectorised.
  • Renamed default input variables; removed "input" in their names previously
  • Skip initial state check for run_until_converged.
  • Improved calc_deltav to better account for wavelengths in velocity space, and thus taking their average. More robust to NaNs.