Releases: zen-xu/pyarrow-stubs
Releases · zen-xu/pyarrow-stubs
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
17.12
17.11
What's Changed
- fix incorrect type hints for compute.sort_indices by @mariusvniekerk in #135
- disallow passing
names
as an argument to table when using dictionaries by @mariusvniekerk in #137 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #138
- Add missing type for FlightEndpoint by @mariusvniekerk in #136
Full Changelog: 17.10...17.11
17.10
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #124
- improve type annotations for parquet writer by @mariusvniekerk in #125
- Add missing return type for Schema.serialize by @mariusvniekerk in #123
- Add
Schema.field(int)
by @mariusvniekerk in #122 - Change various io related functions to support
StrPath
as a path input by @mariusvniekerk in #121 - fix type hint for sort_by by @mariusvniekerk in #130
- metadata on a schema can be passed as str by @mariusvniekerk in #128
- Correct typevars for DictionaryType, MapType, RunEncodedType by @jonded94 in #126
- Add some more StrPath io parts that were overlooked. by @mariusvniekerk in #131
- Support ChunkedArray in add/append methods in Table by @mariusvniekerk in #129
- Add missing partitioning typing case by @mariusvniekerk in #132
- fix: typo 'permissive' instead of 'premissive' by @zen-xu in #133
New Contributors
Full Changelog: 17.9...17.10
17.9
17.8
What's Changed
- fix: combine chunks by @deanm0000 in #110
- make Self backward compatible by @deanm0000 in #115
- fix: update ConvertOptions by @deanm0000 in #114
- feat: add type property to Array by @deanm0000 in #112
Full Changelog: 17.7...17.8
17.7
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #102
- working towards making return signatures only have one type (mean and exp) by @deanm0000 in #105
- a table group_by was returing Self but should return TableGroupBy by @deanm0000 in #104
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #106
- fix: RecordBatch missing
from_arrays
andfrom_pandas
by @zen-xu in #108
Full Changelog: 17.6...17.7