From 07ecf25f97b1c52f8585e53b5be3f5b040d65c39 Mon Sep 17 00:00:00 2001 From: detlefarend Date: Wed, 22 May 2024 10:39:52 +0200 Subject: [PATCH] Bug: howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py doesn't run under Python 3.12 #985 --- src/mlpro/bf/streams/streams/clusters.py | 3 ++- ...howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mlpro/bf/streams/streams/clusters.py b/src/mlpro/bf/streams/streams/clusters.py index b3d451831..27633f0be 100644 --- a/src/mlpro/bf/streams/streams/clusters.py +++ b/src/mlpro/bf/streams/streams/clusters.py @@ -8,10 +8,11 @@ ## -- 2023-11-20 0.0.0 SK Creation ## -- 2024-04-18 1.0.0 SK First draft implementation ## -- 2024-04-23 1.1.0 SK Bug fixes +## -- 2024-05-22 1.1.1 SK Bug fix ## ------------------------------------------------------------------------------------------------- """ -Ver. 1.0.0 (2024-04-18) +Ver. 1.1.1 (2024-05-22) This module provides the native stream class StreamMLProClusterGenerator. These stream provides instances with self._num_dim dimensional random feature data, placed around diff --git a/test/howtos/bf/howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py b/test/howtos/bf/howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py index 0ae40db4a..caa8163a2 100644 --- a/test/howtos/bf/howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py +++ b/test/howtos/bf/howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py @@ -5,7 +5,6 @@ ## -- History : ## -- yyyy-mm-dd Ver. Auth. Description ## -- 2024-04-18 1.0.0 SK Creation/First implementation -## -- 2024-05-22 1.0.1 SK Bug fix ## ------------------------------------------------------------------------------------------------- """