awslabs / python-deequ

Python API for Deequ
Apache License 2.0
669 stars 131 forks source link

chore: release 1.1.0rc0 #135

Closed chenliu0831 closed 1 year ago

chenliu0831 commented 1 year ago

Issue #, if available: https://github.com/awslabs/python-deequ/issues/106

Description of changes:

We will be doing release candidate first since we have not released for a quite while.

testing:

In [1]: from pydeequ import __version__

In [2]: __version__
Out[2]: '1.1.0rc0'

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

chenliu0831 commented 1 year ago

Have to bump min Python version to 3.7+ due to Spark 3.3 drop support to 3.6.