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.5
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.6
Choose a head ref
  • 13 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 9, 2024

  1. Update flavours (#285)

    * update requirements
    
    * fix xrootd integration
    
    * update sources
    ap-- authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5486fa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. DEP: Ensure typing_extension is dependency for earlier python versions (

    #290)
    
    * DEP: Ensure typing_extension is dependency for earlier python versions
    
    * RF: Guard type definition to explicit type checking, add typing_extensions to [dev] extra
    
    * fix linting
    
    ---------
    
    Co-authored-by: Andreas Poehlmann <[email protected]>
    mgxd and ap-- authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6450ef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: expanduser no-op (#293)

    * feat: expanduser no-op
    
    * test: expanduser for pathlib paths
    
    * chore: undo autoformatting
    ollie-bell authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    70b1a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. tests: reenable py3.13 tests on windows (#295)

    Was blocked due to missing pywin32 for 3.13
    ap-- authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3fc72fb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix sftp join issue for non-root prefixed paths (#294)

    * tests: add test reproducing join issue for non-root prefixed paths
    
    * tests: improve ssh container fixture robustness
    
    * tests: add additional test cases for constructing ssh paths
    
    * upath._flavour: fix ssh path parsing (enforce absolute paths)
    
    * typing: fix error in kwargs
    ap-- authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    009f5cf View commit details
    Browse the repository at this point in the history
  2. upath: update flavours (#299)

    ap-- authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1a32d12 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    635fa20 View commit details
    Browse the repository at this point in the history
  2. Minor fixes for tests (#312)

    * tests: cleanup azure tests
    * tests: fix error with s3 fixture with global moto install
    * tests: support gcs tests without internet connection
      Specify token storage argument to avoid timeouts due to credential refresh without internet connectivity.
    ap-- authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6fe13a1 View commit details
    Browse the repository at this point in the history
  3. Update flavours (#313)

    * Bump s3fs from 2024.9.0 to 2024.10.0
    
    Bumps [s3fs](https://github.com/fsspec/s3fs) from 2024.9.0 to 2024.10.0.
    - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
    - [Commits](fsspec/s3fs@2024.9.0...2024.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: s3fs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump fsspec[dask,git,hdfs,http,sftp,smb] from 2024.9.0 to 2024.10.0
    
    Bumps [fsspec[dask,git,hdfs,http,sftp,smb]](https://github.com/fsspec/filesystem_spec) from 2024.9.0 to 2024.10.0.
    - [Commits](fsspec/filesystem_spec@2024.9.0...2024.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: fsspec[dask,git,hdfs,http,sftp,smb]
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump dvc from 3.55.2 to 3.56.0
    
    Bumps [dvc](https://github.com/iterative/dvc) from 3.55.2 to 3.56.0.
    - [Release notes](https://github.com/iterative/dvc/releases)
    - [Commits](iterative/dvc@3.55.2...3.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: dvc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump gcsfs from 2024.9.0.post1 to 2024.10.0
    
    Bumps [gcsfs](https://github.com/fsspec/gcsfs) from 2024.9.0.post1 to 2024.10.0.
    - [Commits](fsspec/gcsfs@2024.9.0post1...2024.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: gcsfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump huggingface-hub from 0.25.2 to 0.26.2
    
    Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.25.2 to 0.26.2.
    - [Release notes](https://github.com/huggingface/huggingface_hub/releases)
    - [Commits](huggingface/huggingface_hub@v0.25.2...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: huggingface-hub
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * upath._flavour_sources: update versions
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    ap-- and dependabot[bot] authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    db185f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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

Commits on Dec 12, 2024

  1. Update flavours (#319)

    * Bump dvc from 3.56.0 to 3.58.0
    
    Bumps [dvc](https://github.com/iterative/dvc) from 3.56.0 to 3.58.0.
    - [Release notes](https://github.com/iterative/dvc/releases)
    - [Commits](iterative/dvc@3.56.0...3.58.0)
    
    ---
    updated-dependencies:
    - dependency-name: dvc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump huggingface-hub from 0.26.2 to 0.26.5
    
    Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.26.2 to 0.26.5.
    - [Release notes](https://github.com/huggingface/huggingface_hub/releases)
    - [Commits](huggingface/huggingface_hub@v0.26.2...v0.26.5)
    
    ---
    updated-dependencies:
    - dependency-name: huggingface-hub
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * upath._flavour_sources: update flavours
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    ap-- and dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    0390079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66258f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. cut release v0.2.6 (#321)

    ap-- authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    4efb8da View commit details
    Browse the repository at this point in the history
Loading