Xaux release 0.3.4
What's Changed
- Added
methodargument tocopyandmovefunctions, to allow forcingxrdcp,eoscmd, ormount.
Development updates
- Updated poetry api in
pyproject.tomlto latest - Important bugfix: after adding
__eq__toFsPathin a previous release, it automatically got__hash__ = Noneassigned to the class__dict__, which made it unhashable (and hence made.glob()and.rglob()fail). - Removed numpy and pandas dependencies; now
xauxonly depends on the standard library.
Full Changelog: v0.3.3...v0.3.4