Korg v0.42.0
Breaking Changes
- none
Features
- Korg now has it's own linelist format (just HDF5), which can be written with
Korg.save_linelist
(fields are well-documented). These files can be read like any other linelist withKorg.read_linelist
. (#389) - There is now experimental support for loading in ExoMol linelists with
Korg.load_ExoMol_linelist
(#385 #390).
Notable changes
- a warning displayed with synthesizing in the APOGEE wavelength region with MHD on for hydrogen lines. (#388)
Merged pull requests:
- CompatHelper: bump compat for DSP to 0.8, (keep existing compat) (#382) (@github-actions[bot])
- update fit_spectrum documentation (#384) (@ajwheeler)
- MHD warning for synthsis in the IR (#388) (@ajwheeler)
- Linelist serialization (#389) (@ajwheeler)
- parsing exomol linelists (#390) (@ajwheeler)
Closed issues:
- GES linelist type inference crash (#309)