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.3
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.4
Choose a head ref
  • 6 commits
  • 15 files changed
  • 2 contributors

Commits on Sep 20, 2023

  1. Consistent glob behaviour for "**" patterns (#143)

    * tests: parametrize glob tests
    
    * upath: fix glob behavior
    
    * upath.core: move fsspec glob check to rglob
    ap-- authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0102132 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. tests: minor test fixes (#147)

    ap-- authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2a29aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix iterdir trailing slash (#149)

    * tests: add a test comparing no slash / trailing slash iterdir
    
    * upath: fix iterdir behavior with trailing slash
    
    * upath.implementations.hdfs: more iterdir fixes
    ap-- authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6e338b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. require fsspec>=2022.1.0 (#148)

    * upath: require fsspec>=2022.1.0
    
    * tests: some gcsfs tests require gcsfs>=2022.7.1
    
    * test: webdav fsspec test requires newer fsspec
    
    * readme: document current issues solvable via newer fsspec versions
    
    * tests: test against minimum versions of dependencies
    ap-- authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7e3836d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fixes _kwargs in local sub paths (#158)

    * wip fixes #156
    
    * _from_parsed_parts
    
    * type: ignore[misc]
    
    * formatting
    normanrz authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8867a0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ba0f3 View commit details
    Browse the repository at this point in the history
Loading