All Versions
40
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 1

  • v1.3.2 Changes

    • ๐Ÿš€ technical release: explicit support for Python 3.11 and logo
  • v1.3.1 Changes

    • fix for use of min_date & max_date (#62)
    • โšก๏ธ simplified code & updated setup
  • v1.3.0 Changes

    • entirely type-checked code base
    • ๐Ÿ†• new function clear_caches() (#57)
    • slightly more efficient code (about 5% faster)
  • v1.2.3 Changes

    • ๐Ÿ›  fix for memory leak (#56)
    • ๐Ÿ“„ docs updated
  • v1.2.2 Changes

    • slightly higher accuracy & faster extensive extraction
    • ๐Ÿšง maintenance: code base simplified, more tests
    • ๐Ÿ› bugs addressed: #51, #54
    • ๐Ÿ“„ docs: fix by @MSK1582
  • v1.2.1 Changes

    • speed and accuracy gains
    • ๐Ÿ‘ better extraction coverage, simpler code
    • ๐Ÿ› bug fixed (typo in variable)
  • v1.2.0 Changes

    • ๐Ÿ‘ better performance
    • โœ‚ remove unnecessary ciso8601 dependency
    • ๐Ÿ“œ temporary fix for scrapinghub/dateparser#1045 bug
  • v1.1.1 Changes

    • ๐Ÿ›  bugfix: input encoding
    • ๐Ÿ‘Œ improved extraction coverage (#47)
  • v1.1.0 Changes

    • ๐Ÿ‘ better handling of file encodings
    • slight increase in accuracy, more efficient code
  • v1.0.1 Changes

    • ๐Ÿš€ maintenance release, code base cleaned
    • command-line interface: --version added
    • ๐Ÿ“œ file parsing reviewed