Releases: awslabs/python-deequ
Releases Β· awslabs/python-deequ
v1.4.0
v1.3.0
What's Changed
Upgrades
- Upgraded the Deequ version to 2.0.7 for Spark versions 3.1 to 3.3 by @rdsharma26 in #200
Fixes
Other Changes
- [Testing] Added a dockerfile for building and testing the package by @rdsharma26 in #195
- [Documentation] FileSystemMetricsRepository sync on DBFS tutorial by @WiktorMadejski in #187
New Contributors
- @poolis made their first contribution in #183
- @WiktorMadejski made their first contribution in #187
Full Changelog: v1.2.0...v1.3.0
Release 1.2.0
Added where filter and fix some minor bugs. See #177
Patch release 1.1.1
Bugfix release to fix multiple issues related to hasPattern. Closing #152.
1.1.0
We are pleased to announce a release for python-deequ 1.1.0.
This release candidate brings long-waited Spark and Deequ recency updates (support 3.3.0) and many dependency upgrade.
1.1.0 RC0
We are pleased to announce a release candidate for python-deequ 1.1.0. If all goes well, we'll release 1.1.0 in about two weeks. This release candidate brings long-waited Spark and Deequ recency updates (support 3.3.0) and many dependency upgrade.
The release can be installed from PyPI
python -m pip install --upgrade --pre pydeequ==1.1.0rc0
See #106 for more context and what's new.