You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,15 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
8
8
9
9
Nothing yet.
10
10
11
+
## [0.2.0] - 2025-01-09
12
+
### Added
13
+
- Parallel generation support with multiprocessing via `--workers` and `--worker-batch-size` CLI flags
14
+
-`num_workers` and `worker_batch_size` configuration options in `GenerationConfig`
15
+
- Parallel generation example in `examples/parallel/`
16
+
17
+
### Fixed
18
+
- Fixed tool subset diversity preservation in parallel mode by sorting records by original sample index before assigning final IDs
19
+
11
20
## [0.1.4] - 2025-11-09
12
21
### Changed
13
22
- Made `max_tokens` optional across all chat completion helpers and dataset flows so callers can rely on model defaults unless a limit is explicitly set.
0 commit comments