Skip to content

Commit 7f27651

Browse files
authored
Generate changelog (#673)
1 parent ee93cdd commit 7f27651

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,33 @@
1919

2020
# DataFusion Python Changelog
2121

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+
2249
## [36.0.0](https://github.com/apache/arrow-datafusion-python/tree/36.0.0) (2024-03-02)
2350

2451
**Implemented enhancements:**

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version = "37.1.0"
2121
homepage = "https://datafusion.apache.org/python"
2222
repository = "https://github.com/apache/datafusion-python"
2323
authors = ["Apache DataFusion <[email protected]>"]
24-
description = "Apache Arrow DataFusion DataFrame and SQL Query Engine"
24+
description = "Apache DataFusion DataFrame and SQL Query Engine"
2525
readme = "README.md"
2626
license = "Apache-2.0"
2727
edition = "2021"

0 commit comments

Comments
 (0)