Amical

Latest version: v1.6.0

Safety actively analyzes 623219 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.6.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/SAIL-Labs/AMICAL/pull/147
* BLD: migrate from PyPDF2 (deprecated) to its replacement pypdf by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/150
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/SAIL-Labs/AMICAL/pull/151
* BLD: remove wheel from explicit build time requirements (not needed in Python>=3.8) by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/149
* TST: switch CI to Python 3.11, and other test housekeeping tasks by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/148
* BLD: migrate package metadata to pyproject.toml by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/154
* MNT: pyproject.toml housekeeping by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/156
* MNT: drop dependency on pkg_resources on Python 3.9+ by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/155
* MNT: move requirement files to dedicated directory by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/158
* TST: use Python 3.11 in bleeding edge CI by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/160
* STY: migrate linting to ruff by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/157
* BLD: drop pkg_resources as a dependency on Python 3.8 by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/159
* BLD: require astropy>=5.0, drop dependency on packaging by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/162
* BLD: vendor a minimal version of munch by neutrinoceros in https://github.com/SAIL-Labs/AMICAL/pull/163
* REL: update version for the new release by DrSoulain in https://github.com/SAIL-Labs/AMICAL/pull/164


**Full Changelog**: https://github.com/SAIL-Labs/AMICAL/compare/v1.5.0...v1.6.0

1.5.0

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

1.4

Highlights
- Implementation of the CLI version of AMICAL (to be documented soon),
- Add new tests (analysis, multiprocessing, multiple triangle method, CLI, etc.),
- Fix of different bugs/issues

Support for Python 3.7 has been dropped, and Python 3.10 is now officially supported

What's Changed
Here's a nearly exhaustive list of user facing changes

* Fix DATE-OBS issues in simulated data by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/47
* DOC: minor corrections to README.md by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/61
* Add __name__ == '__main__' to fix pool issue by DrSoulain in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/64
* Add `origin` keyword to `amical.save()` by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/66
* ENH: do not turn pyplot's interactive mode on at import time by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/70
* Fix loop issue 54 (multiprocess python >3.8 on OSX). by DrSoulain in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/72
* ENH: Add conditional to adapt behaviour depending on astropy version and warn user by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/73
* Use more explicit errors and warnings in data cleaning by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/79
* Enable saving raw observables to oifits files with `amical.save()` by vandalt in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/67
* MNT: add explicit support for Python 3.10 by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/87
* TST: fixup deprecated import statement from scipy by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/92
* New CLI for AMICAL by DrSoulain in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/76
* Change version support 3.8+ by DrSoulain in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/95
* BUG: fix some bugs detected with type annotations by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/101
* TYP: improve mypy configuration and declare package is typed by neutrinoceros in https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/pull/110

**Full Changelog**: https://github.com/SydneyAstrophotonicInstrumentationLab/AMICAL/compare/v1.3.1...v1.4

1.3.0

New features in this release:
- AMICAL is now formatted with black,
- pre-commit is used to ensure the formatting (pyupgrade, black, etc.).

1.2.1

AMICAL repository is now compliant with Github standard (doc, externals dir), include tutorial, documentation and different example scripts.

1.2

Stable version as in February 2021.
- AMICAL now includes compatibility with SUBARU/[VAMPIRES](https://www.naoj.org/Projects/SCEXAO/scexaoWEB/030openuse.web/040vampires.web/indexm.html) instrument but not fully tested yet.
- AMICAL now includes compatibility with the IFU mode of SPHERE instrument (IFS) but not fully tested yet.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.