Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:36
· 3523 commits to main since this release
9063395

Changes

🏆 Highlights

  • [FEAT] Add DataFrame.to_torch_map_dataset and .to_torch_iter_dataset. @xcharleslin (#1086)
  • [PERF] Rust based url downloading with error handling @samster25 (#1061)

✨ New Features

  • [FEAT] Enable Native Downloader IO Config @samster25 (#1090)
  • [FEAT] Add DataFrame.to_torch_map_dataset and .to_torch_iter_dataset. @xcharleslin (#1086)
  • [FEAT] DataFrame.__iter__() and .iter_partitions() @xcharleslin (#1062)
  • [FEAT] New DataType: Duration (without arithmetic) @xcharleslin (#1051)
  • [FEAT] [Images] [9/N] Infer Image type for PIL images on ingress. @clarkzinzow (#1067)
  • [FEAT] Automatically cast logical types to Python objects on Series.to_pylist(). @clarkzinzow (#1063)
  • [FEAT] [Images] [8/N] Add encoding and resizing support for fixed-shape images. @clarkzinzow (#1052)
  • Dataframe Iter 1/n: Physical plan streams results into Runner. @xcharleslin (#1060)

🚀 Performance Improvements

👾 Bug Fixes

📖 Documentation

  • [FEAT] Add DataFrame.to_torch_map_dataset and .to_torch_iter_dataset. @xcharleslin (#1086)
  • [CHORE] Fix filepath for autogeneration of .list.join docs @jaychia (#1084)
  • In CI, limit tutorial to 500 rows @xcharleslin (#1076)
  • [DOCS] Embeddings tutorial: Temporarily remove full dataset @xcharleslin (#1039)
  • [DOCS] Remove release notes from documentation, link to Github instead @jaychia (#1049)

🧰 Maintenance

  • [CHORE] set dependabot schedule to weekly @samster25 (#1085)
  • [CHORE] Refactor integration test to use wheel built for release @jaychia (#1087)
  • [CHORE] unpin numpy version for py<3.8 @jaychia (#1088)
  • [CHORE] Fix filepath for autogeneration of .list.join docs @jaychia (#1084)
  • [CHORE] Crate Smash v1 @samster25 (#1080)
  • [CHORE] Scheduler cleanup: merge logical_op_runners.py into execution_step @xcharleslin (#1020)
  • [CHORE] Inline the label enforcer into the release drafter wf @jaychia (#1057)
  • [CHORE] Fix naming of "Release Drafter" workflow in trigger @jaychia (#1055)
  • [CHORE] Add new trigger to run PR label enforcement after Release Drafter @jaychia (#1054)
  • [CHORE][CI] Use pyarrow Table sort API that's compatible with older pyarrow versions @clarkzinzow (#1053)

⬆️ Dependencies

4 changes