Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 21:12
· 1076 commits to refs/heads/main since this release
76ab4ca

Changes

✨ New Features

  • [FEAT] show number of truncated columns @samster25 (#1673)
  • [FEAT] add retries to s3 credential provider timeouts @samster25 (#1663)
  • [FEAT] Dynamic Responsive Printing of Tables, Schema and Series @samster25 (#1662)
  • [FEAT] Print the results of a df.show() to stdout if running in non-interactive mode @jaychia (#1655)
  • [FEAT] 1606 - Adding hour expression in date util @suriya-ganesh (#1637)
  • [FEAT] [CSV Reader] Bulk CSV reader + general CSV reader refactor @clarkzinzow (#1614)
  • [FEAT] Use cached preview from df.collect() in df.show(). @clarkzinzow (#1651)

🚀 Performance Improvements

👾 Bug Fixes

  • [BUG] Add an allowlist of DataTypes that ColumnRangeStatistics supports and validation of TableStatistics @jaychia (#1632)
  • [BUG] favor char indices instead of slicing to deal with unicode @samster25 (#1664)
  • [BUG] pass in pyarrow dtype manually into parquet read @samster25 (#1650)
  • [CHORE] Fixed bug in ray version @dioptre (#1649)

🧰 Maintenance

⬆️ Dependencies

8 changes