Skip to content

v0.1.1

Compare
Choose a tag to compare
@jaychia jaychia released this 14 Jun 22:24
· 1561 commits to main since this release
87053a2

Daft 0.1.1 Release Notes

The Daft 0.1.1 release provides bugfixes and stabilization fixes.

Enhancements

  1. Enable and test writing temporal types #897
  2. Fix universal expressions on temporals #895
  3. [Arrow Types] Add automatic Python object fallback for unsupported Arrow types. #886

Bug Fixes

  1. Fix fsspec multithreading clobbering issue #898
  2. Fix temporal unit tests for older versions of pyarrow #919
  3. Fix colon URL downloads and default to strict mode for .url.download() #896
  4. [CI] Fix flaky Datasets integration test. #917
  5. Import daft in local benchmarking unit tests #887
  6. Fix imports in microbenchmarks #885

Build Changes

  1. enable python 3.10 unit tests #915
  2. Update pyo3 to 0.18.3 #914
  3. Bump serde from 1.0.160 to 1.0.162 #912
  4. Bump arrow2 from 0.17.0 to 0.17.1 #910
  5. Bump actions/upload-artifact from 2 to 3 #909
  6. Bump actions/download-artifact from 2 to 3 #907
  7. Bump actions/setup-python from 3 to 4 #906
  8. Enable dependabot for pip, cargo and github-actions #904
  9. pinned deps for requirements-dev.txt #903

Documentation

  1. Fix README.rst quickstart #925
  2. Fix typo: CSV -> Parquet #893
  3. Add initial technical architecture docs #890
  4. Fix 10-min tutorial link to colab #884