| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CLAIMED v0.5.0 source code.tar.gz | 2026-06-30 | 1.9 MB | |
| CLAIMED v0.5.0 source code.zip | 2026-06-30 | 2.2 MB | |
| README.md | 2026-06-30 | 1.7 kB | |
| Totals: 3 Items | 4.1 MB | 0 | |
Highlights
First release since v0.2.7, marking CLAIMED's evolution from a component library into a full framework:
- terratorch-iterate merged into CLAIMED — HPO/NAS now ships in-tree (
iterate2), with MLflow logging, Optuna search, and Ray parallelisation. - MLX integration — experiment and asset tracking (datasets, models, jobs) plus the grid-compute backend.
- Per-metric optimisation direction —
iterate2supports per-metricminimize/maximize. - Versioned documentation — docs now published per-version via
mikewith a version selector; project roadmap consolidated into the docs site.
Version jumps to 0.5.0 to clear the stale v0.3.x / v0.4 tags from earlier history.
What's Changed
- Add progress bar by @romeokienzler in https://github.com/claimed-framework/claimed/pull/313
- Merge iterate by @romeokienzler in https://github.com/claimed-framework/claimed/pull/314
- ci: repair workflows broken by the repo reorganization by @romeokienzler in https://github.com/claimed-framework/claimed/pull/315
- feat(iterate2): support per-metric direction (minimize/maximize) by @romeokienzler in https://github.com/claimed-framework/claimed/pull/316
- docs: versioned publishing with mike + CLAIMED story rewrite by @romeokienzler in https://github.com/claimed-framework/claimed/pull/318
- docs: integrate roadmap from claimed-framework.github.io repo by @romeokienzler in https://github.com/claimed-framework/claimed/pull/317
- release: bump version to 0.5.0 by @romeokienzler in https://github.com/claimed-framework/claimed/pull/319
Full Changelog: https://github.com/claimed-framework/claimed/compare/v0.2.7...v0.5.0