|
19 | 19 |
|
20 | 20 | # DataFusion Python Changelog
|
21 | 21 |
|
| 22 | +## [42.0.0](https://github.com/apache/datafusion-python/tree/42.0.0) (2024-10-06) |
| 23 | + |
| 24 | +This release consists of 20 commits from 6 contributors. See credits at the end of this changelog for more information. |
| 25 | + |
| 26 | +**Implemented enhancements:** |
| 27 | + |
| 28 | +- feat: expose between [#868](https://github.com/apache/datafusion-python/pull/868) (mesejo) |
| 29 | +- feat: make register_csv accept a list of paths [#883](https://github.com/apache/datafusion-python/pull/883) (mesejo) |
| 30 | +- feat: expose http object store [#885](https://github.com/apache/datafusion-python/pull/885) (mesejo) |
| 31 | + |
| 32 | +**Fixed bugs:** |
| 33 | + |
| 34 | +- fix: Calling `count` on a pyarrow dataset results in an error [#843](https://github.com/apache/datafusion-python/pull/843) (Michael-J-Ward) |
| 35 | + |
| 36 | +**Other:** |
| 37 | + |
| 38 | +- Upgrade datafusion [#867](https://github.com/apache/datafusion-python/pull/867) (emgeee) |
| 39 | +- Feature/aggregates as windows [#871](https://github.com/apache/datafusion-python/pull/871) (timsaucer) |
| 40 | +- Fix regression on register_udaf [#878](https://github.com/apache/datafusion-python/pull/878) (timsaucer) |
| 41 | +- build(deps): upgrade setup-protoc action and protoc version number [#873](https://github.com/apache/datafusion-python/pull/873) (Michael-J-Ward) |
| 42 | +- build(deps): bump prost-types from 0.13.2 to 0.13.3 [#881](https://github.com/apache/datafusion-python/pull/881) (dependabot[bot]) |
| 43 | +- build(deps): bump prost from 0.13.2 to 0.13.3 [#882](https://github.com/apache/datafusion-python/pull/882) (dependabot[bot]) |
| 44 | +- chore: remove XFAIL from passing tests [#884](https://github.com/apache/datafusion-python/pull/884) (Michael-J-Ward) |
| 45 | +- Add user defined window function support [#880](https://github.com/apache/datafusion-python/pull/880) (timsaucer) |
| 46 | +- build(deps): bump syn from 2.0.77 to 2.0.79 [#886](https://github.com/apache/datafusion-python/pull/886) (dependabot[bot]) |
| 47 | +- fix example of reading parquet from s3 [#896](https://github.com/apache/datafusion-python/pull/896) (sir-sigurd) |
| 48 | +- release-testing [#889](https://github.com/apache/datafusion-python/pull/889) (Michael-J-Ward) |
| 49 | +- chore(bench): fix create_tables.sql for tpch benchmark [#897](https://github.com/apache/datafusion-python/pull/897) (Michael-J-Ward) |
| 50 | +- Add physical and logical plan conversion to and from protobuf [#892](https://github.com/apache/datafusion-python/pull/892) (timsaucer) |
| 51 | +- Feature/instance udfs [#890](https://github.com/apache/datafusion-python/pull/890) (timsaucer) |
| 52 | +- chore(ci): remove Mambaforge variant from CI [#894](https://github.com/apache/datafusion-python/pull/894) (Michael-J-Ward) |
| 53 | +- Use OnceLock to store TokioRuntime [#895](https://github.com/apache/datafusion-python/pull/895) (Michael-J-Ward) |
| 54 | + |
| 55 | +## Credits |
| 56 | + |
| 57 | +Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor. |
| 58 | + |
| 59 | +``` |
| 60 | + 7 Michael J Ward |
| 61 | + 5 Tim Saucer |
| 62 | + 3 Daniel Mesejo |
| 63 | + 3 dependabot[bot] |
| 64 | + 1 Matt Green |
| 65 | + 1 Sergey Fedoseev |
| 66 | +``` |
| 67 | + |
| 68 | +Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release. |
| 69 | + |
22 | 70 | ## [41.0.0](https://github.com/apache/datafusion-python/tree/41.0.0) (2024-09-09)
|
23 | 71 |
|
24 | 72 | This release consists of 19 commits from 6 contributors. See credits at the end of this changelog for more information.
|
@@ -63,7 +111,6 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
|
63 | 111 |
|
64 | 112 | Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.
|
65 | 113 |
|
66 |
| - |
67 | 114 | ## [40.0.0](https://github.com/apache/datafusion-python/tree/40.0.0) (2024-08-09)
|
68 | 115 |
|
69 | 116 | This release consists of 18 commits from 4 contributors. See credits at the end of this changelog for more information.
|
|
0 commit comments