Skip to content

Commit 9ba8736

Browse files
Added a CHANGELOG
1 parent 445bbff commit 9ba8736

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
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
35+
- General cleanup and minor stylistic fixes
36+
37+
---

0 commit comments

Comments
 (0)