Skip to content

Releases: awslabs/python-deequ

v1.4.0

03 Jul 18:45
ab39242
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

03 Jul 18:45
7ecb7da
Compare
Choose a tag to compare

What's Changed

Upgrades

Fixes

  • Fix default assertion for satisfies check. by @poolis in #183

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

Full Changelog: v1.2.0...v1.3.0

Release 1.2.0

13 Dec 03:30
a7ad766
Compare
Choose a tag to compare

Added where filter and fix some minor bugs. See #177

https://pypi.org/project/pydeequ/1.2.0/

Patch release 1.1.1

21 Sep 01:20
04e2634
Compare
Choose a tag to compare

Bugfix release to fix multiple issues related to hasPattern. Closing #152.

1.1.0

06 Jul 23:45
83a3355
Compare
Choose a tag to compare

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

19 Jun 23:20
ead5a78
Compare
Choose a tag to compare
1.1.0 RC0 Pre-release
Pre-release

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.

PyDeequ: Spark3 support!!!

19 Jul 21:46
Compare
Choose a tag to compare
Pre-release

Features:

PyDeequ

20 May 21:07
2ee4f70
Compare
Choose a tag to compare

Features

  • Implemented hasPattern for regex rules verification
  • Implemented alternate method of passing list of constraints for verification