awslabs / deequ

Deequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets.
Apache License 2.0
3.32k stars 539 forks source link

Release cadence? #575

Closed marcantony closed 1 month ago

marcantony commented 2 months ago

It looks like releases are fairly infrequent - the last one was on July 2 and before that, November 13. How quickly can we expect new releases of the project to be published once changes are made?

mentekid commented 2 months ago

We do not currently have a set cadence for releases, although we would like to automate our release process to at least push the latest changes to Maven for the highest spark version (Spark 3.5). So far we have been releasing when a large enough body of changes is ready to go.

marcantony commented 1 month ago

Thanks for the info!