This is an automated email from the ASF dual-hosted git repository.
ycycse pushed a change to branch ycy/refactorAINode
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 7cc44cf5e81 refactor ainode (has bug needed to be fixed)
add 23600013d73 use logger that is uniformly initialized.
add 3542648033b support singleton for ClientManager
No new revisions were added by this update.
Summary of changes:
iotdb-core/ainode/iotdb/ainode/client.py | 31 ++++++------
iotdb-core/ainode/iotdb/ainode/config.py | 10 ++--
iotdb-core/ainode/iotdb/ainode/constant.py | 1 -
iotdb-core/ainode/iotdb/ainode/handler.py | 12 +++--
.../iotdb/ainode/manager/inference_manager.py | 8 +--
.../ainode/iotdb/ainode/manager/model_manager.py | 27 +++++-----
.../iotdb/ainode/model/built_in_model_factory.py | 4 +-
.../ainode/iotdb/ainode/model/model_factory.py | 14 +++---
.../ainode/iotdb/ainode/model/model_storage.py | 57 ++++++++++------------
iotdb-core/ainode/iotdb/ainode/script.py | 40 +++++++--------
iotdb-core/ainode/iotdb/ainode/service.py | 6 ++-
11 files changed, 111 insertions(+), 99 deletions(-)