Skip to content

Commit e1b3678

Browse files
committed
Version 0.7.2
1 parent 295b067 commit e1b3678

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

RELEASE.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
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.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)