v0.14.7
datalab-to/suryav0.14.7Jul 25, 2025by VikParuchuri
AI Summary
This release addresses dependency stability by pinning the transformers library and fixes several bugs related to bounding boxes and affine maps.
Key Highlights
- Pinned transformers library to a narrow range
- Fixed safeguard against empty bounding boxes
- Updated issue templates
New Features
- Dependency pinning
- Bug fixes
Full Release Notes
A recent transformers release refactors caching logic, which we inherit from. Until we can fix, we're pinning transformers to a narrow range. ## What's Changed * fix: safeguard against when bboxes is empty by @zanussbaum in https://github.com/datalab-to/surya/pull/403 * Update issue templates by @tarun-menta in https://github.com/datalab-to/surya/pull/402 * Fix aff map by @VikParuchuri in https://github.com/datalab-to/surya/pull/395 * Pin transformers version by @VikParuchuri in https://github.com/datalab-to/surya/pull/409 ## New Contributors * @zanussbaum made their first contribution in https://github.com/datalab-to/surya/pull/403 **Full Changelog**: https://github.com/datalab-to/surya/compare/v0.14.6...v0.14.7