File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
513New benchmarking suite
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ namespaces = false
114114version = {attr = ' sigllm.__version__' }
115115
116116[tool .bumpversion ]
117- current_version = " 0.0.5.dev0 "
117+ current_version = " 0.0.5.dev1 "
118118parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
119119serialize = [
120120 ' {major}.{minor}.{patch}.{release}{candidate}' ,
Original file line number Diff line number Diff line change 44
55__author__ = 'MIT Data To AI Lab'
667- __version__ = '0.0.5.dev0 '
7+ __version__ = '0.0.5.dev1 '
88
99import os
1010
You can’t perform that action at this time.
0 commit comments