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.1.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.1.2
Choose a head ref
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 23, 2023

  1. Fix UPath.as_uri() (#133)

    * tests: add uri test
    
    * upath: fix as_uri
    ap-- authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bbc3c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Add storage options and protocol (#135)

    * tests: add storage-options and protocol tests
    
    * upath: implement storage_options and protocol
    
    * upath.implementations.webdav: fix protocol and storage_options
    
    * upath: allow overriding .path in subclasses
    
    * tests: fix azure protocol test
    
    * upath.implementations.http: fix .path
    
    * upath: update readme
    
    * typing: fix errors
    ap-- authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    24e15d3 View commit details
    Browse the repository at this point in the history
  2. Implementation registration (#134)

    * upath.registry: add available_implementations and register_implementation
    
    * upath.registry: minor cleanup and refactor
    
    * upath.registry: module docstring
    
    * upath.registry: fix mypy issues
    
    * upath.registry: fix entry_point issue on <3.10
    
    * tests: add tests for upath.registry
    
    * upath.registry._register: separate entrypoint handling
    
    * upath.registry: fix protocol regex
    
    * upath.registry: fix typing issues
    
    * update readme
    ap-- authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7dbad11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16bfd3a View commit details
    Browse the repository at this point in the history
Loading