Aurora-asi-lib

Latest version: v0.21.1

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

Scan your dependencies

Page 3 of 7

0.17.3

Added
- Support for RGB images in `asilib.Imager.keogram()`.

Changed
- Simplified `asilib.Imager.__getitem__()` to repay the technical debt. Before the method was difficult to reason about and it processed the [time] and [start_time:end_time] slice cases separately. Now `__getitem__` handles both of those cases in the same way.
- Simplified how the `Imager._keogram` array is allocated when `asilib.Imager.keogram()` is called.
- Edited the Imager flowchart.

0.17.2

Added
- Deprecation warnings to the legacy asilib plotting functions and in the API reference. They will be removed in or after December 2023.

0.17.1

Changed
- Fixed the `color_norm` keyword argument in `asilib.Imager()` methods. Now it defaults to `None` so the normalization is correctly overridden. Also, the `color_norm` docstring is updated to clarify the hierarchy.
- Changed the `data` to `file_info` argument in `asilib.Imager()`, and all ASI loaders, to more clearly convey the purpose of the variable.

0.17.0

Added
- A tutorial using `asilib.Imager()`.
- Documentation in contribute.rst describing the `asilib.Imager()` interface. Simplified the `asilib.Imager().__init__()` docstring and point to the thorough interface description in the new Contribute section.

Changed
- Refactored how `asilib.Imager()` deals with single- and multi-image instances. Now, each ASI `wrapper` function does not need to load a single image if `time` is specified, `asilib.Imager()` does this instead.
- Refactored the `themis`, `rego`, `trex_nir`, `lamp_phantom`, and `psa_emccd` wrapper functions with the new `asilib.Imager()` interface.
- Due to this change, the `asilib.Imager.__getitem__()` method significantly simplified.

0.16.2

Added
- Refactored all examples from `examples/v0/` and saved them in `examples/v1/`.
- Added the v1 examples to the Examples documentation tab. During the v0->v1 transition, users can see the examples in both the v0 and v1 interfaces.
- Removed experimental warning from Imager API Reference and moved it to the Legacy API Reference.

0.16.1

Fixed
- The example in `examples/v1/animate_conjunction.py`.

Changed
- Bumped the Calgary dependencies to avoid the freeze support multiprocessing bug for windows users
- rego-imager-readfile>=1.2.0
- themis-imager-readfile>=1.2.1
- trex-imager-readfile>=1.4.0

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.