Skip to content

Releases: alan-turing-institute/CleverCSV

CleverCSV Release v0.8.2

24 Sep 21:15
v0.8.2
3b0fa83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

CleverCSV Release v0.8.1

06 Sep 23:33
v0.8.1
9382a44
Compare
Choose a tag to compare

This release brings the following updates to CleverCSV:

  • Add type hints to CleverCSV (#108)
  • Disable 32-bit builds on Windows and Linux
  • Bump minimal Python version to 3.8
  • Minor documentation improvements (#109)

CleverCSV Release v0.8.0

09 Apr 09:25
v0.8.0
25d696a
Compare
Choose a tag to compare

This release brings the following updates to CleverCSV:

  • Improve median runtime by ~68% (~52% on average) by: 1) more caching, 2) implementing a heavy function in C. See #92 and #96 for details.
  • Redesign computation of consistency measure to a class: ConsistencyDetector
  • Fix potential memory leak in C code for base abstraction
  • Fixes to escape sequences in regexes (thanks to @JakobGM!)
  • Various improvements to code quality
  • Switch documentation style to furo.