TL;DR
This release entails several updates and enhancements:
Dependency Updates
- The nltk library's version has been updated to solve CVE-2024-39705.
- The version of PyArrow has been updated to solve CVE-2024-52338.
- There's been an upgrade in duckdb's version to solve CVE-2024-22682.
Code and Bug Fixes
- A fix was implemented for retrieving column lists.
- An update took place in
mindsdb_sql_toolkit.py. - pymupdf version was set to 1.25.2.
Documentation Improvements
- A link to minds was added.
- Documentation was updated to include support for partition size.
- A redundant main function from bring your own model (byom) was removed from the documentation.
What's Changed
- Bump nltk version by @ZoranPandovski in #10459
- Update mindsdb_sql_toolkit.py by @torrmal in #10466
- added link to minds by @martyna-mindsdb in #10467
- Bumped PyArrow Version by @MinuraPunchihewa in #10461
- Bump duckdb version by @ea-rus in #10458
- docs for partition_size support by @martyna-mindsdb in #10453
- docs: removed the (redundant) main function from byom by @martyna-mindsdb in #10469
- Fix getting column list by @ea-rus in #10468
- Bump version by @ZoranPandovski in #10471
- Fix an issue with pymupdf. Set it to 1.25.2 by @lucas-koontz in #10475
Full Changelog: v25.2.2.0...v25.2.2.1