Skip to content

Commit dbdb5a1

Browse files
doc: update changelog for release 1.1.6
1 parent 802bd95 commit dbdb5a1

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# Changelog
22

3-
43
## Latest
54

5+
## [1.1.6]
6+
7+
### Released
8+
- 2025-10-16
9+
10+
### Added
11+
- An example workflow script to operate X nvcf function to run M jobs
12+
- Upgrade vllm to 0.11.0
13+
- Upgrade transformers to 4.57.0
14+
- Agent context files for Codex, Claude, and Gemini
15+
- Runner abstraction for pipeline execution
16+
- Increase test coverage
17+
18+
### Fixed
19+
- Allow extra environment variables to be passed to the pixi runtime env
20+
- Let slurm env setting override defaults inside container
21+
- Remove dependency on pynvml
22+
- Remove `max_seq_len_to_capture` from vLLM engine creation
23+
- Improve the speed for final summary generation
24+
- Downgrade click dep version to fix ray and revive e2e nvcf test
25+
626
## [1.1.5]
727

828
### Released

pyproject.toml

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

1616
[project]
1717
name = "cosmos_curate"
18-
version = "1.1.5"
18+
version = "1.1.6"
1919
description = "Cosmos-Curate"
2020
readme = "README.md"
2121
authors = [

0 commit comments

Comments
 (0)