Bug fixes
- Fix filter indices when batched by @albertvillanova in #5113
- fixed a bug where
filter
could return examples with the wrong indices
- fixed a bug where
- Fix iter_batches by @lhoestq in #5115
- fixed a bug where
map
withbatch=True
could return a dataset with less examples
- fixed a bug where
- Fix a typo in arrow_dataset.py by @yangky11 in #5108
New Contributors
Full Changelog: 2.6.0...2.6.1