|
19 | 19 |
|
20 | 20 | # DataFusion Python Changelog
|
21 | 21 |
|
| 22 | +## [37.1.0](https://github.com/apache/arrow-datafusion-python/tree/37.1.0) (2024-05-08) |
| 23 | + |
| 24 | +**Implemented enhancements:** |
| 25 | + |
| 26 | +- feat: add execute_stream and execute_stream_partitioned [#610](https://github.com/apache/arrow-datafusion-python/pull/610) (mesejo) |
| 27 | + |
| 28 | +**Documentation updates:** |
| 29 | + |
| 30 | +- docs: update docs CI to install python-311 requirements [#661](https://github.com/apache/arrow-datafusion-python/pull/661) (Michael-J-Ward) |
| 31 | + |
| 32 | +**Merged pull requests:** |
| 33 | + |
| 34 | +- Switch to Ruff for Python linting [#529](https://github.com/apache/arrow-datafusion-python/pull/529) (andygrove) |
| 35 | +- Remove sql-on-pandas/polars/cudf examples [#602](https://github.com/apache/arrow-datafusion-python/pull/602) (andygrove) |
| 36 | +- build(deps): bump object_store from 0.9.0 to 0.9.1 [#611](https://github.com/apache/arrow-datafusion-python/pull/611) (dependabot[bot]) |
| 37 | +- More missing array funcs [#605](https://github.com/apache/arrow-datafusion-python/pull/605) (judahrand) |
| 38 | +- feat: add execute_stream and execute_stream_partitioned [#610](https://github.com/apache/arrow-datafusion-python/pull/610) (mesejo) |
| 39 | +- build(deps): bump uuid from 1.7.0 to 1.8.0 [#615](https://github.com/apache/arrow-datafusion-python/pull/615) (dependabot[bot]) |
| 40 | +- Bind SQLOptions and relative ctx method #567 [#588](https://github.com/apache/arrow-datafusion-python/pull/588) (giacomorebecchi) |
| 41 | +- bugfix: no panic on empty table [#613](https://github.com/apache/arrow-datafusion-python/pull/613) (mesejo) |
| 42 | +- Expose `register_listing_table` [#618](https://github.com/apache/arrow-datafusion-python/pull/618) (henrifroese) |
| 43 | +- Expose unnest feature [#641](https://github.com/apache/arrow-datafusion-python/pull/641) (timsaucer) |
| 44 | +- Update domain names and paths in asf yaml [#643](https://github.com/apache/arrow-datafusion-python/pull/643) (andygrove) |
| 45 | +- use python 3.11 to publish docs [#645](https://github.com/apache/arrow-datafusion-python/pull/645) (andygrove) |
| 46 | +- docs: update docs CI to install python-311 requirements [#661](https://github.com/apache/arrow-datafusion-python/pull/661) (Michael-J-Ward) |
| 47 | +- Upgrade Datafusion to v37.1.0 [#669](https://github.com/apache/arrow-datafusion-python/pull/669) (Michael-J-Ward) |
| 48 | + |
22 | 49 | ## [36.0.0](https://github.com/apache/arrow-datafusion-python/tree/36.0.0) (2024-03-02)
|
23 | 50 |
|
24 | 51 | **Implemented enhancements:**
|
|
0 commit comments