You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [Unreleased]
8
+
9
+
### Added
10
+
11
+
- Added `NNLOJET` install helper and pinecard generation
12
+
- Added `--finalize` and `--dry` CLI flags
13
+
- Added tutorials on `PineAPPL` conversion using Nix
14
+
15
+
### Changed
16
+
17
+
- Updated `PineAPPL` to version v1
18
+
- Updated MG5 interface to version 3.6.5
19
+
- Updated `Yadism` to version 0.13.7
20
+
- Updated multiple pre-commit configurations
21
+
- Reworked MG5 cut configuration using JSON and dictionary-based defaults
22
+
- Updated linting and CI setup
23
+
24
+
### Fixed
25
+
26
+
- Fixed CKM running
27
+
- Fixed MG5 cut definitions and variable naming errors
28
+
- Fixed repository URL in `pyproject.toml`
29
+
30
+
### Internal / Maintenance
31
+
32
+
- Added `integrability v1` and updated positivity tests
33
+
- Changed behavior to fail when no pinecard is found
34
+
- Whitelisted `PineAPPL` for pylint and re-enabled checks
0 commit comments