Daft 0.1.1 Release Notes#

The Daft 0.1.1 release provides bugfixes and stabilization fixes.

Enhancements#

  • Enable and test writing temporal types #897

  • Fix universal expressions on temporals #895

  • [Arrow Types] Add automatic Python object fallback for unsupported Arrow types. #886

Bug Fixes#

  • Fix fsspec multithreading clobbering issue #898

  • Fix temporal unit tests for older versions of pyarrow #919

  • Fix colon URL downloads and default to strict mode for .url.download() #896

  • [CI] Fix flaky Datasets integration test. #917

  • Import daft in local benchmarking unit tests #887

  • Fix imports in microbenchmarks #885

Build Changes#

  • enable python 3.10 unit tests #915

  • Update pyo3 to 0.18.3 #914

  • Bump serde from 1.0.160 to 1.0.162 #912

  • Bump arrow2 from 0.17.0 to 0.17.1 #910

  • Bump actions/upload-artifact from 2 to 3 #909

  • Bump actions/download-artifact from 2 to 3 #907

  • Bump actions/setup-python from 3 to 4 #906

  • Enable dependabot for pip, cargo and github-actions #904

  • pinned deps for requirements-dev.txt #903

Documentation#

  • Fix README.rst quickstart #925

  • Fix typo: CSV -> Parquet #893

  • Add initial technical architecture docs #890

  • Fix 10-min tutorial link to colab #884