Releases: zen-xu/pyarrow-stubs
Releases · zen-xu/pyarrow-stubs
19.1
19.0
What's Changed
- fix: Add missing
pc.equal
overload by @dangotbanned in #196 - feat: support pyarrow 19.0 by @zen-xu in #198
Full Changelog: 17.19...19.0
17.19
What's Changed
- fix: from_arrays for both Table and RecordBatch by @tekumara in #189
- fix: resolve some
pa.compute
overlaps by @dangotbanned in #184 - fix: Include
Array
inchunked_array
overload by @dangotbanned in #190
Full Changelog: 17.18...17.19
17.18
What's Changed
- fix: support to construct ListArray with primitive type by @zen-xu in #179
- fix: Avoid
chunked_array
overlapping overloads by @dangotbanned in #183 - fix: Add placeholder annotations to
pc.if_else
by @dangotbanned in #182 - fix: Widen
Array
toArray | ChunkedArray
by @dangotbanned in #181 - fix: add
pc.fill_null
by @dangotbanned in #185 - fix: Allow Table.from_arrays to take a list containing a mix of Array and ChunkedArray by @tekumara in #187
Full Changelog: 17.17...17.18
17.17
What's Changed
- fix: pa.fixed_shape_tensor by @pimdh in #175
- fix: Preserve generic in
ChunkedArray.type
by @dangotbanned in #177
New Contributors
- @pimdh made their first contribution in #175
- @dangotbanned made their first contribution in #177
Full Changelog: 17.16...17.17
17.16
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #161
- Add 'None' as a valid argument for partitioning to the various parquet reading functions by @mariusvniekerk in #166
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #165
- fix: should use Collection[Array] instead list[Array] by @zen-xu in #170
- fix: update type hints for path_or_paths and source parameters in ParquetDataset and read_table by @zen-xu in #171
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #167
Full Changelog: 17.15...17.16
17.15
17.14
What's Changed
- fix: FileSystem metadata value should be str by @zen-xu in #152
- fix: FileSystemHandler metadata value should be str by @zen-xu in #153
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #154
- fix: improve coverage for pyarrow.struct typehint by @ben-freist in #157
- fix: ipc typing by @kahojyun in #159
New Contributors
- @ben-freist made their first contribution in #157
- @kahojyun made their first contribution in #159
Full Changelog: 17.13...17.14
17.13
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #147
- fix:
to_table
argumentcolumns
can be a dict of expressions by @fabiob in #149 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #148
New Contributors
Full Changelog: 17.12...17.13