v0.3.0
weaviate/Verbav0.3.0Jul 9, 2025by pappacena
AI Summary
A major version bump that addresses critical bugs regarding Windows file encoding and bounding box cropping, while introducing a ParseConfig class for better configuration management.
Key Highlights
- Fixed bug with file encoding on Windows
- Fixed bounding boxes crop issues out of image limits
- Added ParseConfig option for API key and configuration settings
New Features
- ParseConfig option for configuration management
Full Release Notes
- Fix bug with encoding of files when running on Windows - Fix bounding boxes crop issues out of image limits - Add ParseConfig option, so users can set API key and other configurations when calling parse(... config=ParseConfig()) function - Other minor bugfixes