Skip to content

Commit 6c0354d

Browse files
committed
docs(changelog): name the benchmark environment
1 parent bbff807 commit 6c0354d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/changelog.qmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ fit3 = pf.feols("Y ~ X1 + X2 | f1", data = df)
3636
directory, avoiding repeated font-cache rebuilds across fresh test processes.
3737
- We add a release contract, `pixi run -e py312 test-release-contract`, that
3838
compares `feols` / `fepois` / `feglm` / `quantreg` against pyfixest 0.60.0.
39-
- We move the benchmark feature's CUDA requirement onto a named platform, since
40-
pixi has deprecated the `[system-requirements]` table, and refresh `pixi.lock`
41-
in the newer v7 format. Both ask for pixi 0.71.0 or newer.
39+
- The `benchmark` environment now declares its CUDA 12.8 requirement on a named
40+
platform, because pixi has deprecated the `[system-requirements]` table. We
41+
also refresh `pixi.lock` in the newer v7 format. Both ask for pixi 0.71.0 or
42+
newer.
4243

4344
### Inference Types
4445

0 commit comments

Comments
 (0)