Skip to content

v0.0.3

Choose a tag to compare

@ahamptonTIA ahamptonTIA released this 19 Mar 23:28
· 349 commits to main since this release
acb59a0

Version: v0.0.3

Enhancement: Improved numeric type handling in range checks (Issue #2 )

This release addresses issue #2 by implementing a hybrid method for identifying numeric data types across pandas, NumPy, and Python. This enhancement ensures accurate min and max range checks, even when encountering values like numpy.int64, numpy.float32, or similar data types. Previously, these data types could lead to false negatives in identifying minimum range errors.

Benefits:

More robust and accurate range checks
Improved data validation across various numeric data types
Reduced potential for false negatives in range error detections