Skip to content

Commit b5d7c92

Browse files
committed
Update changelog
1 parent 0920536 commit b5d7c92

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CHANGELOG.md

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

2020
# DataFusion Python Changelog
2121

22+
## [40.0.0](https://github.com/apache/datafusion-python/tree/40.0.0) (2024-08-09)
23+
24+
This release consists of 18 commits from 4 contributors. See credits at the end of this changelog for more information.
25+
26+
- Update changelog for 39.0.0 [#742](https://github.com/apache/datafusion-python/pull/742) (andygrove)
27+
- build(deps): bump uuid from 1.8.0 to 1.9.1 [#744](https://github.com/apache/datafusion-python/pull/744) (dependabot[bot])
28+
- build(deps): bump mimalloc from 0.1.42 to 0.1.43 [#745](https://github.com/apache/datafusion-python/pull/745) (dependabot[bot])
29+
- build(deps): bump syn from 2.0.67 to 2.0.68 [#746](https://github.com/apache/datafusion-python/pull/746) (dependabot[bot])
30+
- Tsaucer/find window fn [#747](https://github.com/apache/datafusion-python/pull/747) (timsaucer)
31+
- Python wrapper classes for all user interfaces [#750](https://github.com/apache/datafusion-python/pull/750) (timsaucer)
32+
- Expose array sort [#764](https://github.com/apache/datafusion-python/pull/764) (timsaucer)
33+
- Upgrade protobuf and remove GH Action googletest-installer [#773](https://github.com/apache/datafusion-python/pull/773) (Michael-J-Ward)
34+
- Upgrade Datafusion 40 [#771](https://github.com/apache/datafusion-python/pull/771) (Michael-J-Ward)
35+
- Bugfix: Calling count with None arguments [#768](https://github.com/apache/datafusion-python/pull/768) (timsaucer)
36+
- Add in user example that compares a two different approaches to UDFs [#770](https://github.com/apache/datafusion-python/pull/770) (timsaucer)
37+
- Add missing exports for wrapper modules [#782](https://github.com/apache/datafusion-python/pull/782) (timsaucer)
38+
- Add PyExpr to_variant conversions [#793](https://github.com/apache/datafusion-python/pull/793) (Michael-J-Ward)
39+
- Add missing expressions to wrapper export [#795](https://github.com/apache/datafusion-python/pull/795) (timsaucer)
40+
- Doc/cross reference [#791](https://github.com/apache/datafusion-python/pull/791) (timsaucer)
41+
- Re-Enable `num_centroids` to `approx_percentile_cont` [#798](https://github.com/apache/datafusion-python/pull/798) (Michael-J-Ward)
42+
- UDAF process all state variables [#799](https://github.com/apache/datafusion-python/pull/799) (timsaucer)
43+
44+
## Credits
45+
46+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
47+
48+
```
49+
9 Tim Saucer
50+
4 Michael J Ward
51+
3 dependabot[bot]
52+
2 Andy Grove
53+
```
54+
55+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.
56+
2257
## [39.0.0](https://github.com/apache/datafusion-python/tree/39.0.0) (2024-06-25)
2358

2459
**Merged pull requests:**

dev/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We maintain a `CHANGELOG.md` so our users know what has been changed between rel
6363
The changelog is generated using a Python script:
6464

6565
```bash
66-
$ GITHUB_TOKEN=<TOKEN> ./dev/release/generate-changelog.py apache/datafusion-python 24.0.0 HEAD > dev/changelog/25.0.0.md
66+
$ GITHUB_TOKEN=<TOKEN> ./dev/release/generate-changelog.py 24.0.0 HEAD 25.0.0 > dev/changelog/25.0.0.md
6767
```
6868

6969
This script creates a changelog from GitHub PRs based on the labels associated with them as well as looking for

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ pytest
2323
ruff
2424
toml
2525
importlib_metadata; python_version < "3.8"
26+
PyGitHub

0 commit comments

Comments
 (0)