Releases: akmalsoliev/Validoopsie
v.1.7.1
Changes
- Minor modifications to internal typing structure, fixing errors raised by Pyrefly.
- Reduction of schema collection in
TypeValidation.TypeCheck, usingframe.collect_schema()instead offrame.schema
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.7.0
Add new display_summary method to provide formatted table views of validation results with support for short and full information levels. Update documentation with comprehensive examples and screenshots demonstrating the new feature.
Changes:
- Add display_summary method with configurable information levels (short/full)
- Support tabulate formatting options (tablefmt, maxcolwidths, etc.)
- Add tabulate dependency for table formatting
- Reorganize assets from /assets to /docs/assets for better structure
- Update README and documentation with display_summary examples
- Include screenshots showing default, full, and pipe table formats
- Update narwhals dependency to >=2.7.0
v1.6.7
Changes
- refactor: improve validation engine (#28)
- fix: Missing type parameters for generic type 'DataFrame'
- deprecated: python 3.9
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.6
Changes
- docs: enhance docstrings with comprehensive examples (#27)
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.5
Changes
- feat: implement strict TypedDict typing throughout codebase (#26)
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.4
Changes
- fix: warning is now the lowest level of severity (#25)
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.3
Changes
- fix: failed datetime values were raising json error (#24)
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.2
Changes
- fix: instantiate abstract method (#23)
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.1
Changes
- fix: Typo: into_narwahlframe should be into_narwhalsframe (#22)
- fix: typo in
schema_length& kwargs type error (#20) - improvement: spark tests time reduced by ±25% (#19)
Thank you @FBruzzesi for bringing the typo issue up.
Thank you to all our contributors for making this release possible!
@akmalsoliev
v1.6.0
Changes
- feat: add TypedDict for validation results (#18)
- breaking: removed spaces from
resultsdictionary (#17)
Thank you to all our contributors for making this release possible!
@akmalsoliev