Skip to content

Commit ccbdc8c

Browse files
authored
Merge pull request #6 from PlatformNetwork/release-please--branches--main--components--term-challenge
chore(main): release 0.2.2
2 parents 5823384 + 22b7384 commit ccbdc8c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/PlatformNetwork/term-challenge/compare/v0.2.1...v0.2.2) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* add folder upload support to term wizard ([6e2ae37](https://github.com/PlatformNetwork/term-challenge/commit/6e2ae375cfe3a9b0ac578646950bd61c0cc5b7c2))
9+
* add forced_weights for manual weight overrides + sort leaderboard by success_rate ([5ecfe21](https://github.com/PlatformNetwork/term-challenge/commit/5ecfe21b29132f849701456bcc978cdeb4196c00))
10+
* add requirements.txt support for package compilation ([a1e655b](https://github.com/PlatformNetwork/term-challenge/commit/a1e655b1c492387704f5777d430b4824fd59fc2c))
11+
12+
13+
### Bug Fixes
14+
15+
* change eligibility from 8 tasks/validator to 8 tasks total ([1eb9812](https://github.com/PlatformNetwork/term-challenge/commit/1eb9812a3ea0a57d7a0912bba4c00769af4e7a09))
16+
* create pending_evaluations after compilation + exclude __evaluation_failure__ from task counts ([a8646c3](https://github.com/PlatformNetwork/term-challenge/commit/a8646c3edbcf23693b335323710782688dc97e56))
17+
* filter evaluation progress by validator_hotkey ([2b44209](https://github.com/PlatformNetwork/term-challenge/commit/2b44209bcaa7d489c016e740b742d1e94a08702a))
18+
* log task results immediately after each task completes ([5823384](https://github.com/PlatformNetwork/term-challenge/commit/58233844241a14c93184f24a17491a834e3f1ad0))
19+
* remove fallback mode - skip evaluation if no assigned tasks ([f8f7a86](https://github.com/PlatformNetwork/term-challenge/commit/f8f7a861f94b4c360c5567f4a5e6d4a72bc60f72))
20+
21+
22+
### Performance Improvements
23+
24+
* run tasks concurrently (2 per agent, 8 max global) ([86f7efc](https://github.com/PlatformNetwork/term-challenge/commit/86f7efccb7110614dc08889db66655db8a8c60af))
25+
26+
27+
### Code Refactoring
28+
29+
* remove submit_result, auto-detect task completion in log_task ([1763ece](https://github.com/PlatformNetwork/term-challenge/commit/1763ece64cb238619e2a055cec2d5a01bed34ee8))
30+
31+
32+
### Miscellaneous
33+
34+
* add migration for forced_weights table ([1f26565](https://github.com/PlatformNetwork/term-challenge/commit/1f265652c47cff7a22ba09e988647df2d5708d6d))
35+
336
## [0.2.1](https://github.com/PlatformNetwork/term-challenge/compare/v0.2.0...v0.2.1) (2026-01-12)
437

538

0 commit comments

Comments
 (0)