Pylhe

Latest version: v0.8.0

Safety actively analyzes 623760 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.0

What's Changed
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by dependabot in https://github.com/scikit-hep/pylhe/pull/209
* docs: add examples using parquet-awkward interaction by tomeichlersmith in https://github.com/scikit-hep/pylhe/pull/208
* chore: use 2x faster black mirror by henryiii in https://github.com/scikit-hep/pylhe/pull/211
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/210
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by dependabot in https://github.com/scikit-hep/pylhe/pull/212
* build(deps): bump actions/checkout from 3 to 4 by dependabot in https://github.com/scikit-hep/pylhe/pull/214
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/215
* build(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/scikit-hep/pylhe/pull/219
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/scikit-hep/pylhe/pull/217
* build(deps): bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/scikit-hep/pylhe/pull/222
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/218
* build(deps): bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/scikit-hep/pylhe/pull/221
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/223
* feat: Add support for POWHEG weights by APN-Pucky in https://github.com/scikit-hep/pylhe/pull/220
* docs: add APN-Pucky as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/225

New Contributors
* APN-Pucky made their first contribution in https://github.com/scikit-hep/pylhe/pull/220

**Full Changelog**: https://github.com/scikit-hep/pylhe/compare/v0.7.0...v0.8.0

0.7.0

What's Changed
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/197
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by dependabot in https://github.com/scikit-hep/pylhe/pull/199
* ci: Use PyPI Trusted Publisher for publishing package by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/201
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/202
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by dependabot in https://github.com/scikit-hep/pylhe/pull/204
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/205
* build: Require Python 3.8+ by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/206

Drop support for Python 3.7 as it is [EOL as of 2023-06-27](https://devguide.python.org/versions/).

**Full Changelog**: https://github.com/scikit-hep/pylhe/compare/v0.6.0...v0.7.0

0.6.0

What's Changed
* chore: Update pre-commit hooks by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/185
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/186
* chore: update to scikit-hep-testdata>=0.4.0 by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/184
* build(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/scikit-hep/pylhe/pull/187
* build(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by dependabot in https://github.com/scikit-hep/pylhe/pull/188
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by dependabot in https://github.com/scikit-hep/pylhe/pull/189
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by dependabot in https://github.com/scikit-hep/pylhe/pull/190
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/191
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by dependabot in https://github.com/scikit-hep/pylhe/pull/193
* feat: Auto register vector classes with awkward by tomeichlersmith in https://github.com/scikit-hep/pylhe/pull/195


**Full Changelog**: https://github.com/scikit-hep/pylhe/compare/v0.5.1...v0.6.0

0.5.1

What's Changed
* fix: Update KeyError to new exception of DirectionalMap by tomeichlersmith in https://github.com/scikit-hep/pylhe/pull/180
* docs: add tomeichlersmith as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/182

New Contributors
* tomeichlersmith made their first contribution in https://github.com/scikit-hep/pylhe/pull/180

**Full Changelog**: https://github.com/scikit-hep/pylhe/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* test: first tests of awkward module by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/146
* chore: remove duplicated info in README by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/149
* docs: Add project logo by lukasheinrich in https://github.com/scikit-hep/pylhe/pull/148
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/147
* docs: Add Conda badge to README by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/150
* ci: Update GitHub Actions to latest releases by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/152
* ci: Enable Dependabot version updates for GitHub Actions by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/153
* build(deps): bump codecov/codecov-action from 2 to 3 by dependabot in https://github.com/scikit-hep/pylhe/pull/155
* build(deps): bump amannn/action-semantic-pull-request from 4 to 5 by dependabot in https://github.com/scikit-hep/pylhe/pull/154
* build: Support Python 3.7+ by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/156
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/158
* build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by dependabot in https://github.com/scikit-hep/pylhe/pull/160
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/161
* chore: Add AllContributors to README by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/163
* docs: add matthewfeickert as a contributor for maintenance, design, and 2 more by allcontributors in https://github.com/scikit-hep/pylhe/pull/164
* docs: add lukasheinrich as a contributor for maintenance, design, and 2 more by allcontributors in https://github.com/scikit-hep/pylhe/pull/165
* docs: add eduardo-rodrigues as a contributor for maintenance, code, and doc by allcontributors in https://github.com/scikit-hep/pylhe/pull/166
* docs: add 8me as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/167
* docs: add henryiii as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/168
* docs: add ariaradick as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/169
* docs: add jhgoh as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/170
* docs: add fuenfundachtzig as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/171
* docs: add shantanu-gontia as a contributor for code by allcontributors in https://github.com/scikit-hep/pylhe/pull/172
* build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by dependabot in https://github.com/scikit-hep/pylhe/pull/162
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/173
* docs: update examples/awkward_example.ipynb by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/174
* test: Add Python 3.11 to CI by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/157
* chore: Update references to default branch to 'main' by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/175
* ci: Publish to TestPyPI on tag or by workflow dispatch trigger by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/176
* fix: Correct YAML by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/178

New Contributors
* dependabot made their first contribution in https://github.com/scikit-hep/pylhe/pull/155
* allcontributors made their first contribution in https://github.com/scikit-hep/pylhe/pull/164

**Full Changelog**: https://github.com/scikit-hep/pylhe/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
* docs: Update dev team affiliations by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/126
* docs: Add Eduardo Rodrigues to dev team by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/127
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/129
* docs: Add a 'get started' example to the README by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/130
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/133
* build: Decouple and minimise dependencies for visualisation by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/131
* fix: limit number of particles using the eventinfo by jhgoh in https://github.com/scikit-hep/pylhe/pull/103
* ci: Add tests for LHEEventInfo, LHEParticle, LHEFile classes by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/136
* chore: Add black profile to isort by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/137
* ci: Add bump version workflow for release tags by matthewfeickert in https://github.com/scikit-hep/pylhe/pull/138
* feat: Read LHE file version by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/139
* feat: more homogeneous usage of ParseError by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/141
* chore: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/pylhe/pull/144
* test: Extend coverage of classes and add cover of read_lhe by eduardo-rodrigues in https://github.com/scikit-hep/pylhe/pull/143

New Contributors
* jhgoh made their first contribution in https://github.com/scikit-hep/pylhe/pull/103

**Full Changelog**: https://github.com/scikit-hep/pylhe/compare/v0.3.0...v0.4.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.