From 6aa77ccc136b9fbc9402a1cac3d39edadcfc72bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kmen=20G=C3=B6rgen?= Date: Tue, 27 Jan 2026 16:22:54 +0100 Subject: [PATCH] group aic related changes in changelog. --- changelog/3408.added.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/3408.added.md b/changelog/3408.added.md index fb528c7a7..04f1311cc 100644 --- a/changelog/3408.added.md +++ b/changelog/3408.added.md @@ -1,3 +1,4 @@ -- Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters. -- Added `model_path` parameter to `AICFilter` for loading local .aicmodel files. -- Added unit tests for `AICFilter` and `AICVADAnalyzer`. +- Additions for `AICFilter` and `AICVADAnalyzer`: + - Added model downloading support to `AICFilter` with `model_id` and `model_download_dir` parameters. + - Added `model_path` parameter to `AICFilter` for loading local `.aicmodel` files. + - Added unit tests for `AICFilter` and `AICVADAnalyzer`.