|
19 | 19 |
|
20 | 20 | # DataFusion Python Changelog
|
21 | 21 |
|
| 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 | + |
22 | 57 | ## [39.0.0](https://github.com/apache/datafusion-python/tree/39.0.0) (2024-06-25)
|
23 | 58 |
|
24 | 59 | **Merged pull requests:**
|
|
0 commit comments