Sep-pjw

Latest version: v1.3.4

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

Scan your dependencies

Page 1 of 4

1.3.4

========================

* Include .clang-format as a pre-commit hook, to ensure consistent code
style (improved readability, easier maintenance).
* Fixed `make test` to account for the changes in
[v1.3.0](https://github.com/PJ-Watson/sep-pjw/releases/tag/v1.3.0).
* All header files include the correct definitions.

1.3.3

========================

* Add changelog to documentation.
* Add tests for re-running with seg map.
* Fix array boundary bugs when re-running with seg map.
* Fix bug with precision loss when calculating threshold.
* Improve error handling when object pixels exceed pix stack.

1.3.2

========================

* Move documentation to new location, fix package names and imports.
* Add wheels for Python 3.11/3.12.
* Fix C compilation errors on windows (VLAs).
* Publish updated version to PyPI under new name.

1.3.1

========================

* Formatting changes (follow [black](https://github.com/psf/black)
formatting style).
* Fix `bench.py` and `test.py`, removing deprecated functions.
* Move metadata into `pyproject.toml`.
* Add pre-commit hooks for code and docstring validation.
* Change to dynamic versioning (git tag/commit based).

1.3.0

========================

* The `segmentation_map` argument of `sep.extract()` will now accept
either an array or boolean. If an existing segmentation map is passed,
the object detection stage is skipped, and sources will be individually
analysed according to the provided map. This change is
backwards-compatible with respect to the Python module.

Please note that as no deblending is performed, the calculated
thresholds (and any dependent parameters) may not be the same as
originally derived.

* Use 64-bit integers throughout, to fix memory addressing with large
arrays
([122](https://github.com/kbarbary/sep/issues/122 "Original issue"),
inspired by [Gabe Brammer's fork](https://github.com/gbrammer/sep)
with additional fixes).

1.2.1

====================

* Same as v1.2.0 but with new wheels for Python 3.10 and AArch64.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.