Skip to content

Releases: akmalsoliev/Validoopsie

v.1.7.1

05 Dec 14:46

Choose a tag to compare

Changes

  • Minor modifications to internal typing structure, fixing errors raised by Pyrefly.
  • Reduction of schema collection in TypeValidation.TypeCheck, using frame.collect_schema()instead of frame.schema

Thank you to all our contributors for making this release possible!
@akmalsoliev

v1.7.0

02 Dec 22:29
d7fe7d5

Choose a tag to compare

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

25 Jul 09:27
0be977c

Choose a tag to compare

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

22 Jun 11:09

Choose a tag to compare

Changes

  • docs: enhance docstrings with comprehensive examples (#27)

Thank you to all our contributors for making this release possible!
@akmalsoliev

v1.6.5

07 May 22:18

Choose a tag to compare

Changes

  • feat: implement strict TypedDict typing throughout codebase (#26)

Thank you to all our contributors for making this release possible!
@akmalsoliev

v1.6.4

28 Apr 14:46

Choose a tag to compare

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

25 Apr 11:28

Choose a tag to compare

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

14 Apr 11:28

Choose a tag to compare

Changes

  • fix: instantiate abstract method (#23)

Thank you to all our contributors for making this release possible!
@akmalsoliev

v1.6.1

13 Apr 16:32

Choose a tag to compare

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

17 Mar 16:57

Choose a tag to compare

Changes

  • feat: add TypedDict for validation results (#18)
  • breaking: removed spaces from results dictionary (#17)

Thank you to all our contributors for making this release possible!
@akmalsoliev