Releases: scikit-hep/pylhe
Releases · scikit-hep/pylhe
v0.9.1
What's Changed
- build(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 in the actions group by @dependabot in #250
- docs: Add Alexander Puck Neuwirth as maintainer by @matthewfeickert in #252
- build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group by @dependabot in #253
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #254
- build(deps): bump the actions group with 2 updates by @dependabot in #255
- refactor: Remove register_awkward() by @APN-Pucky in #258
- build(deps): bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the actions group by @dependabot in #259
- build(deps): bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in the actions group by @dependabot in #260
- ci: APN to dependabot reviewers by @APN-Pucky in #261
- chore: use ruff instead of flake8,black,isort,pyupgrade,nbQA,etc. by @henryiii in #263
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #264
- chore: add 3.13 classifier and test by @henryiii in #262
- ci: use latest available python for lint and publish by @APN-Pucky in #265
- docs: LHE file writing examples by @APN-Pucky in #256
- build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group by @dependabot in #267
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #268
- ci: Add Alexander Neuwirth to publisher list by @matthewfeickert in #269
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- fix: Do not overwrite
rwgt
weights withweights
weights by @APN-Pucky in #231 - fix: dict classes should produce instances of themselves by @APN-Pucky in #232
- feat: Add LHE writing functionality by @APN-Pucky in #233
- ci: Add Python 3.12 to testing by @matthewfeickert in #239
- ci: Use uv for all pip installs by @matthewfeickert in #240
- ci: Group dependabot updates by @matthewfeickert in #242
- ci: Add concurrency limit by @matthewfeickert in #243
- docs: Fix CI coverage badge URL by @matthewfeickert in #244
- ci: Add GitHub artifact attestations to package distribution by @matthewfeickert in #245
- ci: Use 'pipx run' to simplify installs by @matthewfeickert in #246
- docs: Add CITATION.cff Citation File Format file by @matthewfeickert in #248
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in #209
- docs: add examples using parquet-awkward interaction by @tomeichlersmith in #208
- chore: use 2x faster black mirror by @henryiii in #211
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #210
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #212
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #214
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #215
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #219
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #217
- build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #222
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #218
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #221
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #223
- feat: Add support for POWHEG weights by @APN-Pucky in #220
- docs: add APN-Pucky as a contributor for code by @allcontributors in #225
New Contributors
- @APN-Pucky made their first contribution in #220
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #197
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #199
- ci: Use PyPI Trusted Publisher for publishing package by @matthewfeickert in #201
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #202
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by @dependabot in #204
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #205
- build: Require Python 3.8+ by @matthewfeickert in #206
Drop support for Python 3.7 as it is EOL as of 2023-06-27.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore: Update pre-commit hooks by @matthewfeickert in #185
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #186
- chore: update to scikit-hep-testdata>=0.4.0 by @eduardo-rodrigues in #184
- build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in #187
- build(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #188
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #189
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by @dependabot in #190
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #191
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in #193
- feat: Auto register vector classes with awkward by @tomeichlersmith in #195
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- fix: Update KeyError to new exception of DirectionalMap by @tomeichlersmith in #180
- docs: add tomeichlersmith as a contributor for code by @allcontributors in #182
New Contributors
- @tomeichlersmith made their first contribution in #180
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- test: first tests of awkward module by @eduardo-rodrigues in #146
- chore: remove duplicated info in README by @eduardo-rodrigues in #149
- docs: Add project logo by @lukasheinrich in #148
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #147
- docs: Add Conda badge to README by @eduardo-rodrigues in #150
- ci: Update GitHub Actions to latest releases by @matthewfeickert in #152
- ci: Enable Dependabot version updates for GitHub Actions by @matthewfeickert in #153
- build(deps): bump codecov/codecov-action from 2 to 3 by @dependabot in #155
- build(deps): bump amannn/action-semantic-pull-request from 4 to 5 by @dependabot in #154
- build: Support Python 3.7+ by @matthewfeickert in #156
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #158
- build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by @dependabot in #160
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #161
- chore: Add AllContributors to README by @eduardo-rodrigues in #163
- docs: add matthewfeickert as a contributor for maintenance, design, and 2 more by @allcontributors in #164
- docs: add lukasheinrich as a contributor for maintenance, design, and 2 more by @allcontributors in #165
- docs: add eduardo-rodrigues as a contributor for maintenance, code, and doc by @allcontributors in #166
- docs: add 8me as a contributor for code by @allcontributors in #167
- docs: add henryiii as a contributor for code by @allcontributors in #168
- docs: add ariaradick as a contributor for code by @allcontributors in #169
- docs: add jhgoh as a contributor for code by @allcontributors in #170
- docs: add fuenfundachtzig as a contributor for code by @allcontributors in #171
- docs: add shantanu-gontia as a contributor for code by @allcontributors in #172
- build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by @dependabot in #162
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #173
- docs: update examples/awkward_example.ipynb by @eduardo-rodrigues in #174
- test: Add Python 3.11 to CI by @matthewfeickert in #157
- chore: Update references to default branch to 'main' by @matthewfeickert in #175
- ci: Publish to TestPyPI on tag or by workflow dispatch trigger by @matthewfeickert in #176
- fix: Correct YAML by @matthewfeickert in #178
New Contributors
- @dependabot made their first contribution in #155
- @allcontributors made their first contribution in #164
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- docs: Update dev team affiliations by @matthewfeickert in #126
- docs: Add Eduardo Rodrigues to dev team by @matthewfeickert in #127
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #129
- docs: Add a 'get started' example to the README by @eduardo-rodrigues in #130
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #133
- build: Decouple and minimise dependencies for visualisation by @eduardo-rodrigues in #131
- fix: limit number of particles using the eventinfo by @jhgoh in #103
- ci: Add tests for LHEEventInfo, LHEParticle, LHEFile classes by @eduardo-rodrigues in #136
- chore: Add black profile to isort by @matthewfeickert in #137
- ci: Add bump version workflow for release tags by @matthewfeickert in #138
- feat: Read LHE file version by @eduardo-rodrigues in #139
- feat: more homogeneous usage of ParseError by @eduardo-rodrigues in #141
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #144
- test: Extend coverage of classes and add cover of read_lhe by @eduardo-rodrigues in #143
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- docs: Revise PyPI author metadata in setup.cfg by @matthewfeickert in #78
- chore: Update to nbQA v0.6.0 in pre-commit by @pre-commit-ci in #81
- fix: Have all read APIs accept gzipped files by @matthewfeickert in #80
- feat: Use module level dir to restrict public API views by @matthewfeickert in #84
- feat: Add
vector
basedto_awkward
API by @lukasheinrich in #83 - chore: Add isort to pre-commit hooks by @matthewfeickert in #85
- docs: remove ROOT from old example notebook by @lukasheinrich in #86
- chore: Update flake8, pyupgrade, nbQA in pre-commit by @pre-commit-ci in #88
- refactor: Deprecate reader API for more Pythonic style by @matthewfeickert in #87
- chore: Update black and pyupgrade pre-commit hooks by @pre-commit-ci in #89
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #90
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #91
- ci: Add pre-commit.ci configuration options by @matthewfeickert in #92
- ci: Remove distribution options to enable default build v0.5.0 behavior by @matthewfeickert in #93
- build: Revise MANIFEST.in strategy to properly use prune by @matthewfeickert in #95
- chore: Use newer setuptools_scm for versioning by @matthewfeickert in #94
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #96
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #98
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #100
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #101
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #104
- ci: Update CI to test with Python 3.10 by @matthewfeickert in #105
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #107
- chore: Sync pre-commit additional_dependencies and use black-jupyter hook by @matthewfeickert in #109
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #110
- build: Require setuptools v42.0.0+ for stability by @henryiii in #111
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #112
- build: Add Python 3.10 to PyPI metadata by @eduardo-rodrigues in #108
- build: Set only lower bounds on core dependencies by @matthewfeickert in #113
- fix: bump black to 22.3.0 due to click 8.1 release by @henryiii in #114
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #115
- ci: Update GitHub Actions to new stable versions by @matthewfeickert in #116
- ci: Report coverage on push and pull requests by @matthewfeickert in #117
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #122
- ci: Add semantic PR check GHA workflow by @matthewfeickert in #123
- feat: Add IPython visualisation and switch to graphviz by @eduardo-rodrigues in #118
- refactor: Use absolute imports over explicit relative imports by @matthewfeickert in #124
- feat: Use tbump over bump2version by @matthewfeickert in #125
New Contributors
Full Changelog: v0.2.1...v0.3.0