[ANN] Datatest 0.11.1 Released

2021-01-03 Thread Shawn Brown
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

[ANN] Datatest 0.11.0 Released

2020-12-18 Thread Shawn Brown
I'm pleased to announce the release of Datatest version 0.11.0. Datatest implements a system of *validation* methods, *difference* classes, and *acceptance* context managers. It can be used directly in your own projects or as part of a testing framework like pytest or unittest. This is a large

[ANN] Squint: Simple query interface for tabular data.

2020-01-11 Thread Shawn Brown
[RESEND WITH CORRECTED LINK] Squint version 0.1.0 has been released: * New query previews provide convenient feedback at the interactive prompt. * Completely rewritten tutorial https://squint.readthedocs.io/en/stable/tutorial/ * Added support for

[ANN] get-reader 1.0.0 stable release

2019-12-28 Thread Shawn Brown
Happy Holidays! The first stable release of get-reader, version 1.0.0 is now available. * https://pypi.org/project/get-reader/ * https://github.com/shawnbrown/get_reader This module provides a `get_reader()` function that returns reader objects similar to those returned by `csv.reader()`. This

ANN: Datatest 0.9.6 Released

2019-06-04 Thread Shawn Brown
Datatest version 0.9.6 is now available. Datatest helps speed up and formalize data-wrangling and data validation tasks. It repurposes software testing practices for data preparation and quality assurance projects. * Docs - https://datatest.readthedocs.io/ * PyPI -

ANN: Datatest 0.9.4 Released

2019-04-25 Thread Shawn Brown
Datatest provides tools for test driven data-wrangling and data validation. It supports both pytest and unittest style testing. I've been working to get datatest ready for a few pre-PyCon updates. This latest release takes many of the "how-to" solutions and brings them into the core package.

Datatest 0.9.2 released (test driven data-wrangling)

2018-08-10 Thread Shawn Brown
Hello, I'm happy to announce that the next version of Datatest is now available. This update includes improved data handling features and support for Python 3.7. Datatest supports test driven data-wrangling, data validation, and analysis (for both pytest and unittest style testing). * Docs:

ANN: datatest 0.7.0 (Test driven data wrangling)

2016-08-04 Thread Shawn Brown
datatest 0.7.0 (Test driven data wrangling) === Datatest extends the standard library's unittest package to provide testing tools for asserting data correctness. * Docs: http://datatest.readthedocs.io/ * PyPI: https://pypi.python.org/pypi/datatest/ This

datatest 0.6.0 (First public release!)

2016-05-17 Thread Shawn Brown
before making an official stable release. -Shawn Brown -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/