I'm pleased to announce version 0.11.1 of Datatest: Test driven
data-wrangling and data validation.

Test driven data-wrangling is a process for taking data from a source of
unverified quality or format and producing a verified, well-formatted
dataset. It repurposes software testing practices for data preparation and
quality assurance projects.

* GitHub: https://github.com/shawnbrown/datatest
* PyPI: https://pypi.org/project/datatest/
* Docs: https://datatest.readthedocs.io/en/stable/

This is a bug-fix release and should be a drop-in replacement for 0.11.0.
Changes include:

* Fixed validation, predicate, and difference handling of non-comparable
  objects.
* Fixed bug in normalization of queries from `squint` package.
* Changed failure output to improve error reporting with `pandas` accessors.
* Changed predicate failure message to quote code objects using backticks.
_______________________________________________
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com

Reply via email to