Skip to content

4.1.0

Choose a tag to compare

@scarlehoff scarlehoff released this 18 Jun 15:08
19af0b6

While not attached to a PDF release, this is a major release of the framework as many things have changed in the backend and legacy code has been removed. What follows is a (non-exhaustive) list of breaking changes and most important differences.

This tag allow us to branch off a stable 4.0.x branch where bugs might be back-ported and the 4.1.0 series which will not attempt to be completely backwards compatible with 4.0 (although compatibility at the level of runcards will be attempted).

Library changes

  • Only pineappl >= 1 allowed
  • Only eko >= 0.15 allowed (and ekos constructed with eko >= 0.14)
  • parallel_models=true is now the default when running more than one replica at once
  • Diagonal covmat #2301 now fully implemented and will eventually be made default
  • ekos are now downloaded independently by vp-get eko <theoryid> to its own folder

Breaking changes

  • All dataset names must follow the new naming conventions, old naming is no longer allowed.
  • Older theories have been removed, except for those used for PDF releases.
  • separate_multiplicative defaults to False
  • resample_pseudodata defaults to False (negative pseudodata no longer resampled by default)
  • Pseudodata is now generated using the t0 PDF by default

What's Changed

Full Changelog: 4.0.10...4.1.0