chore(deps): update dependency duckdb to v1.5.2#1376
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency duckdb to v1.5.2#1376renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
d1d4fa6 to
3799934
Compare
3799934 to
58ad38e
Compare
58ad38e to
7b2f3fb
Compare
7b2f3fb to
7ce287d
Compare
7ce287d to
d209afe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.1→1.5.2Release Notes
duckdb/duckdb-python (duckdb)
v1.5.2: Bugfix ReleaseCompare Source
See the DuckDB core release notes here: https://github.com/duckdb/duckdb/releases/tag/v1.5.2
What's Changed in duckdb-python
v1.5.1: Bugfix ReleaseCompare Source
DuckDB core v1.5.1 Changelog: duckdb/duckdb@v1.5.0...v1.5.1
What's Changed
v1.5.0: DuckDB Python 1.5.0 "Variegata"Compare Source
This is the 1.5.0 release of DuckDB's Python bindings. For a list of changes in DuckDB core, have a look at the DuckDB release notes and the blogpost.
Breaking Changes
duckdb.typingandduckdb.functionalmodules. These were deprecated in 1.4.0. Useduckdb.sqltypesandduckdb.funcinstead.columnparameter toexpressionin relational API functions (e.g.,min,max,sum,mean, etc.) to better reflect that these accept expressions, not just column names.fetch_arrow_table()andfetch_record_batch()on connections and relations. Use the newto_arrow_table()andto_arrow_reader()methods instead.New Features
get_profiling_info()andget_profiling_json()methods on connections, plus a refactoredquery_graphmodule with improved HTML visualization (dark mode, expandable phases, depth).to_arrow_table()andto_arrow_reader()— new methods on connections and relations as the preferred Arrow export API.Performance
__arrow_c_stream__on relations — relations now export via the Arrow PyCapsule interface usingPhysicalArrowCollectorfor zero-copy streaming.__arrow_c_stream__, with filter pushdown only when pyarrow is present..sql()— avoids unnecessary parameter binding overhead.FetchRow.Bug Fixes
PyObject_CallObjectreturn values are now properly stolen to avoid reference count leaks.pyarrow.datasetimport is now optional — no longer fails if pyarrow is installed without the dataset module.Build & Packaging
v1.4.4: Bugfix ReleaseCompare Source
DuckDB core v1.4.4 Changelog: duckdb/duckdb@v1.4.3...v1.4.4
What's Changed in the Python Extension
Full Changelog: duckdb/duckdb-python@v1.4.3...v1.4.4
v1.4.3: Python DuckDB v1.4.3Compare Source
What's Changed
New Contributors
Full Changelog: duckdb/duckdb-python@v1.4.2...v1.4.3
v1.4.2: Python DuckDB v1.4.2Compare Source
This is a bug fix release for various issues discovered after we released v1.4.1.
Also see the DuckDB v1.4.2 Changelog.
What's Changed
importlib.utilwas not implicitly loaded by @henryharbeck in #135Full Changelog: duckdb/duckdb-python@v1.4.1...v1.4.2
v1.4.1Compare Source
DuckDB Core: v1.4.1
Bug Fixes
__hash__method overload (#61)Code Quality Improvements & Developer Experience
typingandfunctionalmodulesv1.4.0Compare Source
v1.3.2Compare Source
v1.3.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.