Ois

Latest version: v0.2

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

Scan your dependencies

Page 1 of 2

0.2

Release Notes

* Improved documentation
* Improved CI testing
* New C command-line program
* C code decoupled from Python C extension
* Index overflow fixes for large images
* Other improvements

0.1.4

Release Notes

* Fixed issue 11 where the subtraction didn't use masked areas in final convolution.
* Added `eval_adaptive_kernel` to calculate variable kernels at any pixel position.
* Rewrite of tests.
* Fixed bug in slices (float to integer division).
* Added new raise exception for unknown method name.
* Deprecated `subtractongrid` and merged behavior with `optimal_system`.

0.1.3

Release Notes

Version 0.1.3 is compatible with Python 3!

* Added tests for Python 3.5.
* Added conditional compilation for Python 3 C extension.
* Fixed integer division Python 3 incompatibility.

0.1.2

Release Notes


* This implements issue 2: throw exception with even sized kernels.
* Added default `poly_degree` set to 2.
* Changed default on `optimal_system` to `Bramich`.

0.1.1

Release Notes

* Better docstrings.
* Added no background subtraction option and corresponding tests.
* Assert that diff is a masked array before using compressed method.
* More tests.

0.1

Release Notes

* Added `Adaptive Bramich` to subtraction methods with C extension.
* Moved subtraction methods to subclasses using the Strategy pattern.
* Added method `subtractongrid`.
* Added simultaneous background polynomial fit.
* Added support for masks on images through [numpy masked arrays](https://docs.scipy.org/doc/numpy/reference/maskedarray.html).
* Clean up of public methods.
* Better testing.
* Added documentation
* Several bug fixes.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.