New Features
- Have consistent input ingestion for all classes/functions with a
data=
parameter. (#223) - Enable data to be obtained via GitHub URLs. (#224)
- Allow CLI's
pb validate
to perform multiple validations. (#231) - For CLI's
pb validate
allow--column
to use column index. (#233)
Fixes
- Use
_process_data()
to centralize data ingest functionality. (#225, #226) - Improve display of tables in CLI. (#227)
- Simplify use of extracts in CLI. (#228)
- Rework
pb validate
to primarily be a validation script runner. (#229) - Make CLI table styling consistent across all commands. (#234)
- Improve messages with
pb validate <data>
default and add--list-checks
option. (#230)
Documentation
Full Changelog: v0.11.0...v0.11.1