Skip to content

Releases: data-engineering-collective/plateau

plateau 4.4.0

23 May 16:07
ca35b2a
Compare
Choose a tag to compare

What's Changed

  • Improve support for Dask's query planner.
  • Support column projection when using dask-expr's from_map.
  • Include pyarrow 15.0.0 in CI
  • Fix tests for dask 2024.1.1
  • Account for breaking changes in nightly builds of Pandas which would have caused issues upon the release of Pandas 3.

plateau 4.3.0

21 Dec 10:55
625e537
Compare
Choose a tag to compare
  • Add is distinct from predicate operation. This follows the behaviour of the SQL operation of the same name, i.e. it treats two null values as the same. This is also the current behaviour of the != operation.
  • Deprecates the current behaviour of the != predicate operation. From 5.0.0 onwards, the new behaviour will be the same as its SQL counterpart, i.e. it will filter out null/missing values. Where the current behaviour of != is needed, is distinct from should be used instead.
  • Add tests for pyarrow 14.0.1
  • Add tests for Python 3.12
  • Migrate setup.cfg to pyproject.toml completely
  • Port to ruff, remove isort, black, and flake8

plateau 4.2.1

31 Oct 13:56
2e2740e
Compare
Choose a tag to compare
  • Add support for pandas 2.1
  • Fix a bug to do with timestamp dtype conversion
  • Add timestamp unit coercion as plateau currently only supports nanosecond units on timestamps

plateau 4.2.0

10 Oct 08:32
d00eef9
Compare
Choose a tag to compare
  • Support pandas 2
  • Test pyarrow 12 and 13
  • Prevent dask from casting all object dtypes to strings
  • Remove tests for pyarrow<=3 as they fail with pandas>=2
  • Adds support for dask 2023.9.2

plateau 4.1.5

14 Mar 13:26
837fa11
Compare
Choose a tag to compare
  • Enable dask column projection.
  • Test pyarrow 11
  • Remove usage of pkg_resources.

plateau 4.1.4

14 Dec 08:15
0233822
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.3...4.1.4

plateau 4.1.3

24 Oct 14:22
cdf3a70
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.2...4.1.3

plateau 4.1.2

20 Oct 13:31
ac96ad3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.1.2

plateau 4.1.1

19 Oct 15:19
828da8b
Compare
Choose a tag to compare

What's Changed

  • Fix usage of setuptools_scm after migrating to declarative build by @xhochy in #57

Full Changelog: 4.1.0...4.1.1

plateau 4.1.0

19 Oct 14:24
ecc82a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.4...4.1.0