Skip to content

Releases: multimeric/PandasSchema

0.3.5

16 Feb 07:13
Compare
Choose a tag to compare
  • Add version to a separate file, so that pandas_schema.__version__ now works (see #11)
  • Make the InRangeValidation correctly report a validation failure when it validates non-numeric text, instead of crashing (see #30)

0.3.4

09 May 05:53
Compare
Choose a tag to compare
  • Fixed breaking issue involving the use of category-type columns: #22, #24, thanks to @caddac

0.3.3

01 May 23:30
Compare
Choose a tag to compare
  • Fixed bug involving validation warnings without a row number (e.g. DtypeValidator), thanks to @farridav
  • Added spaces to warnings produced by InListValidation, which also fixes the example test (shown in the README), thanks to @Andrew-SK

0.3.2

19 Apr 08:08
Compare
Choose a tag to compare

Add IsDistinctValidation