Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.51 KB

File metadata and controls

50 lines (32 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.1 - 2026-02-24

Changed

  • Allow Positivity to have multiple Q2 (#117)
  • Drop support for Python 3.9

Fixed

  • Update yadism to v0.13.10 (which fixes the computations of heavy coefficient functions)

0.4.0 - 2025-10-29

Added

  • Added NNLOJET install helper and pinecard generation
  • Added --finalize and --dry CLI flags
  • Added tutorials on PineAPPL conversion using Nix

Changed

  • Updated PineAPPL to version v1
  • Updated MG5 interface to version 3.6.5
  • Updated Yadism to version 0.13.7
  • Updated multiple pre-commit configurations
  • Reworked MG5 cut configuration using JSON and dictionary-based defaults
  • Updated linting and CI setup

Fixed

  • Fixed CKM running
  • Fixed MG5 cut definitions and variable naming errors
  • Fixed repository URL in pyproject.toml

Internal / Maintenance

  • Added integrability v1 and updated positivity tests
  • Changed behavior to fail when no pinecard is found
  • Whitelisted PineAPPL for pylint and re-enabled checks
  • General cleanup and minor stylistic fixes