v0.17.1
google/magikav0.17.1Jan 31, 2026by tarun-menta
AI Summary
This release addresses specific LaTeX processing bugs, including issues with control character unescaping and detokenization sequences. It also includes updates to license compliance and general development work.
Key Highlights
- Fixed LaTeX control character unescaping issues
- Resolved LaTeX detokenization bugs
- Restored Apache 2.0 license compliance
- Welcomed a new contributor, @wkpark
New Features
- Fixed LaTeX detokenization bug - Unescaping sequences
- Fixed minor issue with un-escaping control characters in latex commands
Full Release Notes
- Fix a minor issue with un-escaping control characters in latex commands ## What's Changed * Fix license by @VikParuchuri in https://github.com/datalab-to/surya/pull/468 * restore apache2 license some part of code from original source code by @wkpark in https://github.com/datalab-to/surya/pull/466 * Dev by @VikParuchuri in https://github.com/datalab-to/surya/pull/470 * Fix latex detokenization bug - Unescaping sequences by @tarun-menta in https://github.com/datalab-to/surya/pull/479 * Dev by @tarun-menta in https://github.com/datalab-to/surya/pull/481 ## New Contributors * @wkpark made their first contribution in https://github.com/datalab-to/surya/pull/466 **Full Changelog**: https://github.com/datalab-to/surya/compare/v0.17.0...v0.17.1