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
312 stars 37 forks source link

Update continuous integration to test against Python 3.9 #40

Closed vc1492a closed 1 month ago

vc1492a commented 4 years ago

As we get closer to a release of Python 3.9, it would be prudent to go ahead and begin testing the new version. Travis CI - the continuous integration service used by PyNomaly - seems to be offering support for current Python 3.9 builds.

vc1492a commented 4 years ago

The Python 3.9-dev (nightly) available via Travis-CI results in an error when installing the required numpy package, see this build.

This issue will be marked as on-hold until a stable release of Python 3.9 is provided to the community.