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

Commits on Jun 14, 2024

  1. Update pre-commit (#222)

    * update pre-commit
    * ci: do not run safety in lint job for now
    ap-- authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    68d5707 View commit details
    Browse the repository at this point in the history
  2. implement SMBPath and tests (#219)

    * implement SMBPath and tests
    
    * upath._flavour_sources: revert formatting changes
    
    * tests: add smb protocol to registry tests
    
    * tests: update smb glob test (mark '*' as xfail for now)
    
    * upath.implementations.smb: configure flavour to correctly handle path parsing
    
    * tests: skip smb test on windows
    
    * upath.implementations.smb: make rename work with older fsspec
    
    ---------
    
    Co-authored-by: fkuehnlenz <[email protected]>
    Co-authored-by: Andreas Poehlmann <[email protected]>
    3 people authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d412c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Add typesafety checks (#212)

    * tests: add typesafety tests
    
    * nox: add typesafety command
    
    * upath: typing fixes for generated flavours
    
    * upath: update _flavour_sources.py
    
    * upath: more typing fixes
    
    * typesafety: add more tests
    
    * upath: typing fixes
    
    * ci: add typesafety checks
    
    * nox -s lint
    
    * upath: exclude fsspec==2024.3.1 for now
    
    * _strip_protocol signature changes break local fs tests
    * Windows URI parsing has issues
    
    * nox -s lint fixes
    
    * typesafety: add pathlib interface tests
    
    * upath: various typing fixes
    
    * typesafety: fix mypy output issue on python3.8
    
    * typesafety: check .link_to and .walk
    ap-- authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    14dc7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f8369 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    07a4583 View commit details
    Browse the repository at this point in the history
  2. Update filesystem flavours to newest versions (#237)

    * upath: updating generated flavour sources
    
    * upath: update flavour sources to newest versions
    ap-- authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    92675f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update flavours (#252)

    * update to newest flavours
    
    * nox: add command for updating flavours
    ap-- authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    655e8fc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fix UPath.rename for absolute paths (#225)

    * Fix rename
    
    * use protocol to decide if joinpath needed
    
    * extend rename tests
    
    * upath.core: fix rename protocol comparison if protocols depend on storage_options
    
    * upath: fix SMBPath.rename
    
    * upath: fix rename kwargs for older fsspec versions
    
    * upath: explicitly assert return type in UPath.rename
    
    * upath.implementations.smb: from __future__ import annotations
    
    ---------
    
    Co-authored-by: Andreas Poehlmann <[email protected]>
    Koncopd and ap-- authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b2eff7e View commit details
    Browse the repository at this point in the history
  2. Add st_birthtime as standard field (#254)

    * Add .vscode to .gitignore
    
    * Add tests for stat time values
    
    * Add tests for birthtime
    
    * Move birthtime implementation
    
    * upath._stat: fix linter error
    
    ---------
    
    Co-authored-by: Thomas H <[email protected]>
    Co-authored-by: Andreas Poehlmann <[email protected]>
    3 people authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    65cbe0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeebf51 View commit details
    Browse the repository at this point in the history
  4. Cut release v0.2.3 (#255)

    * cut release v0.2.3
    ap-- authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e53d8a4 View commit details
    Browse the repository at this point in the history
Loading