Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 14 Jun 22:12
· 3553 commits to refs/heads/main since this release
23f784f

Changes

🏆 Highlights

✨ New Features

  • [FEAT] Support for Timestamp datatype. @xcharleslin (#1032)
  • [FEAT] Thread user-provided schema through to DataFrame reads @jaychia (#1024)
  • [FEAT] Daft Image viz support. Remove Tabulate dependency. @xcharleslin (#1027)
  • [FEAT] Dataframe Concats @jaychia (#1023)
  • [FEAT] Add kernels for .list.join on a list[utf8] column @jaychia (#989)
  • [FEAT][Table-Read-Schema 2/3] Add table casting logic @jaychia (#1012)
  • [FEAT][Table-Read-Schema 1/3] Split reading tabular file formats into 2 method calls @jaychia (#1010)
  • [FEAT][Images] [7/N] Add image encoding support. @clarkzinzow (#1013)
  • [FEAT] Visualization cleanup 2/n: Add repr_html to Series, Table, and PyO3 @xcharleslin (#1018)
  • [FEAT] Visualization cleanup (1/n): Use Table for repr @xcharleslin (#1011)

📖 Documentation

🧰 Maintenance

  • [CHORE] Update cargo version to v0.1.6 @jaychia (#1047)
  • [CHORE] Add a GitHub action to enforce labels are added to the PR before merging @jaychia (#1045)
  • [CHORE] Fix CI TPCH data generation for old deprecated kwarg @jaychia (#1044)
  • [CHORE] Fix footer of release-drafter @jaychia (#1043)
  • [CHORE] Add release-drafter files @jaychia (#1042)
  • [CHORE][CI] Fix flakiness in Datasets integration tests. @clarkzinzow (#1017)

⬆️ Dependencies

7 changes