File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v1.4.1
4+ ** DuckDB Core** : v1.4.1
5+
6+ ### Bug Fixes
7+ - ** ADBC Driver** : Fixed ADBC driver implementation (#81 )
8+ - ** SQLAlchemy compatibility** : Added ` __hash__ ` method overload (#61 )
9+ - ** Error Handling** : Reset PyErr before throwing Python exceptions (#69 )
10+ - ** Polars Lazyframes** : Fixed Polars expression pushdown (#102 )
11+
12+ ### Code Quality Improvements & Developer Experience
13+ - ** MyPy Support** : MyPy is functional again and better integrated with the dev workflow
14+ - ** Stubs** : Re-created and manually curated stubs for the binary extension
15+ - ** Type Shadowing** : Deprecated ` typing ` and ` functional ` modules
16+ - ** Linting & Formatting** : Comprehensive code quality improvements with Ruff
17+ - ** Type Annotations** : Added missing overloads and improved type coverage
18+ - ** Pre-commit Integration** : Added ruff, clang-format, cmake-format and mypy configs
19+ - ** CI/CD** : Added code quality workflow
You can’t perform that action at this time.
0 commit comments