Breaking changes
- Change default Voigt implementation to
voigt_faddeeva
by @ConorMacBride in #52
To restore the old behaviour, passimpl=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
- Support for changing the Voigt implementation by @ConorMacBride in #51
- Publish pure Python wheels by @ConorMacBride in #53
- Upgrade supported Python versions by @ConorMacBride in #49
Documentation
- Update documentation by @ConorMacBride in #54
Testing/CI
- Revert "Fix for bug in azp template" by @ConorMacBride in #50
Full Changelog: v0.3.0...v1.0.0