10000 Update version and generate changelog (#901) · kylebarron/datafusion-python@af2d665 · GitHub
[go: up one dir, main page]

Skip to content

Commit af2d665

Browse files
authored
Update version and generate changelog (apache#901)
1 parent 6c8292f commit af2d665

File tree

3 files changed

+131
-96
lines changed

3 files changed

+131
-96
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,54 @@
1919

2020
# DataFusion Python Changelog
2121

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+
2270
## [41.0.0](https://github.com/apache/datafusion-python/tree/41.0.0) (2024-09-09)
2371

2472
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
63111

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

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

69116
This release consists of 18 commits from 4 contributors. See credits at the end of this changelog for more information.

0 commit comments

Comments
 (0)
0