Skip to content

Commit

Permalink
Prepare 32.0.0 Release (#525)
Browse files Browse the repository at this point in the history
* small clippy fix

* update changelog

* cargo update
  • Loading branch information
andygrove authored Oct 21, 2023
1 parent d7fcea2 commit fc3c24b
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 70 deletions.
38 changes: 34 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,40 @@

# DataFusion Python Changelog

## [32.0.0](https://github.com/apache/arrow-datafusion-python/tree/32.0.0) (2023-10-21)

**Implemented enhancements:**

- feat: expose PyWindowFrame [#509](https://github.com/apache/arrow-datafusion-python/pull/509) (dlovell)
- add Binary String Functions;encode,decode [#494](https://github.com/apache/arrow-datafusion-python/pull/494) (jiangzhx)
- add bit_and,bit_or,bit_xor,bool_add,bool_or [#496](https://github.com/apache/arrow-datafusion-python/pull/496) (jiangzhx)
- add first_value last_value [#498](https://github.com/apache/arrow-datafusion-python/pull/498) (jiangzhx)
- add regr\_\* functions [#499](https://github.com/apache/arrow-datafusion-python/pull/499) (jiangzhx)
- Add random missing bindings [#522](https://github.com/apache/arrow-datafusion-python/pull/522) (jdye64)
- Allow for multiple input files per table instead of a single file [#519](https://github.com/apache/arrow-datafusion-python/pull/519) (jdye64)
- Add support for window function bindings [#521](https://github.com/apache/arrow-datafusion-python/pull/521) (jdye64)

**Merged pull requests:**

- Prepare 31.0.0 release [#500](https://github.com/apache/arrow-datafusion-python/pull/500) (andygrove)
- Improve release process documentation [#505](https://github.com/apache/arrow-datafusion-python/pull/505) (andygrove)
- add Binary String Functions;encode,decode [#494](https://github.com/apache/arrow-datafusion-python/pull/494) (jiangzhx)
- build(deps): bump mimalloc from 0.1.38 to 0.1.39 [#502](https://github.com/apache/arrow-datafusion-python/pull/502) (dependabot[bot])
- build(deps): bump syn from 2.0.32 to 2.0.35 [#503](https://github.com/apache/arrow-datafusion-python/pull/503) (dependabot[bot])
- build(deps): bump syn from 2.0.35 to 2.0.37 [#506](https://github.com/apache/arrow-datafusion-python/pull/506) (dependabot[bot])
- Use latest DataFusion [#511](https://github.com/apache/arrow-datafusion-python/pull/511) (andygrove)
- add bit_and,bit_or,bit_xor,bool_add,bool_or [#496](https://github.com/apache/arrow-datafusion-python/pull/496) (jiangzhx)
- use DataFusion 32 [#515](https://github.com/apache/arrow-datafusion-python/pull/515) (andygrove)
- add first_value last_value [#498](https://github.com/apache/arrow-datafusion-python/pull/498) (jiangzhx)
- 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])
- 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])
- add regr\_\* functions [#499](https://github.com/apache/arrow-datafusion-python/pull/499) (jiangzhx)
- Add random missing bindings [#522](https://github.com/apache/arrow-datafusion-python/pull/522) (jdye64)
- build(deps): bump rustix from 0.38.18 to 0.38.19 [#523](https://github.com/apache/arrow-datafusion-python/pull/523) (dependabot[bot])
- Allow for multiple input files per table instead of a single file [#519](https://github.com/apache/arrow-datafusion-python/pull/519) (jdye64)
- Add support for window function bindings [#521](https://github.com/apache/arrow-datafusion-python/pull/521) (jdye64)
- Small clippy fix [#524](https://github.com/apache/arrow-datafusion-python/pull/524) (andygrove)

## [31.0.0](https://github.com/apache/arrow-datafusion-python/tree/31.0.0) (2023-09-12)

[Full Changelog](https://github.com/apache/arrow-datafusion-python/compare/28.0.0...31.0.0)
Expand Down Expand Up @@ -445,7 +479,3 @@
- Why is pandas a requirement? [\#24](https://github.com/datafusion-contrib/datafusion-python/issues/24)
- Unable to build [\#18](https://github.com/datafusion-contrib/datafusion-python/issues/18)
- Setup CI against multiple Python version [\#6](https://github.com/datafusion-contrib/datafusion-python/issues/6)

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
Loading

0 comments on commit fc3c24b

Please sign in to comment.