Pynomaly

Latest version: v0.3.3

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

Scan your dependencies

Page 3 of 4

0.1.7

Fixed
- Fixed an issue inadvertently introduced in 0.1.6 that caused distance calculations to be incorrect,
thus resulting in incorrect LoOP values.

0.1.6

Fixed
- Updated the distance calculation such that the euclidean distance calculation has been separated from
the main distance calculation function.
- Fixed an error in the calculation of the standard distance.

Changed
- .fit() now returns a fitted object instead of local_outlier_probabilities. Local outlier probabilities can
be now be retrieved by calling .local_outlier_probabilities. See the readme for an example.
- Some private functions have been renamed.

0.1.5

Fixed
- [Issue 4](https://github.com/vc1492a/PyNomaly/issues/4) - Separated parameter type checks
from checks for invalid parameter values.
- accepts decorator verifies LocalOutlierProbability parameters are of correct type.
- Parameter value checks moved from .fit() to init.
- Fixed parameter check to ensure extent value is in the range (0., 1.] instead of [0, 1] (extent cannot be zero).
- [Issue 1](https://github.com/vc1492a/PyNomaly/issues/1) - Added type check using accepts decorator for cluster_labels.

0.1.4

Fixed
- [Issue 3](https://github.com/vc1492a/PyNomaly/issues/3) - .fit() fails if the sum of squared distances sums to 0.
- Added check to ensure the sum of square distances is greater than zero.
- Added UserWarning to increase the neighborhood size if all neighbors in n_neighbors are
zero distance from an observation.
- Added UserWarning to check for integer type n_neighbor conditions versus float type.
- Changed calculation of the probabilistic local outlier factor expected value to Numpy operation
from base Python.

0.1.3

Fixed
- Altered the distance matrix computation to return a triangular matrix instead of a
fully populated matrix. This was made to ensure no duplicate neighbors were present
in computing the neighborhood distance for each observation.

0.1.2

Added
- LICENSE.txt file of Apache License, Version 2.0.
- setup.py, setup.cfg files configured for release to PyPi.
- Changed name throughout code base from PyLoOP to PyNomaly.

Other
- Initial release to PyPi.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.