Skip to content

Latest commit

 

History

History
128 lines (61 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

128 lines (61 loc) · 5.21 KB

0.1.1 (2020-04-24)

Features

  • cli: add -r and -v flags for safer usage (a87e36f)

0.1.0 (2020-04-24)

Features

  • add FluidPath and GCSPath.fluid method (3393226)
  • cli: add ls [path] command (17cab1d)
  • cli: add pathy executable with cp and mv commands (98760fc)
  • cli: add rm [path] command (31cea91)
  • pathy: rename library to be more generic (c62b14d)

0.0.17 (2020-04-17)

Bug Fixes

  • do not de/compress opened files based on extension (22d14e7)

0.0.16 (2020-04-16)

Features

  • typing: expose library python types to mypy (53cf348)

0.0.15 (2020-04-16)

Bug Fixes

  • requirements: remove typer dependency (08e8fa0)

0.0.14 (2020-04-16)

Bug Fixes

  • iterdir: don't return empty results (2a8b870)

0.0.13 (2020-04-16)

Bug Fixes

  • to_local: issue where files without extensions would not be cached (3d543a8)

0.0.12 (2020-04-15)

Bug Fixes

  • recursion error when copying blob folders (8b6e01c)

0.0.11 (2020-04-15)

Features

  • to_local: support caching folders (cc56f6e)

0.0.10 (2020-04-14)

Features

  • add use_fs_caching and Pathy.to_local for caching (2894360)

0.0.9 (2020-04-08)

Features

0.0.8 (2020-04-08)

Features

  • allow passing Pathy to spacy.Model.to_disk (1d628cb)
  • use_fs: allow passing root folder as Path (3635152)

0.0.7 (2020-03-30)

Bug Fixes

  • gcs: gracefully handle invalid gcs client case (529f630)

0.0.6 (2020-03-30)

Features

  • add github releases for each pypi version (66dbed8)

0.0.5 (2020-03-30)

Bug Fixes

0.0.4 (2020-03-30)

Features

  • support unlink path operation

0.0.3 (2020-03-30)

Features

  • gcs: use smart_open for streaming files (e557ab9)
  • add file-system bucket adapter (1c72f47)
  • use_fs stores buckets on the file-system (f717280)

0.0.2 (2020-03-18)

Bug Fixes

  • tests: enable unit tests on ci (dd56011)