vc1492a / PyNomaly

Anomaly detection using LoOP: Local Outlier Probabilities, a local density based outlier detection method providing an outlier score in the range of [0,1].
Other
305 stars 36 forks source link

Support Python 3.7 #23

Closed vc1492a closed 5 years ago

vc1492a commented 5 years ago

PyNomaly currently supports Python 3.4-3.6. Extend and test support with Python 3.7.

vc1492a commented 5 years ago

Python 3.7 was added to the Travis CI configuration and the dev branch tested with no issues, see this test log. Closing this issue as testing with version 3.7 has been added to CI.