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 pyarrow from 0.12.0 to 0.15.1 #14

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2022

Bumps pyarrow from 0.12.0 to 0.15.1.

Changelog

Sourced from pyarrow's changelog.

Apache Arrow 0.15.1 (25 October 2019)

Bug

  • ARROW-6464 - [Java] Refactor FixedSizeListVector#splitAndTransfer with slice API
  • ARROW-6728 - [C#] Support reading and writing Date32 and Date64 arrays
  • ARROW-6740 - [Python] Unable to delete closed MemoryMappedFile on Windows
  • ARROW-6762 - [C++] JSON reader segfaults on newline
  • ARROW-6795 - [C#] Reading large Arrow files in C# results in an exception
  • ARROW-6806 - [C++] Segfault deserializing ListArray containing null/empty list
  • ARROW-6813 - [Ruby] Arrow::Table.load with headers=true leads to exception in Arrow 0.15
  • ARROW-6834 - [C++] Pin gtest to 1.8.1 to triage failing Appveyor / MSVC build
  • ARROW-6844 - [C++][Parquet][Python] List columns read broken with 0.15.0
  • ARROW-6857 - [Python][C++] Segfault for dictionary_encode on empty chunked_array (edge case)
  • ARROW-6860 - [Python] Only link libarrow_flight.so to pyarrow._flight
  • ARROW-6861 - [Python] arrow-0.15.0 reading arrow-0.14.1-output Parquet dictionary column: Failure reading column: IOError: Arrow error: Invalid: Resize cannot downsize
  • ARROW-6869 - [C++] Dictionary "delta" building logic in builder_dict.h produces invalid arrays
  • ARROW-6873 - [Python] Stale CColumn reference break Cython cimport pyarrow
  • ARROW-6874 - [Python] Memory leak in Table.to_pandas() when conversion to object dtype
  • ARROW-6876 - [Python] Reading parquet file with many columns becomes slow for 0.15.0
  • ARROW-6877 - [C++] Boost not found from the correct environment
  • ARROW-6878 - [Python] pa.array() does not handle list of dicts with bytes keys correctly under python3
  • ARROW-6882 - [Python] cannot create a chunked_array from dictionary_encoding result
  • ARROW-6886 - [C++] arrow::io header nvcc compiler warnings
  • ARROW-6898 - [Java] Fix potential memory leak in ArrowWriter and several test classes
  • ARROW-6903 - [Python] Wheels broken after ARROW-6860 changes
  • ARROW-6905 - [Packaging][OSX] Nightly builds on MacOS are failing because of brew compile timeouts
  • ARROW-6910 - [Python] pyarrow.parquet.read_table(...) takes up lots of memory which is not released until program exits
  • ARROW-6922 - [Python] Pandas master build is failing (MultiIndex.levels change)
  • ARROW-6937 - [Packaging][Python] Fix conda linux and OSX wheel nightly builds
  • ARROW-6938 - [Python] Windows wheel depends on zstd.dll and libbz2.dll, which are not bundled
  • ARROW-6962 - [C++] [CI] Stop compiling with -Weverything
  • ARROW-6977 - [C++] Only enable jemalloc background_thread if feature is supported
  • ARROW-6983 - [C++] Threaded task group crashes sometimes

Improvement

  • ARROW-6610 - [C++] Add ARROW_FILESYSTEM=ON/OFF CMake configuration flag
  • ARROW-6777 - [GLib][CI] Unpin gobject-introspection gem
  • ARROW-6852 - [C++] memory-benchmark build failed on Arm64
  • ARROW-6927 - [C++] Add gRPC version check
  • ARROW-6963 - [Packaging][Wheel][OSX] Use crossbow's command to deploy artifacts from travis builds

New Feature

  • ARROW-6661 - [Java] Implement APIs like slice to enhance VectorSchemaRoot

Apache Arrow 0.15.0 (30 September 2019)

Bug

... (truncated)

Commits
  • b789226 [maven-release-plugin] prepare release apache-arrow-0.15.1
  • 6687aed [Release] Set Maven versions to 0.15.1-SNAPSHOT
  • e9f7864 [Release] Update versions for 0.15.1
  • c7e9fe4 [Release] Update .deb/.rpm changelogs for 0.15.1
  • 6a94d72 [Release] Update CHANGELOG.md for 0.15.1
  • d02f74e ARROW-6962: [C++] [CI] Stop compiling with -Weverything
  • 28d6d97 ARROW-6963: [Packaging][Wheel][OSX] Use crossbow's command to deploy artifact...
  • a83a0f0 ARROW-6983: [C++] Fix ThreadedTaskGroup lifetime issue
  • 4142ed5 ARROW-6977: [C++] Disable jemalloc background_thread on macOS
  • c20eceb ARROW-6910: [C++][Python] Set jemalloc default configuration to release dirty...
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pyarrow](https://github.com/apache/arrow) from 0.12.0 to 0.15.1.
- [Release notes](https://github.com/apache/arrow/releases)
- [Changelog](https://github.com/apache/arrow/blob/apache-arrow-0.15.1/CHANGELOG.md)
- [Commits](apache/arrow@apache-arrow-0.12.0...apache-arrow-0.15.1)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants