Skip to content

Commit eedd0c0

Browse files
committed
Fix changelog entry
1 parent a40ba95 commit eedd0c0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- the function `Grid::evolve` now makes use of parallelization to take advantage
13+
of the number of CPU cores available using the Rayon crate; the number of CPU
14+
cores to be used can be controlled via the `RAYON_NUM_THREADS` environment
15+
variable
16+
1017
### Fixed
1118

1219
- added a missing implementation for a branch in `Grid::merge` that was
@@ -37,13 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3744
- fixed a bug that caused `pineappl export` to fail when called with grid
3845
having non-trivial factors in their channel definitions
3946

40-
### Changed
41-
42-
- the function `evolution::evolve_slice` is now parallelized to take advantage
43-
of the number of CPU cores available using the Rayon crate; the number of CPU
44-
cores to be used can be controlled via the `RAYON_NUM_THREADS` environment
45-
variable
46-
4747
## [1.0.0] - 10/06/2025
4848

4949
PineAPPL 1.0 is a major rewrite from the previous version, allowing grids to

0 commit comments

Comments
 (0)