Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.02 KB

File metadata and controls

45 lines (29 loc) · 2.02 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.

We may prefix the items to signal the scope:

  • py: Python library
  • rust: Rust library
  • data: Data related changes

Items without prefix refer to a global change.

0.15.3 - 2026-02-05

Added

  • rust: N3LO unpolarized, space-like anomalous dimensions from FHMRUVV translated (#443)

Fixed

  • py: Fix ad.u.t.as3.singlet. Thank you Yuxun Guo (@yuxunguo). (#488)

Changed

  • py: Drop support for Python 3.9 (#490)

0.15.2 - 2025-07-14

Fixed

  • py: Remove usage of ev_op_iterations from truncated evolution as this is an inconsistent choice (#459)

Changed

  • data: Change version naming for unreleased eko versions from 0.0.0 to 0.0.0-post.{distance}+{commit hash} (#448) (#465)
  • py: dump_blocks and dump_info in ekobox.genpdf.export now accept paths pointing to the actual output file. The actual output path is now also returned from these functions (soft breaking change) (#469)
  • py: Add support for Python 3.13, lift minimum NumPy version to 2 (#470)

0.15.1 - 2025-03-20

Fixed

  • py: Fix Python release workflow by explicitly downloading the test data
  • py: Resolve files in output to actually edit the true file

0.15.0 - 2025-03-06