Skip to content

Tags: scikit-hep/uproot5

Tags

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added xxhash dependency (#1289)

Co-authored-by: Jim Pivarski <jpivarski@users.noreply.github.com>

v5.3.13

Toggle v5.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update pre-commit hooks (#1290)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v5.3.12

Toggle v5.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update pre-commit hooks (#1247)

* chore: update pre-commit hooks

updates:
- [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.2](astral-sh/ruff-pre-commit@v0.5.0...v0.6.2)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0)

* follow ruff's advice

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jpivarski <jpivarski@gmail.com>

v5.3.11

Toggle v5.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: explicit 'import awkward' needed to write NumPy strings (#1266)

v5.3.10

Toggle v5.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update pre-commit hooks (#1240)

* chore: update pre-commit hooks

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0)

* style: pre-commit fixes

* turn off the new checks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jpivarski <jpivarski@gmail.com>
Co-authored-by: Jim Pivarski <jpivarski@users.noreply.github.com>

v5.3.9

Toggle v5.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: declare support for Python 3.12 and switch to testing NumPy < 2 (

#1236)

v5.3.8

Toggle v5.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update pre-commit hooks (#1216)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.3...v0.4.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v5.3.8rc1

Toggle v5.3.8rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Implement read coalescing algorithm (#1198)

* Implement read coalescing algorithm

Tuning to be investigated

* style: pre-commit fixes

* Rename test file

* style: pre-commit fixes

* Ruff

* Drop usage of stateful file handle

* Use keyword args for start and end in fs.cat_file

* Add configuration options

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jim Pivarski <jpivarski@users.noreply.github.com>

v5.3.7

Toggle v5.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't let uproot.update mess up the TFile fVersion (#1212)

v5.3.6

Toggle v5.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bug in PR #1189's 'ignore_duplicates' implementation (#1209)