Skip to content

Commit cc2951d

Browse files
authored
release notes for v0.1.0 (#50)
* Bump version: 0.0.5.dev0 → 0.0.5.dev1 * add release notes
1 parent 9ea63f1 commit cc2951d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# History
22

3+
## 0.1.0 – 2025-10-06
4+
5+
New multivariate Prompter pipeline
6+
7+
* Update ``rolling_window_sequences`` primitives name – [Issue #48](https://github.com/sintel-dev/sigllm/issues/48) by @sarahmish
8+
* Multivariate prompter pipeline – [Issue #47](https://github.com/sintel-dev/sigllm/issues/47) by @sarahmish
9+
10+
311
## 0.0.4 – 2025-07-31
412

513
New benchmarking suite

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ namespaces = false
114114
version = {attr = 'sigllm.__version__'}
115115

116116
[tool.bumpversion]
117-
current_version = "0.0.5.dev0"
117+
current_version = "0.0.5.dev1"
118118
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
119119
serialize = [
120120
'{major}.{minor}.{patch}.{release}{candidate}',

sigllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = '[email protected]'
7-
__version__ = '0.0.5.dev0'
7+
__version__ = '0.0.5.dev1'
88

99
import os
1010

0 commit comments

Comments
 (0)