Skip to content

Releases: ohadmata/shmessy

v2.0.0

29 May 12:10
fb426f1
Compare
Choose a tag to compare

Major release. We broke the API in order to make it much more simple.

  • All of the configurations & flags pushed to the constructor with default values.
  • Date / Datetime bug fix that improve the infer duration - do not try to validate all of the sample data after the first mismatch.
  • Create dynamic patterns using much more combinations than before for Date / Datetime types.

v1.3.7

28 May 13:24
90dbaac
Compare
Choose a tag to compare
  • Improve datetime speed recognition
  • create datetime utils for core readabillity
  • Dynamic date types

v1.3.6

26 May 10:44
d5c3bc9
Compare
Choose a tag to compare

New date format:

  • %b-%d-%Y

v1.3.5

26 May 06:22
2c1a8be
Compare
Choose a tag to compare

New datetime format:

  • %d/%m/%y %H:%M

v1.3.4

23 May 07:25
02b7f90
Compare
Choose a tag to compare

New datetime formats:

  • %B %d, %Y
  • %m/%d/%Y %H:%M

v1.3.3

30 Apr 09:08
177a249
Compare
Choose a tag to compare
  • New datetime format (Include UTC offset): %Y-%m-%d %H:%M:%S %z

v1.3.2

29 Apr 13:39
367804b
Compare
Choose a tag to compare
  • Use calamine engine to speed up excel file reading

v1.3.1

15 Apr 07:22
9f2a455
Compare
Choose a tag to compare
  • New timestamp format: %Y-%m-%d %H:%M

v1.3.0

08 Apr 17:24
aefddc6
Compare
Choose a tag to compare
  • INTERFACE CHANGE - Replace the "ignore_virtual_types" by "types_to_ignore".
    The new parameter get list of types to ignore

v1.2.14

10 Mar 11:38
07e603c
Compare
Choose a tag to compare
  • New date format: %d %b %y
  • Fallback to null improvements: apply the fallback after the column casting conversion (Performance improvement) + Change the fallback to np.NAN instead of python's None. This is due to the fast that some exporters does not supports python's None as a valid type (Export to delta/parquet for example)