Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump duckdb from 0.2.5 to 0.2.6 #74

Merged
merged 1 commit into from
May 10, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2021

Bumps duckdb from 0.2.5 to 0.2.6.

Release notes

Sourced from duckdb's releases.

0.2.6 Preview Release "Jamaicensis"

This preview release of DuckDB is named "Jamaicensis" after the blue-billed Ruddy Duck (Oxyura jamaicensis). Binary builds are listed below. Feedback is very welcome.

Note: This release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the EXPORT DATABASE command with the old version followed by IMPORT DATABASE with the new version to migrate your data. See the documentation for details.

Also note: Due to changes in the internal storage (#1530), databases created with this release wil require somewhat more disk space. This is transient as we are working hard to finalise the on-disk storage format.

Major changes:

Engine

  • #1666: External merge sort, #1580: Parallel scan of ordered result and #1561: Rework physical ORDER BY
  • #1520 & #1574: Window function computation parallelism
  • #1540: Add table functions that take a subquery parameter
  • #1533: Using vectors, instead of column chunks as lists
  • #1530: Store null values separate from main data in a Validity Segment

SQL

  • #1568: Positional Reference Operator [#1](https://github.com/cwida/duckdb/issues/1) etc.
  • #1671: QUANTILE variants and #1685: Temporal quantiles
  • #1695: New Timestamp Types TIMESTAMP_NS, TIMESTAMP_MS and TIMESTAMP_NS
  • #1647: Add support for UTC offset timestamp parsing to regular timestamp conversion
  • #1659: Add support for USING keyword in DELETE statement
  • #1638, #1663, #1621 & #1484: Many changes arount ARRAY syntax
  • #1610: Add support for CURRVAL
  • #1544: Add SKIP as an option to READ_CSV and COPY

APIs

  • #1525: Add loadable extensions support
  • #1711: Parallel Arrow Scans
  • #1569: Map-style UDFs for Python API
  • #1534: Extensible Replacement Scans & Automatic Pandas Scans and #1487: Automatically use parquet or CSV scan when using a table name that ends in .parquet or .csv
  • #1649: Add a QueryRelation object that can be used to convert a query directly into a relation object, #1665: Adding from_query to python api
  • #1550: Shell: Add support for Ctrl + arrow keys to linenoise, and make Ctrl+C terminate the current query instead of the process
  • #1514: Using ALTREP to speed up string column transfer to R
  • #1502: R: implementation of Rstudio connection-contract tab
Commits
  • 8295e24 Merge pull request #1734 from hannesmuehleisen/pyscanrepgil
  • 2a374a0 Merge pull request #1733 from Mytherin/fasterstringcmp
  • 8a6b19a need gil for pandas scan replacement scope spelunking
  • 8665f81 Fix tidy failure
  • d72c3ad Format fix
  • 65d96e1 Revert "Different string comparison"
  • 93b2d99 Different string comparison
  • c58ea95 Switch to jenkins string hash
  • daa59c2 Merge pull request #1730 from hawkfish/hawkfish-allthreads
  • 80579c3 Merge pull request #1646 from hannesmuehleisen/allthreads
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [duckdb](https://github.com/cwida/duckdb) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/cwida/duckdb/releases)
- [Commits](duckdb/duckdb@v0.2.5...v0.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2021
@kodiakhq kodiakhq bot merged commit dcf8c28 into master May 10, 2021
@kodiakhq kodiakhq bot deleted the dependabot/pip/duckdb-0.2.6 branch May 10, 2021 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant