Logo
Explore Help
Register Sign in
femboy/emry
Watch
1
0
Fork
You've already forked emry
0
Code Issues 1 Pull requests 5 Projects Releases 4 Packages Wiki Activity Actions
4 releases 4 tags
  • v0.1.0 ff9012c2c4

    v0.1.0 Stable

    github-actions[bot] released this 2026-06-26 23:54:11 +00:00 | 96 commits to main since this release

    What'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 web CLI command by @vxfemboy in https://github.com/femboyisp/emry/pull/80
    • EMRY-050: emry export csv by @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 compare by @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

    • emry-0.1.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
      1 download · 2026-06-26 23:56:06 +00:00 · 468 KiB
    • emry-0.1.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.publish.attestation
      1 download · 2026-06-26 23:56:06 +00:00 · 9.3 KiB
    • emry-0.1.0.tar.gz
      0 downloads · 2026-06-26 23:56:06 +00:00 · 75 KiB
    • emry-0.1.0.tar.gz.publish.attestation
      1 download · 2026-06-26 23:56:06 +00:00 · 9.5 KiB
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어