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: huggingface/datasets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: huggingface/datasets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.0
Choose a head ref
  • 12 commits
  • 32 files changed
  • 5 contributors

Commits on Oct 23, 2025

  1. set dev version (#7828)

    lhoestq authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    159a645 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Add nifti support (#7815)

    * Add nifti support
    
    * update docs
    
    * update nifti after testing locally and from remote hub
    
    * update setup.py to add nibabel and update docs
    
    * add nifti_dataset
    
    * fix nifti dataset documentation
    
    * add nibabel to test dependency
    
    * Add section for creating a medical imaging dataset
    
    ---------
    
    Co-authored-by: Quentin Lhoest <[email protected]>
    CloseChoice and lhoestq authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    5138876 View commit details
    Browse the repository at this point in the history
  2. Fix random seed on shuffle and interleave_datasets (#7823)

    * WIP: shuffle working, interleave_ds not yet
    
    * remove debug statements
    
    * add test
    
    * update test
    
    * use recursive overwriting of generator seeds
    
    * update test description
    
    * remove debugging strings
    
    * return instances of baseexiterable instead of modifying inplace
    
    * add test to make sure multiple iterations over data are deterministic
    CloseChoice authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    a7600ac View commit details
    Browse the repository at this point in the history
  3. fix ci compressionfs (#7830)

    * fix ci compressionfs
    
    * again
    
    * style
    lhoestq authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    6d985d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. fix: better args passthrough for _batch_setitems() (#7817)

    * update signature for _batch_setitems
    
    * arguments passthrough
    sghng authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    f7c8e46 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    627ed2e View commit details
    Browse the repository at this point in the history
  2. resolves the ValueError: Unable to avoid copy while creating an array (

    …#7831)
    
    * Fix argument passing in stratified shuffle split
    
    NumPy 2.0 changed the behavior of the `copy=False` parameter to be stricter. When `train_test_split` converted Arrow arrays to NumPy format for stratification, it triggered this error for non-contiguous arrays. Using `np.asarray()` allows copying when necessary, which is the recommended migration path per NumPy 2.0 documentation.
    
    * make style
    
    ---------
    
    Co-authored-by: Quentin Lhoest <[email protected]>
    ArjunJagdale and lhoestq authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    9e5b0e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Python 3.14 (#7836)

    * add 3.14
    
    * update ci
    
    * go home tf
    
    * torchcodec
    
    * numba
    
    * fix ci
    
    * no lz4 in python 3.14
    
    * fix tests
    
    * again
    
    * again
    
    * again
    lhoestq authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    8b1bd4e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Add num channels to audio (#7840)

    * WIP: add audio, tests failing
    
    * WIP: add mono argument, tests failing
    
    * change from mono to num_channels in documentation, audio tests passing
    
    * update docs and move test for audio
    
    * update audio
    
    * update docstring for audio
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Quentin Lhoest <[email protected]>
    CloseChoice and lhoestq authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    0e7c6ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c16ec View commit details
    Browse the repository at this point in the history
  3. support fsspec 2025.10.0 (#7844)

    fsspec 2025.10.0
    lhoestq authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    fc7f97c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Release: 4.4.0 (#7845)

    release: 4.4.0
    lhoestq authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    232cb10 View commit details
    Browse the repository at this point in the history
Loading