Recent Releases of mplhep
mplhep - DUNE style
What's Changed
- add DUNE style by @jonas-eschle in https://github.com/scikit-hep/mplhep/pull/568
- Python
Published by jonas-eschle 9 months ago
mplhep - v0.4.0
Primary change -> default ATLAS color scheme
What's Changed
- feat: add xoffsets option by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/559
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/560
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/561
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/562
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/563
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/565
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/567
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/569
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/570
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/571
- refactor: refactor internal plottable histogram and allow comparision of plottable histograms (for pulls, ratio, ...) by @cyrraz in https://github.com/scikit-hep/mplhep/pull/573
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/572
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/575
- test: cleanup matplotlib rc params before and after each test by @jonas-eschle in https://github.com/scikit-hep/mplhep/pull/576
- feat!: updating ATLAS color palette to match collboration recommendations by @zlmarshall in https://github.com/scikit-hep/mplhep/pull/574
New Contributors
- @cyrraz made their first contribution in https://github.com/scikit-hep/mplhep/pull/573
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.59...v0.4.0
- Python
Published by andrzejnovak 11 months ago
mplhep - v0.3.59
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/552
- ci: keep master up to date by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/554
- Action by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/556
- ci: keep master up to date by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/557
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/553
- fix: correctly pass through w2method by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/558
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.58...v0.3.59
- Python
Published by andrzejnovak about 1 year ago
mplhep - v0.3.58
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/549
- fix: correct sorting by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/551
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.57...v0.3.58
- Python
Published by andrzejnovak about 1 year ago
mplhep - v0.3.57
What's Changed
- chore: update ruff/precommit by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/543
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/541
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/544
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/545
- ci: switch to uv and pytest-xdist by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/546
- feat: hist2dplot labels options by @rkansal47 in https://github.com/scikit-hep/mplhep/pull/547
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/548
New Contributors
- @rkansal47 made their first contribution in https://github.com/scikit-hep/mplhep/pull/547
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.56...v0.3.57
- Python
Published by andrzejnovak over 1 year ago
mplhep - v0.3.56
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/540
- fix: update test for new mpl behaviour by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/542
- feat: allow setting c-o-m in exp label by @ruelasvh in https://github.com/scikit-hep/mplhep/pull/433
New Contributors
- @ruelasvh made their first contribution in https://github.com/scikit-hep/mplhep/pull/433
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.55...v0.3.56
- Python
Published by andrzejnovak over 1 year ago
mplhep - v0.3.55
What's Changed
- feat: added bar type by @0ctagon in https://github.com/scikit-hep/mplhep/pull/529
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/532
- refactor: factor get_plottables logic out of histplot by @0ctagon in https://github.com/scikit-hep/mplhep/pull/534
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/535
- chore: update *-artifact GitHub Actions to v4 by @jpivarski in https://github.com/scikit-hep/mplhep/pull/536
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/539
- feat: binwnorm for hist2dplot by @APN-Pucky in https://github.com/scikit-hep/mplhep/pull/538
New Contributors
- @jpivarski made their first contribution in https://github.com/scikit-hep/mplhep/pull/536
- @APN-Pucky made their first contribution in https://github.com/scikit-hep/mplhep/pull/538
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.54...v0.3.55
- Python
Published by andrzejnovak over 1 year ago
mplhep - v0.3.54
What's Changed
- feat: correct ax.legend() order for stack hists by @0ctagon in https://github.com/scikit-hep/mplhep/pull/527
- feat: add plothist style by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/528
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/526
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/530
- fix: make fontsize same for experiment label and secondary label for ATLAS by @diptaparna in https://github.com/scikit-hep/mplhep/pull/531
New Contributors
- @0ctagon made their first contribution in https://github.com/scikit-hep/mplhep/pull/527
- @diptaparna made their first contribution in https://github.com/scikit-hep/mplhep/pull/531
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.53...v0.3.54
- Python
Published by andrzejnovak over 1 year ago
mplhep - v0.3.53
Python 3.13 support
What's Changed
- build: Remove 'toml' extra from setuptools_scm build requirement by @matthewfeickert in https://github.com/scikit-hep/mplhep/pull/517
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/509
- chore: modernize to hatchling backend by @henryiii in https://github.com/scikit-hep/mplhep/pull/522
- ci: add 3.13 tests and classifier by @henryiii in https://github.com/scikit-hep/mplhep/pull/523
- chore: use more ruff by @henryiii in https://github.com/scikit-hep/mplhep/pull/524
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.52...v0.3.53
- Python
Published by jonas-eschle over 1 year ago
mplhep - v0.3.52
What's Changed
- chore: add _version.py to .gitignore by @cverstege in https://github.com/scikit-hep/mplhep/pull/513
- Fix docstring for histtype by @cverstege in https://github.com/scikit-hep/mplhep/pull/514
- feat: add function to merge handles for identical labels in legend by @cverstege in https://github.com/scikit-hep/mplhep/pull/516
New Contributors
- @cverstege made their first contribution in https://github.com/scikit-hep/mplhep/pull/513
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.51...v0.3.52
- Python
Published by andrzejnovak over 1 year ago
mplhep - v0.3.51
What's Changed
- fix: make left label read COM energy by @Benkendorfer in https://github.com/scikit-hep/mplhep/pull/510
New Contributors
- @Benkendorfer made their first contribution in https://github.com/scikit-hep/mplhep/pull/510
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.50...v0.3.51
- Python
Published by andrzejnovak almost 2 years ago
mplhep - v0.3.50
What's Changed
- fix: remove precision specifier for flow bin labels by @atownse2 in https://github.com/scikit-hep/mplhep/pull/506
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/505
- feat: Adding ATLAS recommended color wheel by @zlmarshall in https://github.com/scikit-hep/mplhep/pull/508
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/507
New Contributors
- @zlmarshall made their first contribution in https://github.com/scikit-hep/mplhep/pull/508
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.49...v0.3.50
- Python
Published by andrzejnovak almost 2 years ago
mplhep - v0.3.49
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/499
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/503
- fix: flow bins xticklabel correction by @atownse2 in https://github.com/scikit-hep/mplhep/pull/502
New Contributors
- @atownse2 made their first contribution in https://github.com/scikit-hep/mplhep/pull/502
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.48...v0.3.49
- Python
Published by andrzejnovak almost 2 years ago
mplhep - v0.3.47
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/490
- docs: switch docs to pydata theme, add initial gallery, add some type checks by @jonas-eschle in https://github.com/scikit-hep/mplhep/pull/406
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/492
- ci: macos-latest is changing to macos-14 ARM runners by @henryiii in https://github.com/scikit-hep/mplhep/pull/493
- ci: make python versions consistent, add other systems by @jonas-eschle in https://github.com/scikit-hep/mplhep/pull/494
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/497
- fix: legend linestyle for step histogram by @8me in https://github.com/scikit-hep/mplhep/pull/496
New Contributors
- @8me made their first contribution in https://github.com/scikit-hep/mplhep/pull/496
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.46...v0.3.47
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.46
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/483
- feat: cap max scaling iterations in yscale* fcns by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/489
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.45...v0.3.46
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.44
What's Changed
- feat: new style for flow bins by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/486
- feat: update hist2d flow style by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/487
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.43...v0.3.44
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.39
Manual
What's Changed
- chore: ruff compatible by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/474
- chore: use ruff for linting by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/475
- fix(hist2dplot)!: by default extend figure size to preserve axis ratio by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/476
- fix: yscale fixes by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/477
- ci: trusted publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/478
- ci: trusted by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/479
- ci: trusted publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/480
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.35...v0.3.39
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.38
What's Changed
- chore: ruff compatible by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/474
- chore: use ruff for linting by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/475
- fix(hist2dplot)!: by default extend figure size to preserve axis ratio by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/476
- fix: yscale fixes by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/477
- ci: trusted publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/478
- ci: trusted by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/479
- ci: trusted publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/480
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.35...v0.3.38
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.36-rc4
What's Changed
- ci: trusted publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/480
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.36-rc3...v0.3.36-rc4
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.36-rc3
What's Changed
- ci: trusted by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/479
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.36-rc2...v0.3.36-rc3
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.36-rc2
What's Changed
- ci: trusted publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/478
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.36-rc1...v0.3.36-rc2
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.36-rc1
What's Changed
- chore: ruff compatible by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/474
- chore: use ruff for linting by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/475
- fix(hist2dplot)!: by default extend figure size to preserve axis ratio by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/476
- fix: yscale fixes by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/477
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.35...v0.3.36-rc1
- Python
Published by andrzejnovak about 2 years ago
mplhep - v0.3.35
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/464
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/471
- feat: new "band" histtype by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/472
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.34...v0.3.35
- Python
Published by andrzejnovak over 2 years ago
mplhep - v0.3.34
What's Changed
- docs: Update readthedocs config by @clelange in https://github.com/scikit-hep/mplhep/pull/470
- feat: Adding publication/supplemental info to label by @yimuchen in https://github.com/scikit-hep/mplhep/pull/466
New Contributors
- @clelange made their first contribution in https://github.com/scikit-hep/mplhep/pull/470
- @yimuchen made their first contribution in https://github.com/scikit-hep/mplhep/pull/466
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.33...v0.3.34
- Python
Published by andrzejnovak over 2 years ago
mplhep - v0.3.32
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/457
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/458
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/459
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/461
- feat: CMS style to include Petroff colors by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/463
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.31...v0.3.32
- Python
Published by andrzejnovak over 2 years ago
mplhep - v0.3.31
What's Changed
- fix: make passing colors as tuple safe by @jjhw3 in https://github.com/scikit-hep/mplhep/pull/449
- docs: improve contrib by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/450
- docs: fix spelling by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/451
- docs: missing req by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/452
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/446
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/454
- fix: support older matplotlib by @agoose77 in https://github.com/scikit-hep/mplhep/pull/455
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.30...v0.3.31
- Python
Published by andrzejnovak over 2 years ago
mplhep - v0.3.30
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/444
- fix: chunkedkwargs not expanding kwargs if they're tuples even if t… by @jjhw3 in https://github.com/scikit-hep/mplhep/pull/448
New Contributors
- @jjhw3 made their first contribution in https://github.com/scikit-hep/mplhep/pull/448
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.29...v0.3.30
- Python
Published by andrzejnovak over 2 years ago
mplhep - v0.3.29
Hotfix to prevent matplotlib breaking #441 #442 a
What's Changed
- fix : flow plot bug on axis range for histplot and hist2dplot by @Ming-Yan in https://github.com/scikit-hep/mplhep/pull/432
- ci: Use scientific-python-nightly-wheels for dependency nightlies by @matthewfeickert in https://github.com/scikit-hep/mplhep/pull/430
- chore: use 2x faster black mirror by @henryiii in https://github.com/scikit-hep/mplhep/pull/438
- feat: drop Python 3.7, pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/428
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/439
- fix: temp mpl deprec by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/443
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.28...v0.3.29
- Python
Published by andrzejnovak over 2 years ago
mplhep - v0.3.28
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/424
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/425
- fix: flow warning fix by @henryiii in https://github.com/scikit-hep/mplhep/pull/426
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.27...v0.3.28
- Python
Published by andrzejnovak about 3 years ago
mplhep - v.0.3.27
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/392
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/393
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/395
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/396
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/398
- fix: failing tests by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/408
- ci: Add Python 3.11 to testing by @matthewfeickert in https://github.com/scikit-hep/mplhep/pull/402
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/410
- ci: fix pre-commit by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/418
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/417
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/420
- docs: add CITATION.cff by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/412
- ci: update publish by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/421
- feat : implement under/overflow function by @Ming-Yan in https://github.com/scikit-hep/mplhep/pull/413
New Contributors
- @Ming-Yan made their first contribution in https://github.com/scikit-hep/mplhep/pull/413
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.26...v0.3.27
- Python
Published by andrzejnovak about 3 years ago
mplhep - v0.3.26
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/387
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/389
- fix: cleanup err parsing to mpl by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/391
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.25...v0.3.26
- Python
Published by andrzejnovak almost 4 years ago
mplhep - v0.3.25
What's Changed
- fix: remote
r_alignfrom__all__by @agoose77 in https://github.com/scikit-hep/mplhep/pull/388 - feat: add lumiformat option to explabel by @swertz in https://github.com/scikit-hep/mplhep/pull/386
New Contributors
- @agoose77 made their first contribution in https://github.com/scikit-hep/mplhep/pull/388
- @swertz made their first contribution in https://github.com/scikit-hep/mplhep/pull/386
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.24...v0.3.25
- Python
Published by andrzejnovak about 4 years ago
mplhep - v0.3.24
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/367
- fix: savelabels path parsing by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/369
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/370
- fix: bump black to 22.3.0 due to click 8.1 release by @henryiii in https://github.com/scikit-hep/mplhep/pull/372
- ci: Add HEAD of dependencies workflow by @matthewfeickert in https://github.com/scikit-hep/mplhep/pull/374
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/371
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/376
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/377
- fix(histplot): density to match mpl behaviour #378 by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/379
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/380
- Used in CMS SMP-20-003 by @lmoureaux in https://github.com/scikit-hep/mplhep/pull/381
- fix: faster label drawing by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/383
New Contributors
- @lmoureaux made their first contribution in https://github.com/scikit-hep/mplhep/pull/381
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.23...v0.3.24
- Python
Published by andrzejnovak about 4 years ago
mplhep - v.0.3.22
What's Changed
- chore: remove "wheel" from build deps by @henryiii in https://github.com/scikit-hep/mplhep/pull/364
- feat: add center of mass energy kwarg by @DickyChant in https://github.com/scikit-hep/mplhep/pull/365
New Contributors
- @DickyChant made their first contribution in https://github.com/scikit-hep/mplhep/pull/365
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.21...v0.3.22
- Python
Published by andrzejnovak about 4 years ago
mplhep - v0.3.21
What's Changed
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/355
- style: cleanup and additions by @henryiii in https://github.com/scikit-hep/mplhep/pull/358
- chore(deps): pre-commit.ci autoupdate by @pre-commit-ci in https://github.com/scikit-hep/mplhep/pull/359
- feat: Override CMS experiment name by @pfs in https://github.com/scikit-hep/mplhep/pull/361
New Contributors
- @pfs made their first contribution in https://github.com/scikit-hep/mplhep/pull/361
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.20...v0.3.21
- Python
Published by andrzejnovak over 4 years ago
mplhep - v0.3.17 - New versioning
What's Changed
- build: change versioing/CD by @andrzejnovak in https://github.com/scikit-hep/mplhep/pull/354
Full Changelog: https://github.com/scikit-hep/mplhep/compare/v0.3.16...v0.3.17
- Python
Published by andrzejnovak over 4 years ago