Main bug fixes
- fix: decode Json() values before calling DataFrame.to_json() (#8116) by @Brianzhengca in #8122
- Fix: decode JSON type before to_list or to_dict is called by @ItsTania in #8137
- Fix batching for table-formatted datasets by @bluehyena in #8126
- Fix iterable map resume state by @Brianzhengca in #8147
- don't embed remote files in download_and_prepare to parquet by @lhoestq in #8150
Other improvements and bug fixes
- Parse agent traces by @lhoestq in #8113
- 🔒 Pin GitHub Actions to commit SHAs by @paulinebm in #8114
- chore: bump doc-builder SHA for PR upload workflow by @rtrompier in #8134
- Remove print statement in JSON processing by @lhoestq in #8136
- Don't include files list DatasetInfo (and remove old stuff) by @lhoestq in #8128
- update ci uer by @lhoestq in #8139
- fix warning in ci by @lhoestq in #8140
- fix mask in embed_storage for remote files by @lhoestq in #8151
- fix original_files missing in ci json test by @lhoestq in #8152
- Fix null in embed storage by @lhoestq in #8154
- Fix base_path in integration tests by @lhoestq in #8155
New Contributors
- @paulinebm made their first contribution in #8114
- @Brianzhengca made their first contribution in #8122
- @bluehyena made their first contribution in #8126
- @rtrompier made their first contribution in #8134
- @ItsTania made their first contribution in #8137
Full Changelog: 4.8.4...4.8.5