Releases: justindujardin/pathy
Releases · justindujardin/pathy
v0.3.3
0.3.3 (2020-11-12)
Bug Fixes
- path.scheme would error with schemeless paths (#37) (80f0036)
v0.3.2
0.3.2 (2020-11-12)
Bug Fixes
- upgrade smart-open to >=2.2.0,<4.0.0 (#36) (fdf083e)
v0.3.1
0.3.1 (2020-09-26)
Features
- update smart-open to 2.2.0 for minimal deps (4b3e959)
- ci: add pyright check to lint step (10ce34d)
v0.3.0
0.3.0 (2020-09-04)
Code Refactoring
- add BasePathy class to bind PathType var to (796dd40)
Features
- add get_client/register_client for supporting multiple services (747815b)
- ci: add lint check before testing (2633480)
- GCS: print install command when using GCS without deps installed (d8dbcd4)
BREAKING CHANGES
- This renames the internal GCS/File adapter classes by removing the prefix Client.
ClientBucketFS -> BucketFS
ClientBlobFS -> BlobFS
ClientBucketGCS -> BucketGCS
ClientBlobGCS -> BlobGCS
- use_fs, get_fs_client, use_fs_cache, get_fs_cache, and clear_fs_cache moved from pathy.api to pathy.clients
v0.2.0
0.2.0 (2020-08-22)
Code Refactoring
- rename PureGCSPath to PurePathy (5632f26)
Features
- build: use husky to auto update docs when code changes (5a32357)
- README: generate API and CLI docs (0213d2f)
BREAKING CHANGES
- PureGCSPath is now PurePathy
v0.1.3
0.1.3 (2020-06-28)
Features
v0.1.2
0.1.2 (2020-05-23)
Bug Fixes
- path.owner() can raise when using filesystem adapter (2877b06)
v0.1.1
0.1.1 (2020-04-24)
Features
- cli: add -r and -v flags for safer usage (a87e36f)
v0.1.0
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)
v0.0.17
0.0.17 (2020-04-17)
Bug Fixes
- do not de/compress opened files based on extension (22d14e7)