File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88<!-- %% CHANGELOG_ENTRIES %% -->
99
10+ ## 0.7.2 - 2026-06-13
11+
12+ ### Fixed
13+
14+ - The README performance section now compares Emily against both
15+ benchmark baselines — EXLA (host CPU) and EMLX (the older MLX-backed
16+ Nx backend on the Metal GPU) — instead of EXLA alone, and its
17+ rule-of-thumb figures (ViT-base, DistilBERT) are reconciled with the
18+ current benchmark report.
19+ - The benchmark report's environment block now records the Emily
20+ version the numbers were produced on (0.7.0) and drops a misleading
21+ run timestamp.
22+ - The ` MAINTAINING.md ` release runbook is corrected: ` mix publisho ` is
23+ no longer described as pushing (it only commits and tags), and the
24+ obsolete manual draft-promotion step is dropped — ` release-nif.yml `
25+ now publishes the release automatically once the NIFs are built.
26+
1027## 0.7.1 - 2026-06-13
1128
1229### Fixed
Original file line number Diff line number Diff line change 1- ### Fixed
2-
3- - The README performance section now compares Emily against both
4- benchmark baselines — EXLA (host CPU) and EMLX (the older MLX-backed
5- Nx backend on the Metal GPU) — instead of EXLA alone, and its
6- rule-of-thumb figures (ViT-base, DistilBERT) are reconciled with the
7- current benchmark report.
8- - The benchmark report's environment block now records the Emily
9- version the numbers were produced on (0.7.0) and drops a misleading
10- run timestamp.
11- - The ` MAINTAINING.md ` release runbook is corrected: ` mix publisho ` is
12- no longer described as pushing (it only commits and tags), and the
13- obsolete manual draft-promotion step is dropped — ` release-nif.yml `
14- now publishes the release automatically once the NIFs are built.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Emily.MixProject do
22 use Mix.Project
33
44 @ app :emily
5- @ version "0.7.1 "
5+ @ version "0.7.2 "
66 @ source_url "https://github.com/ausimian/emily"
77
88 # MLX pin. Drives the git tag the `:mlx_src` dep is cloned at (see
You can’t perform that action at this time.
0 commit comments