Fsspec-xrootd

Latest version: v0.5.1

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

Scan your dependencies

Page 1 of 2

0.5.1

Fix some longstanding bugs in the testing infrastructure, and a bug in `fs.touch()`

What's Changed
* fix: Actually test using remote url instead of local fs by nsmith- in https://github.com/scikit-hep/fsspec-xrootd/pull/80
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/fsspec-xrootd/pull/78


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

0.5.0

Now with `r+` support for `XRootDFile` objects!

What's Changed
* fix: drop python<3.8 requirement in setup.cfg by wdconinc in https://github.com/scikit-hep/fsspec-xrootd/pull/70
* Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 by dependabot in https://github.com/scikit-hep/fsspec-xrootd/pull/57
* Bump conda-incubator/setup-miniconda from 3.0.1 to 3.1.0 by dependabot in https://github.com/scikit-hep/fsspec-xrootd/pull/71
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.12.3 by dependabot in https://github.com/scikit-hep/fsspec-xrootd/pull/72
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/fsspec-xrootd/pull/60
* chore: Update CI by nsmith- in https://github.com/scikit-hep/fsspec-xrootd/pull/77
* fix writing via XRootD (called from uproot) by maxgalli in https://github.com/scikit-hep/fsspec-xrootd/pull/76
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/fsspec-xrootd/pull/73

New Contributors
* wdconinc made their first contribution in https://github.com/scikit-hep/fsspec-xrootd/pull/70
* maxgalli made their first contribution in https://github.com/scikit-hep/fsspec-xrootd/pull/76

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

0.4.0

A bug fix for paths with parameters and a new feature to find concrete endpoints rather than redirectors (but only after failing to open with the initial URL)

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/fsspec-xrootd/pull/47
* Bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/CoffeaTeam/fsspec-xrootd/pull/45
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/CoffeaTeam/fsspec-xrootd/pull/50
* feat: Switch file reading to use concrete endpoints by rpsimeon34 in https://github.com/CoffeaTeam/fsspec-xrootd/pull/48
* Preserve parameters in paths by nsmith- in https://github.com/CoffeaTeam/fsspec-xrootd/pull/65

New Contributors
* rpsimeon34 made their first contribution in https://github.com/CoffeaTeam/fsspec-xrootd/pull/48

**Full Changelog**: https://github.com/CoffeaTeam/fsspec-xrootd/compare/v0.3.0...v0.4.0

0.3.0

This version substantially changes how connections are handled, improving xrootd system load.

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/fsspec-xrootd/pull/44
* Fix read_bytes by chrisburr in https://github.com/CoffeaTeam/fsspec-xrootd/pull/52
* Improve error if port is not available for XRootD by chrisburr in https://github.com/CoffeaTeam/fsspec-xrootd/pull/53
* Fix typo by fabaff in https://github.com/CoffeaTeam/fsspec-xrootd/pull/46
* Fix vector_read data server size query by nsmith- in https://github.com/CoffeaTeam/fsspec-xrootd/pull/56
* Implement a file handle cache by nsmith- in https://github.com/CoffeaTeam/fsspec-xrootd/pull/54

New Contributors
* chrisburr made their first contribution in https://github.com/CoffeaTeam/fsspec-xrootd/pull/52
* fabaff made their first contribution in https://github.com/CoffeaTeam/fsspec-xrootd/pull/46

**Full Changelog**: https://github.com/CoffeaTeam/fsspec-xrootd/compare/v0.2.4...v0.3.0

0.2.4

What's Changed
* ci: rerun failed tests by lobis in https://github.com/CoffeaTeam/fsspec-xrootd/pull/43
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/fsspec-xrootd/pull/39
* feat: support `simplecache` url chaining by lobis in https://github.com/CoffeaTeam/fsspec-xrootd/pull/42


**Full Changelog**: https://github.com/CoffeaTeam/fsspec-xrootd/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.10 by dependabot in https://github.com/CoffeaTeam/fsspec-xrootd/pull/27
* Run CI once weekly by nsmith- in https://github.com/CoffeaTeam/fsspec-xrootd/pull/29
* Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 by dependabot in https://github.com/CoffeaTeam/fsspec-xrootd/pull/28
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/fsspec-xrootd/pull/30
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/CoffeaTeam/fsspec-xrootd/pull/34
* Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.1 by dependabot in https://github.com/CoffeaTeam/fsspec-xrootd/pull/35
* test: Run uproot latest release XRootD tests by lobis in https://github.com/CoffeaTeam/fsspec-xrootd/pull/38
* feat: unstrip protocol to make globbing work by lobis in https://github.com/CoffeaTeam/fsspec-xrootd/pull/40

New Contributors
* pre-commit-ci made their first contribution in https://github.com/CoffeaTeam/fsspec-xrootd/pull/30

**Full Changelog**: https://github.com/CoffeaTeam/fsspec-xrootd/compare/v0.2.2...v0.2.3

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.