Plateau

Latest version: v4.3.0

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

Scan your dependencies

Page 1 of 8

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

4.1.4

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

* We no longer package the ``tests`` directory.
* Test pyarrow 10 and Python 3.11, pandas 1.5

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.