Releases: vc1492a/PyNomaly
Releases · vc1492a/PyNomaly
v0.3.5
Changes
Changed
- Refactored the Validate class by dissolving it and moving validation methods directly into LocalOutlierProbability
- Renamed validation methods for clarity (e.g., _fit() → _check_is_fit())
- Replaced sys.exit() with proper exception handling
Added
- Custom exception classes: PyNomalyError, ValidationError, ClusterSizeError, MissingValuesError
Fixed
- Fixed NumPy compatibility issue with Python 3.11+ in stream() when using distance matrix mode
0.3.4
What's Changed
- Merge readme.md changes into main branch by @vc1492a in #53
- 54 add regression tests for refactor validation by @IroNEDR in #55
- merge dev into feature branch by @IroNEDR in #56
- Move continuous integration from Travis CI to Github Actions by @IroNEDR in #58
- Add regression test and new test pipeline to main branch - no new version by @IroNEDR in #59
- small readme.md tweaks by @vc1492a in #60
New Contributors
- @IroNEDR made their first contribution in #55
Full Changelog: 0.3.3...0.3.4