We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587e61f commit 898c828Copy full SHA for 898c828
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- added an actual implementation of `pineappl_grid_metadata` and
13
+ `pineappl_grid_set_metadata` in the APIs
14
15
+### Fixed
16
17
+- fixed a bug in the Newton's convergence method by raising the maximum number
18
+ of iteration
19
+- fixed a bug in the implementation of `pineappl_channels_add` of the Fortran
20
+ API
21
22
### Changed
23
24
- raised MSRV to 1.94.0
0 commit comments