Skip to content

Releases: anelendata/getschema

v0.2.8

27 Oct 04:34
Compare
Choose a tag to compare
  • new: fix_type function: Option to convert date to datetime

v0.2.7

12 Jul 04:11
Compare
Choose a tag to compare
  • fix: getschema.fix_type function: A valid null object is rejected

v0.2.6

30 Jun 06:12
Compare
Choose a tag to compare
  • fix: a bug in schema inference where a TypeError is thrown when only a ValueError is currently expected

Thx @kgpayne

v0.2.5

30 Jun 06:11
Compare
Choose a tag to compare
  • fix: prevent auto-converting 0, 0.0, '', etc to null
  • fix: datetime check during fix_record()

v0.2.4

28 May 21:59
Compare
Choose a tag to compare
  • fix: Condition ignores keys with a value of 0 #9
  • fix: Incorrect handling of nullable #11

Thank you @mlavoie-sm360 for finding & fixing #9

v0.2.3

25 May 18:34
Compare
Choose a tag to compare
  • fix: Default type to be string instead of null when no non-null values are found (#7)

v0.2.2

13 May 04:43
Compare
Choose a tag to compare
  • fix: Fix JSON file recoginition (#4)
  • fix: Don't ignore the field when all records have a field with null value (#3)

v0.2.1

03 May 06:52
Compare
Choose a tag to compare
  • fix: Homepage link on pypi

v0.2.0

03 May 06:52
Compare
Choose a tag to compare
  • feature: jsonpath support for the record_level parameter in getschema.infer_schema function.
  • feature: YAML file support

v0.1.2

23 Dec 02:15
Compare
Choose a tag to compare

fix: allow empty dict (Issue #1)