Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsspec/universal_pathlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: fsspec/universal_pathlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 5 commits
  • 20 files changed
  • 2 contributors

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    8f8ca48 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fix __eq__ _cparts missing (#203)

    * tests: add test to check for broken _cparts __eq__
    * upath: add UPath._cparts fallback for __eq__ on py<312
    ap-- authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    032f437 View commit details
    Browse the repository at this point in the history
  2. upath: implement poc for flavour base vendoring (#200)

    * upath: implement poc for flavour base vendoring
    * update sources generator
    * upath: update flavour implementation
    * upath.implementations: adjust for codechanges
    * upath: fix resolving issue
    * upath: provide default flavour
    * upath.implementations: cleanup
    * upath.core: fix prefix issue with glob on windows
    * upath._flavour: for file/local get drive on windows
    * upath._flavour: move _deprecated to upath._compat
    * upath._flavour: use local_file attribute in splitdrive
    * upath._flavour: use os.path for local_file in isabs
    * readme: fix toml entrypoint spelling
    * upath: fallback classmethod for UPath._parse_path and UPath._format_parsed_parts
    * flavours: fix reproducibility in flavour generate script
    * upath._flavour: refactor flavour settings
    * tests: test stat
    * upath: move flavour specializations to subclasses
    * tests: adjust resolve test for http paths
    * upath: ensure support for __fspath__ args
    * upath.implementations.local: suppress warning
    * test: adjust fspath test for windows
    * upath.local: WindowsUPath.path should return the posix version
    * upath.local: fix WindowsUPath.path
    ap-- authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3646cd2 View commit details
    Browse the repository at this point in the history
  3. Fix open kwarg passthrough (#204)

    * upath.core: handle kwargs in UPath.open
    * upath: tests for open
    * upath.local: support fsspec options in open
    ap-- authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    041aca1 View commit details
    Browse the repository at this point in the history
  4. update changelog (#205)

    ap-- authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    380144c View commit details
    Browse the repository at this point in the history
Loading