Skip to content

Releases: data-engineering-collective/plateau

4.6.2

22 Sep 12:34
cf87771

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.1...4.6.2

4.6.1

13 Aug 10:44
2d049b5

Choose a tag to compare

What's Changed

  • Fix circular import triggered by import of plateau.serialization by @fjetter in #267

Full Changelog: 4.6.0...4.6.1

4.6.0

12 Aug 12:20
52538e5

Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.6.0

plateau 4.5.0

24 Jul 09:50
1a8a262

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.0...4.5.0

plateau 4.4.0

23 May 16:07
ca35b2a

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

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

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

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

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

Choose a tag to compare

What's Changed

Full Changelog: 4.1.3...4.1.4