Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-26 | 929 Bytes | |
v0.11.1 source code.tar.gz | 2025-06-26 | 44.4 MB | |
v0.11.1 source code.zip | 2025-06-26 | 44.6 MB | |
Totals: 3 Items | 89.0 MB | 0 |
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
- Update VHS-based terminal recordings. (#232)
- Create two new CLI utility articles. (#235)
Full Changelog: https://github.com/posit-dev/pointblank/compare/v0.11.0...v0.11.1