-
v0.2.2
StableSome checks failedCI / helm (push) Successful in 53sRelease / build (push) Failing after 1m24sRelease / publish (push) Has been skippedCI / python (3.11) (push) Successful in 7m2sCI / python (3.12) (push) Successful in 7m7sCI / python (3.10) (push) Successful in 7m8sCI / torch (push) Successful in 9m20sCI / wheels (push) Successful in 9m51sCI / rust (push) Successful in 11m59sCI / pre-commit (push) Successful in 13m33sreleased this
2026-07-30 21:41:39 +00:00 | 34 commits to main since this releaseFull Changelog: https://github.com/femboyisp/emry/compare/v0.2.1...v0.2.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.2.1 Stable
released this
2026-07-19 05:41:49 +00:00 | 58 commits to main since this releaseWhat's Changed
- docs: add a <1 MiB social-preview GIF by @vxfemboy in https://github.com/femboyisp/emry/pull/118
- EMRY-068: ship the emry CLI in the wheel by @vxfemboy in https://github.com/femboyisp/emry/pull/120
Full Changelog: https://github.com/femboyisp/emry/compare/v0.2.0...v0.2.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2.0 Stable
released this
2026-07-07 13:13:55 +00:00 | 60 commits to main since this releaseWhat's Changed
- release: pin GitHub Actions to commit SHAs by @vxfemboy in https://github.com/femboyisp/emry/pull/94
- EMRY-059: TUI chart parity — step-axis, phase bands, checkpoint markers by @vxfemboy in https://github.com/femboyisp/emry/pull/95
- deps: MSRV 1.88 + ratatui 0.30 (clears lru advisory) by @vxfemboy in https://github.com/femboyisp/emry/pull/96
- EMRY-058: TUI run comparison overlay by @vxfemboy in https://github.com/femboyisp/emry/pull/97
- fix(live): wire the web observer for live=auto over SSH by @vxfemboy in https://github.com/femboyisp/emry/pull/98
- EMRY-061: metric name-table protocol (MetricsRegistered event) by @vxfemboy in https://github.com/femboyisp/emry/pull/100
- docs: refresh README + TUI gif for parity features (+ RunHandle::checkpoint) by @vxfemboy in https://github.com/femboyisp/emry/pull/103
- EMRY-062: real-PyTorch integration example + CI test by @vxfemboy in https://github.com/femboyisp/emry/pull/102
- feat(py): expose run.checkpoint() across all backends by @vxfemboy in https://github.com/femboyisp/emry/pull/104
- EMRY-065: nvidia-smi GPU poller by @vxfemboy in https://github.com/femboyisp/emry/pull/106
- EMRY-064: Slack/webhook alerts on non-finite metrics by @vxfemboy in https://github.com/femboyisp/emry/pull/108
- EMRY-066: multi-run project dashboard by @vxfemboy in https://github.com/femboyisp/emry/pull/110
- EMRY-060: Weights & Biases exporter by @vxfemboy in https://github.com/femboyisp/emry/pull/114
- EMRY-063: Helm chart and container image by @vxfemboy in https://github.com/femboyisp/emry/pull/115
- EMRY-062: RBAC (admin/viewer) for the web dashboard by @vxfemboy in https://github.com/femboyisp/emry/pull/116
- release: v0.2.0 by @vxfemboy in https://github.com/femboyisp/emry/pull/117
Full Changelog: https://github.com/femboyisp/emry/compare/v0.1.0...v0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.0 Stable
released this
2026-06-26 23:54:11 +00:00 | 96 commits to main since this releaseWhat's Changed
- EMRY-002: Event model + MetricRecord in emry-core by @vxfemboy in https://github.com/femboyisp/emry/pull/49
- EMRY-003 registry + EMRY-002 review fixes (recover dropped stacked merge) by @vxfemboy in https://github.com/femboyisp/emry/pull/51
- EMRY-004: SPSC event ring with drop-and-count backpressure by @vxfemboy in https://github.com/femboyisp/emry/pull/52
- EMRY-005: DeployMode detection (embedded/sidecar/file) by @vxfemboy in https://github.com/femboyisp/emry/pull/53
- EMRY-006: EventBus pub/sub fan-out (bounded, drop-and-count) by @vxfemboy in https://github.com/femboyisp/emry/pull/54
- EMRY-010: Processor trait + pipeline thread by @vxfemboy in https://github.com/femboyisp/emry/pull/55
- EMRY-011: EMA + Welford streaming processors by @vxfemboy in https://github.com/femboyisp/emry/pull/56
- EMRY-012: Throughput + ETA processor by @vxfemboy in https://github.com/femboyisp/emry/pull/57
- EMRY-013: Anomaly processor (NaN/Inf + loss-spike z-score) by @vxfemboy in https://github.com/femboyisp/emry/pull/58
- EMRY-014: JSONL store + v1 compat by @vxfemboy in https://github.com/femboyisp/emry/pull/59
- EMRY-015: RunSession + Engine API — Emry runs end-to-end by @vxfemboy in https://github.com/femboyisp/emry/pull/60
- EMRY-016: Run metadata files (run.meta, config.json, summary.json) by @vxfemboy in https://github.com/femboyisp/emry/pull/61
- EMRY-020: Chart downsample + braille renderer by @vxfemboy in https://github.com/femboyisp/emry/pull/62
- EMRY-021: TUI 4-pane dashboard (ratatui) by @vxfemboy in https://github.com/femboyisp/emry/pull/63
- EMRY-022: Derived state (EMA / throughput / ETA) in the dashboard by @vxfemboy in https://github.com/femboyisp/emry/pull/64
- EMRY-023: File watch + v1 JSONL tail by @vxfemboy in https://github.com/femboyisp/emry/pull/65
- EMRY-024: Unix socket sidecar ingest (framed msgpack) by @vxfemboy in https://github.com/femboyisp/emry/pull/66
- EMRY-025: CLI commands (demo/tui/watch/engine) + demo polish by @vxfemboy in https://github.com/femboyisp/emry/pull/67
- EMRY-030: Tensor/scalar coercion (Python) by @vxfemboy in https://github.com/femboyisp/emry/pull/68
- EMRY-031: Python DeployMode (mirrors Rust EMRY-005) by @vxfemboy in https://github.com/femboyisp/emry/pull/69
- EMRY-032: High-level emry.run() API by @vxfemboy in https://github.com/femboyisp/emry/pull/70
- EMRY-033: PyO3 embedded engine (native emry._native) by @vxfemboy in https://github.com/femboyisp/emry/pull/71
- EMRY-034: Sidecar Python socket client by @vxfemboy in https://github.com/femboyisp/emry/pull/72
- EMRY-035: live= observer auto-spawn by @vxfemboy in https://github.com/femboyisp/emry/pull/73
- EMRY-036: maturin packaging (pip install builds the native wheel) by @vxfemboy in https://github.com/femboyisp/emry/pull/74
- EMRY-040: axum web server + WebSocket dashboard by @vxfemboy in https://github.com/femboyisp/emry/pull/75
- EMRY-041: live chart dashboard (self-hosted, no CDN) by @vxfemboy in https://github.com/femboyisp/emry/pull/76
- EMRY-041 polish: web dashboard verified + refined in-browser by @vxfemboy in https://github.com/femboyisp/emry/pull/77
- EMRY-042: phase shading + checkpoint markers by @vxfemboy in https://github.com/femboyisp/emry/pull/78
- EMRY-043: run comparison overlay by @vxfemboy in https://github.com/femboyisp/emry/pull/79
- EMRY-044:
emry webCLI command by @vxfemboy in https://github.com/femboyisp/emry/pull/80 - EMRY-050:
emry export csvby @vxfemboy in https://github.com/femboyisp/emry/pull/83 - EMRY-051:
emry export parquet(feature flag) by @vxfemboy in https://github.com/femboyisp/emry/pull/84 - EMRY-052:
emry runs+emry compareby @vxfemboy in https://github.com/femboyisp/emry/pull/85 - EMRY-053: criterion benchmark suite by @vxfemboy in https://github.com/femboyisp/emry/pull/86
- EMRY-054: SLURM / sidecar runbook by @vxfemboy in https://github.com/femboyisp/emry/pull/87
- EMRY-055: migration guide (generic JSONL) by @vxfemboy in https://github.com/femboyisp/emry/pull/88
- EMRY-056: README + quickstart by @vxfemboy in https://github.com/femboyisp/emry/pull/89
- EMRY-057: full CI matrix (Python 3.10–3.12) by @vxfemboy in https://github.com/femboyisp/emry/pull/90
- deps: fix Dependabot security alerts (pyo3 0.29, parquet 59 drops thrift) by @vxfemboy in https://github.com/femboyisp/emry/pull/91
- fix: bundle LICENSE into the sdist (unblocks PyPI publish) by @vxfemboy in https://github.com/femboyisp/emry/pull/92
- release: skip-existing PyPI upload + GitHub Release by @vxfemboy in https://github.com/femboyisp/emry/pull/93
Full Changelog: https://github.com/femboyisp/emry/commits/v0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads