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.