Plateau

Latest version: v4.4.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

4.4.0

==========================

* 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.

4.3.0

==========================

* 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.
* Include pyarrow 14.0.1 in CI

4.2.2

==========================

* Include Python 3.12 in CI
* Migrate setup.cfg to pyproject.toml completely
* Port to ruff, remove isort, black, and flake8

4.2.1

==========================

* 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

4.2.0

==========================

* 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

4.1.5

==========================

* Enable dask column projection.
* Test pyarrow 11
* Remove usage of ``pkg_resources``.

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.