What's Changed
Updates:
* Modularisation of SwyftModule
* Restructuring of `configure_optimizers` and `configure_callbacks`
* New default is AdamW with early stopping
* Alternatives with AdamW and OneCycleLR and ReduceLROnPlateau exist as well
* Automatic reloading of best model at the end of training is default
* Extended plot options
* Add `smooth_prior` flag for interpolating likelihoods
* Renaming of plotting routines (plot_posterior, plot_corner, plot_pair)
* Update example notebook
* Bug fix for labels in corner plot by anchal-009 in https://github.com/undark-lab/swyft/pull/136
New Contributors
* anchal-009 made their first contribution in https://github.com/undark-lab/swyft/pull/136
* Co-authored-by: NoemiAM <noemi.anaumontelgmail.com>
**Full Changelog**: https://github.com/undark-lab/swyft/compare/v0.4.4...v0.4.5