Recent Releases of https://github.com/alan-turing-institute/clevercsv
https://github.com/alan-turing-institute/clevercsv - CleverCSV Release v0.8.3
What's Changed
- standardize : allow users to specify output encoding by @jbdesbas in https://github.com/alan-turing-institute/CleverCSV/pull/118
- Optimize the normal form detection by @no23reason in https://github.com/alan-turing-institute/CleverCSV/pull/123
- Fix module names of C module objects by @GjjvdBurg in https://github.com/alan-turing-institute/CleverCSV/pull/131
New Contributors
- @jbdesbas made their first contribution in https://github.com/alan-turing-institute/CleverCSV/pull/118
- @no23reason made their first contribution in https://github.com/alan-turing-institute/CleverCSV/pull/123
Full Changelog: https://github.com/alan-turing-institute/CleverCSV/compare/v0.8.2...v0.8.3
- Python
Published by GjjvdBurg about 1 year ago
https://github.com/alan-turing-institute/clevercsv - CleverCSV Release v0.8.2
What's Changed
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in https://github.com/alan-turing-institute/CleverCSV/pull/110
- Bump pypa/cibuildwheel from 2.14.1 to 2.16.0 by @dependabot in https://github.com/alan-turing-institute/CleverCSV/pull/111
- Add more type hints by @GjjvdBurg in https://github.com/alan-turing-institute/CleverCSV/pull/112
- Allow more rows to be checked (fixes #98) by @GjjvdBurg in https://github.com/alan-turing-institute/CleverCSV/pull/113
- Move the import of the optional tabview dependency to where it's needed (for #101)
Full Changelog: https://github.com/alan-turing-institute/CleverCSV/compare/v0.8.1...v0.8.2
- Python
Published by GjjvdBurg over 2 years ago
https://github.com/alan-turing-institute/clevercsv - CleverCSV Release v0.8.1
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)
- Python
Published by GjjvdBurg over 2 years ago
https://github.com/alan-turing-institute/clevercsv - 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.
- Python
Published by GjjvdBurg almost 3 years ago