Releases: alan-turing-institute/CleverCSV
Releases · alan-turing-institute/CleverCSV
CleverCSV Release v0.8.2
What's Changed
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #110
- Bump pypa/cibuildwheel from 2.14.1 to 2.16.0 by @dependabot in #111
- Add more type hints by @GjjvdBurg in #112
- Allow more rows to be checked (fixes #98) by @GjjvdBurg in #113
- Move the import of the optional tabview dependency to where it's needed (for #101)
Full Changelog: v0.8.1...v0.8.2
CleverCSV Release v0.8.1
CleverCSV Release v0.8.0
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.