8000 Prepare 32.0.0 Release (#525) · Bernolt/arrow-datafusion-python@fc3c24b · GitHub
[go: up one dir, main page]

Skip to content

Commit fc3c24b

Browse files
authored
Prepare 32.0.0 Release (apache#525)
* small clippy fix * update changelog * cargo update
1 parent d7fcea2 commit fc3c24b

File tree

2 files changed

+90
-70
lines changed

2 files changed

+90
-70
lines changed

CHANGELOG.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,40 @@
1919

2020
# DataFusion Python Changelog
2121

22+
## [32.0.0](https://github.com/apache/arrow-datafusion-python/tree/32.0.0) (2023-10-21)
23+
24+
**Implemented enhancements:**
25+
26+
- feat: expose PyWindowFrame [#509](https://github.com/apache/arrow-datafusion-python/pull/509) (dlovell)
27+
- add Binary String Functions;encode,decode [#494](https://github.com/apache/arrow-datafusion-python/pull/494) (jiangzhx)
28+
- add bit_and,bit_or,bit_xor,bool_add,bool_or [#496](https://github.com/apache/arrow-datafusion-python/pull/496) (jiangzhx)
29+
- add first_value last_value [#498](https://github.com/apache/arrow-datafusion-python/pull/498) (jiangzhx)
30+
- add regr\_\* functions [#499](https://github.com/apache/arrow-datafusion-python/pull/499) (jiangzhx)
31+
- Add random missing bindings [#522](https://github.com/apache/arrow-datafusion-python/pull/522) (jdye64)
32+
- Allow for multiple input files per table instead of a single file [#519](https://github.com/apache/arrow-datafusion-python/pull/519) (jdye64)
33+
- Add support for window function bindings [#521](https://github.com/apache/arrow-datafusion-python/pull/521) (jdye64)
34+
35+
**Merged pull requests:**
36+
37+
- Prepare 31.0.0 release [#500](https://github.com/apache/arrow-datafusion-python/pull/500) (andygrove)
38+
- Improve release process documentation [#505](https://github.com/apache/arrow-datafusion-python/pull/505) (andygrove)
39+
- add Binary String Functions;encode,decode [#494](https://github.com/apache/arrow-datafusion-python/pull/494) (jiangzhx)
40+
- build(deps): bump mimalloc from 0.1.38 to 0.1.39 [#502](https://github.com/apache/arrow-datafusion-python/pull/502) (dependabot[bot])
41+
- build(deps): bump syn from 2.0.32 to 2.0.35 [#503](https://github.com/apache/arrow-datafusion-python/pull/503) (dependabot[bot])
42+
- build(deps): bump syn from 2.0.35 to 2.0.37 [#506](https://github.com/apache/arrow-datafusion-python/pull/506) (dependabot[bot])
43+
- Use latest DataFusion [#511](https://github.com/apache/arrow-datafusion-python/pull/511) (andygrove)
44+
- add bit_and,bit_or,bit_xor,bool_add,bool_or [#496](https://github.com/apache/arrow-datafusion-python/pull/496) (jiangzhx)
45+
- use DataFusion 32 [#515](https://github.com/apache/arrow-datafusion-python/pull/515) (andygrove)
46+
- add first_value last_value [#498](https://github.com/apache/arrow-datafusion-python/pull/498) (jiangzhx)
47+
- build(deps): bump regex-syntax from 0.7.5 to 0.8.1 [#517](https://github.com/apache/arrow-datafusion-python/pull/517) (dependabot[bot])
48+
- build(deps): bump pyo3-build-config from 0.19.2 to 0.20.0 [#516](https://github.com/apache/arrow-datafusion-python/pull/516) (dependabot[bot])
49+
- add regr\_\* functions [#499](https://github.com/apache/arrow-datafusion-python/pull/499) (jiangzhx)
50+
- Add random missing bindings [#522](https://github.com/apache/arrow-datafusion-python/pull/522) (jdye64)
51+
- build(deps): bump rustix from 0.38.18 to 0.38.19 [#523](https://github.com/apache/arrow-datafusion-python/pull/523) (dependabot[bot])
52+
- Allow for multiple input files per table instead of a single file [#519](https://github.com/apache/arrow-datafusion-python/pull/519) (jdye64)
53+
- Add support for window function bindings [#521](https://github.com/apache/arrow-datafusion-python/pull/521) (jdye64)
54+
- Small clippy fix [#524](https://github.com/apache/arrow-datafusion-python/pull/524) (andygrove)
55+
2256
## [31.0.0](https://github.com/apache/arrow-datafusion-python/tree/31.0.0) (2023-09-12)
2357

2458
[Full Changelog](https://github.com/apache/arrow-datafusion-python/compare/28.0.0...31.0.0)
@@ -445,7 +479,3 @@
445479
- Why is pandas a requirement? [\#24](https://github.com/datafusion-contrib/datafusion-python/issues/24)
446480
- Unable to build [\#18](https://github.com/datafusion-contrib/datafusion-python/issues/18)
447481
- Setup CI against multiple Python version [\#6](https://github.com/datafusion-contrib/datafusion-python/issues/6)
448-
449-
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
450-
451-
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

0 commit comments

Comments
 (0)
0