Skip to content

Commit

Permalink
prepare release of datafusion-python 41.0.0 (#866)
Browse files Browse the repository at this point in the history
* bump datafusion-python version

* generate changelog

I used the following command, then pasted the output into CHANGELOG.md.

```console
./dev/release/generate-changelog.py 40.1.0-rc1 HEAD 41.0.0
```
  • Loading branch information
Michael-J-Ward committed Sep 9, 2024
1 parent fd8224e commit 89b77ab
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,51 @@

# DataFusion Python Changelog

## [41.0.0](https://github.com/apache/datafusion-python/tree/41.0.0) (2024-09-09)

This release consists of 19 commits from 6 contributors. See credits at the end of this changelog for more information.

**Implemented enhancements:**

- feat: enable list of paths for read_csv [#824](https://github.com/apache/datafusion-python/pull/824) (mesejo)
- feat: better exception and message for table not found [#851](https://github.com/apache/datafusion-python/pull/851) (mesejo)
- feat: make cast accept built-in Python types [#858](https://github.com/apache/datafusion-python/pull/858) (mesejo)

**Other:**

- chore: Prepare for 40.0.0 release [#801](https://github.com/apache/datafusion-python/pull/801) (andygrove)
- Add typing-extensions dependency to pyproject [#805](https://github.com/apache/datafusion-python/pull/805) (timsaucer)
- Upgrade deps to datafusion 41 [#802](https://github.com/apache/datafusion-python/pull/802) (Michael-J-Ward)
- Fix SessionContext init with only SessionConfig [#827](https://github.com/apache/datafusion-python/pull/827) (jcrist)
- build(deps): upgrade actions/{upload,download}-artifact@v3 to v4 [#829](https://github.com/apache/datafusion-python/pull/829) (Michael-J-Ward)
- Run ruff format in CI [#837](https://github.com/apache/datafusion-python/pull/837) (timsaucer)
- Add PyCapsule support for Arrow import and export [#825](https://github.com/apache/datafusion-python/pull/825) (timsaucer)
- Feature/expose when function [#836](https://github.com/apache/datafusion-python/pull/836) (timsaucer)
- Add Window Functions for use with function builder [#808](https://github.com/apache/datafusion-python/pull/808) (timsaucer)
- chore: fix typos [#844](https://github.com/apache/datafusion-python/pull/844) (mesejo)
- build(ci): use proper mac runners [#841](https://github.com/apache/datafusion-python/pull/841) (Michael-J-Ward)
- Set of small features [#839](https://github.com/apache/datafusion-python/pull/839) (timsaucer)
- chore: fix docstrings, typos [#852](https://github.com/apache/datafusion-python/pull/852) (mesejo)
- chore: Use datafusion re-exported dependencies [#856](https://github.com/apache/datafusion-python/pull/856) (emgeee)
- add guidelines on separating python and rust code [#860](https://github.com/apache/datafusion-python/pull/860) (Michael-J-Ward)
- Update Aggregate functions to take builder parameters [#859](https://github.com/apache/datafusion-python/pull/859) (timsaucer)

## Credits

Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.

```
7 Tim Saucer
5 Daniel Mesejo
4 Michael J Ward
1 Andy Grove
1 Jim Crist-Harif
1 Matt Green
```

Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.


## [40.0.0](https://github.com/apache/datafusion-python/tree/40.0.0) (2024-08-09)

This release consists of 18 commits from 4 contributors. See credits at the end of this changelog for more information.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "datafusion-python"
version = "40.0.0"
version = "41.0.0"
homepage = "https://datafusion.apache.org/python"
repository = "https://github.com/apache/datafusion-python"
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
Expand Down

0 comments on commit 89b77ab

Please sign in to comment.