Releases: zen-xu/pyarrow-stubs
Releases · zen-xu/pyarrow-stubs
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
17.6
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #95
- fix: parquet not accepting NativeFile by @zen-xu in #98
- feat: Support pa.Buffer buffer protocol by @zen-xu in #99
- feat: Support the compute module functions to accept ChunkedArray. by @zen-xu in #100
Full Changelog: 17.5...17.6
17.5
What's Changed
- fix the array return type by @zen-xu in #89
- a few type improvements, mostly flight related by @dylanscott in #90
- add type to Field by @deanm0000 in #87
- Support fsspec.AbstractFileSystem by @deanm0000 in #88
New Contributors
- @dylanscott made their first contribution in #90
- @deanm0000 made their first contribution in #87
Full Changelog: 17.4...17.5
17.4
What's Changed
- fix: add missing return type in FlightDescriptor static methods by @MTHSBGN in #80
- Support Tabular filter with Expression by @zen-xu in #81
- Support compute functions to accept Expression as parameter by @zen-xu in #82
- fix: Fix the return value of Expression comparison by @zen-xu in #83
New Contributors
Full Changelog: 17.3...17.4
17.3
What's Changed
- fix: from_pylist covariance by @Flamefork in #73
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #74
- Fix return type for middleware factory's start_call by @eltoder in #75
New Contributors
- @Flamefork made their first contribution in #73
Full Changelog: 17.2...17.3