Highlights
* Add compatibility with IFS-SPHERE data,
* New example script for IFS cleaning and extraction ([example_IFS.py](https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/blob/master/doc/example_IFS.py)),
* New documentation available [here](https://sydneyastrophotonicinstrumentationlab.github.io/AMICAL/),
* Add the possibility of saving the uncalibrated observables:
raw_bs = amical.oifits.wrap_raw(bs)
amical.show(raw_bs)
amical.save(raw_bs)
* Position angle (PA) is now automatically computed for NIRISS,
* Per-frame bad pixel correction,
* Subtract sky from full image and allow arbitrary mask,
What's Changed
* TST: fix escape syntax in workflow for windows compat by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/122
* TST: generalize a regexp for a category of warnings to be ignored in tests by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/125
* Fix a typo from 125 by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/126
* TST: revert a temporary workaround in GH workflows by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/127
* Add `show_clean_params` call to `select_clean_data` by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/78
* Per-frame bad pixel correction by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/83
* Subtract sky from full image and allow arbitrary mask by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/85
* Add quiet mode in extraction step by DrSoulain in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/128
* filter upstream depr warning by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/131
* pre commit auto update by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/132
* MNT: fix a future incompatibility with PyPDF2 by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/134
* TST: replace an xfail test with skipif so it's run most of the time instead of marked as failed by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/133
* MNT: cleanup unnecessary warning filters in CI by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/135
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/137
* MNT: upgrade GHA by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/138
* ENH: load heavy dependencies lazily by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/141
* MNT: upgrade GHA (setup-python v3 -> v4) by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/142
* Add telescope and instrument to raw oifits by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/136
* Add PA correction for NIRISS by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/139
* ENH: Add IFU compatibility for SPHERE by DrSoulain in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/146
Thanks to vandalt, neutrinoceros and benjaminpope for their contributions to this release.
**Full Changelog**: https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/compare/v1.4...v1.5.0