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.0
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.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    7528316 View commit details
    Browse the repository at this point in the history
  2. Fix UPath.__hash__ (#188)

    * tests: add test cases for hash
    
    * upath: fix __hash__ and __eq__
    ap-- authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3bab4c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Implement UPath.joinuri (#189)

    * tests: add tests for query passthrough and joinuri
    * upath._flavour: add upath_urijoin
    * upath: add UPath.joinuri method
    * upath: UPath().name returns last non-empty part
    ap-- authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1a117b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7270708 View commit details
    Browse the repository at this point in the history
  3. Add more s3 tests (#191)

    * tests: add s3 test with hash and space characters
    
    Close #164.
    
    * tests: ensure joinpath behavior on s3 consistent with pathlib
    
    Close #167.
    ap-- authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4e2afca View commit details
    Browse the repository at this point in the history
  4. Prepare release v0.2.1 (#192)

    * upath: add docstrings to UPath specific methods
    
    * upath: update classifiers in setup.py
    
    * upath: update changelog
    ap-- authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    75e0a4d View commit details
    Browse the repository at this point in the history
Loading