Skip to content

Releases: scipp-atlas/mapyde

v0.5.0

15 Jun 00:42
ef7272e
Compare
Choose a tag to compare

What's Changed

Bug Fixes:

  • fix: Configuration Cleanup by @kratsg in #81
  • fix: Some minor bugs by @kratsg in #84
  • fix: More defaults missing, bump pyhf to 0.7.2 by @kratsg in #85

Features and Improvements:

  • feat: Nested Templates by @kratsg in #82
  • feat: Update cuda image pyhf version by @kratsg in #89
  • feat: Update pyhf in pyplotting-cuda11 by @kratsg in #91
  • feat: Configurable script in pyhf step by @kratsg in #93
  • feat: Allow for generating madgraph proc card from TOML config by @kratsg in #94
  • feat: Add TUI by @kratsg in #97
  • docs: Fix up existing docstrings by @kratsg in #95

Maintenance:

Full Changelog: v0.4.9...v0.5.0

v0.4.9

03 Apr 20:48
39ee00f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Moelf made their first contribution in #60

Full Changelog: v0.4.8...v0.4.9

v0.4.8

06 Mar 17:12
d5ea5e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

14 Dec 19:28
bdd834a
Compare
Choose a tag to compare

Full Changelog: v0.4.6...v0.4.7

Migrate to the new path for ghcr.io docker images

  • scipp-atlas/mario-mapyde/madgraph to scipp-atlas/mapyde/madgraph
  • scipp-atlas/mario-mapyde/delphes to scipp-atlas/mapyde/delphes
  • scipp-atlas/mario-mapyde/pyplotting to scipp-atlas/mapyde/pyplotting

v0.4.6

14 Dec 05:51
aaf960b
Compare
Choose a tag to compare

Another fix for the scale factor.

v0.4.5

14 Dec 04:59
1f0b37e
Compare
Choose a tag to compare

Fix to revert change from HepMC2 to HepMC3 in d5dc925 for src/mapyde/runner.py.

v0.4.4

09 Dec 22:20
bb62f61
Compare
Choose a tag to compare

Release with Zenodo + updated GitHub repository name (mario-mapyde -> mapyde). NB: containers are still under mario-mapyde.

v0.4.3

30 Nov 05:21
d93a3fe
Compare
Choose a tag to compare

Release that should successfully deploy to pypi correctly (where v0.4.2 failed and it was manually built incorrectly). This should have no user-facing changes, as all the changes are developer-facing.

v0.4.2 - YANKED

28 Nov 15:06
65ecb0b
Compare
Choose a tag to compare

Use of this release is not recommended. Please use 0.4.1 or pin to >0.4.2.

Switch to mkdocs for documentation and update urls pointing to the new documentation hosted on GitHub pages.

v0.4.1

24 Nov 00:13
Compare
Choose a tag to compare

Allows SimpleAnalysis to run on HEPMC inputs, to compute acceptance. Closes #29.