Releases: justindujardin/pathy
Releases · justindujardin/pathy
v0.0.16
0.0.16 (2020-04-16)
Features
- typing: expose library python types to mypy (53cf348)
v0.0.15
0.0.15 (2020-04-16)
Bug Fixes
- requirements: remove typer dependency (08e8fa0)
v0.0.14
0.0.14 (2020-04-16)
Bug Fixes
- iterdir: don't return empty results (2a8b870)
v0.0.13
0.0.13 (2020-04-16)
Bug Fixes
- to_local: issue where files without extensions would not be cached (3d543a8)
v0.0.12
0.0.12 (2020-04-15)
Bug Fixes
- recursion error when copying blob folders (8b6e01c)
v0.0.11
0.0.11 (2020-04-15)
Features
- to_local: support caching folders (cc56f6e)
v0.0.10
0.0.10 (2020-04-14)
Features
- add
use_fs_caching
and GCSPath.to_local
for caching (2894360)
v0.0.9
0.0.9 (2020-04-08)
Features
v0.0.8
0.0.8 (2020-04-08)
Features
- allow passing GCSPath to spacy.Model.to_disk (1d628cb)
- use_fs: allow passing root folder as Path (3635152)
v0.0.7
0.0.7 (2020-03-30)
Bug Fixes
- gcs: gracefully handle invalid gcs client case (529f630)