From ddc7a9b3861c6929b8bbd65a5a9e5f8646274400 Mon Sep 17 00:00:00 2001 From: Sarah Alnegheimish Date: Mon, 6 Oct 2025 12:03:24 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=200.0.5.dev0=20=E2=86=92=20?= =?UTF-8?q?0.0.5.dev1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- sigllm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99dc7a7..75128ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ namespaces = false version = {attr = 'sigllm.__version__'} [tool.bumpversion] -current_version = "0.0.5.dev0" +current_version = "0.0.5.dev1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sigllm/__init__.py b/sigllm/__init__.py index 84309b7..48f2b26 100644 --- a/sigllm/__init__.py +++ b/sigllm/__init__.py @@ -4,7 +4,7 @@ __author__ = 'MIT Data To AI Lab' __email__ = 'dailabmit@gmail.com' -__version__ = '0.0.5.dev0' +__version__ = '0.0.5.dev1' import os From 6f69d85d7ef00e56866655149249b85a417ae6ba Mon Sep 17 00:00:00 2001 From: Sarah Alnegheimish Date: Mon, 6 Oct 2025 12:37:57 -0400 Subject: [PATCH 2/2] add release notes --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index bb30748..797a5c0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## 0.1.0 – 2025-10-06 + +New multivariate Prompter pipeline + +* Update ``rolling_window_sequences`` primitives name – [Issue #48](https://github.com/sintel-dev/sigllm/issues/48) by @sarahmish +* Multivariate prompter pipeline – [Issue #47](https://github.com/sintel-dev/sigllm/issues/47) by @sarahmish + + ## 0.0.4 – 2025-07-31 New benchmarking suite