Releases: yngvem/stringalign
Releases · yngvem/stringalign
Stringalign 0.1.4
Stringalign 0.1.3
What's Changed
- Small updates on docs by @MarieRoald in #80
- Bugfix for confusables and some updates to config after last release by @MarieRoald in #82
Full Changelog: v0.1.2...v0.1.3
Stringalign 0.1.2
Full Changelog: v0.1.1...v0.1.2
Stringalign 0.1.1
Full Changelog: v0.1.0...v0.1.1
Stringalign 0.1.0
What's Changed
- Use maturin action instead of cibuildwheel and add Windows by @yngvem in #45
- Add token error rate to confusion matrix by @yngvem in #46
- Add tokenizer utility by @MarieRoald in #47
- Rename alignment operations by @yngvem in #48
- Add
SplitAtWhitespaceTokenizer, improve docstrings and add tests by @MarieRoald in #50 - Minor improvements to tests by @MarieRoald in #51
- Add functionality to resolve confusables by @yngvem in #52
- Adds a warning if alignments passed to StringConfusionMatrix is aggregated by @MarieRoald in #55
- Add functionality to visualize aligments with html by @MarieRoald in #54
- Update devcontainer and change lock file format by @yngvem in #57
- Add indices between line errors and false positives and negatives by @MarieRoald in #58
- Small FrozenDict improvements by @MarieRoald in #59
- Add confusion matrix constructor for iterables of strings by @MarieRoald in #61
- Make frozendict work with unhashable (but picklable) values as well by @MarieRoald in #62
- Add image visualization by @MarieRoald in #63
- Remove comment by @MarieRoald in #64
- Make HTML visualisation work with varying-length tokens by @MarieRoald in #65
- Add visualize method to LineError by @MarieRoald in #66
- Rename aggregated alignments to combined alignments to avoid confusion by @MarieRoald in #67
- Use tokenizer to join alignment ops by @MarieRoald in #68
- Add globally default tokenizer by @MarieRoald in #69
- Add automatic confusable error detection by @MarieRoald in #71
- Make diacritic and confusable error detection work with combined alignments. by @MarieRoald in #72
- Add a randomisation option to the alignment by @yngvem in #73
- Add docs and many other changes by @MarieRoald in #74
- Add CI for docs by @yngvem in #75
- Add missing data file by @MarieRoald in #76
- Install pandoc by @MarieRoald in #77
- Fix notebook formatting by @MarieRoald in #78
- Update readme by @MarieRoald in #79
- Minor fixes for release by @MarieRoald in #81
Full Changelog: v0.0.3...v0.1.0
Stringalign 0.0.3
What's Changed
Full Changelog: v0.0.2...v0.0.3
Stringalign 0.0.2
What's Changed
- Add workflow files by @yngvem in #1
- Add extra utilities for the confusion matrix by @MarieRoald in #4
- Error classification by @MarieRoald in #5
- Add docs and improve evaluator by @yngvem in #6
- Update readme by @yngvem in #7
- Add installation instructions by @MarieRoald in #8
- Set min python=3.11 by @MarieRoald in #9
- Update lock file by @yngvem in #10
- Add cff file by @yngvem in #13
- Add functionality to detect multiple possible alignments by @yngvem in #11
- Add more tokenizers by @yngvem in #15
- Add building wheels in CI by @yngvem in #16
- Use tokenizer correctly in evaluation by @yngvem in #23
- Add index to find which alignment operators are in which lines by @yngvem in #24
- Make evaluator properties are cached by @yngvem in #25
- Better str representation by @yngvem in #27
- Add the evaluation module by @yngvem in #26
- Fix bug with cached_property not working due to slots by @yngvem in #29
- Add workflows to PyPI by @yngvem in #30
- Add bump-my-version config by @yngvem in #31
- Rename workflow by @yngvem in #32
- Update bumpversion workflow by @yngvem in #33
New Contributors
- @yngvem made their first contribution in #1
- @MarieRoald made their first contribution in #4
Full Changelog: https://github.com/yngvem/stringalign/commits/v0.0.2