Skip to content

Xaux release 0.2.0

Compare
Choose a tag to compare
@freddieknets freddieknets released this 28 Oct 00:31
· 55 commits to main since this release
4fabad9

What's Changed

  • FsPath is a class that represents LocalPaths, AfsPaths, and EosPaths. Works for python 3.8-3.11; need to work on an implementation for newer python versions.
  • Very robust, works with xrdcp and eos though server-side syncing is slow
  • ProtectFile: fix lockfile corruption when different process save respectively fre… by @tpugnat in #10
  • ProtectFile: Fix lockfile corruption by @tpugnat in #11
  • ProtectFile: Fix reccurent OSError which happen frequently when handeling 500 simu… by @tpugnat in #12
  • Fix test by @tpugnat in #13

Develop Updates

  • All release tools and gh.py are now consolidated into xaux (to centralise release scripts for xcoll, xdyna, and xboinc)
  • Full test suite for FsPath

New Contributors

Full Changelog: v0.1.2...v0.2.0