Skip to content

MCALF v1.0.0

Latest
Compare
Choose a tag to compare
@ConorMacBride ConorMacBride released this 28 Mar 22:20
8f2a3df

Breaking changes

  • Change default Voigt implementation to voigt_faddeeva by @ConorMacBride in #52
    To restore the old behaviour, pass impl=mcalf.profiles.voigt.voigt_integrate to any of the following classes or functions when you use them:
    • mcalf.models.IBIS8542Model (after initialisation it will remember which to use for fitting and plotting)
    • mcalf.visualisation.plot_ibis8542
    • mcalf.profiles.voigt.voigt_nobg
    • mcalf.profiles.voigt.voigt
    • mcalf.profiles.voigt.double_voigt_nobg
    • mcalf.profiles.voigt.double_voigt

New features

Documentation

Testing/CI

Full Changelog: v0.3.0...v1.0.0