Skip to content

Commit 7dfe6ea

Browse files
chore: update changelog for 42.1.0 release
1 parent 917b03d commit 7dfe6ea

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

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

2020
# DataFusion Python Changelog
2121

22+
## [42.1.0](https://github.com/apache/datafusion-python/tree/42.1.0) (2024-10-22)
23+
24+
This release consists of 14 commits from 6 contributors. See credits at the end of this changelog for more information.
25+
26+
**Implemented enhancements:**
27+
28+
- feat: expose `drop` method [#913](https://github.com/apache/datafusion-python/pull/913) (ion-elgreco)
29+
- feat: expose `join_on` [#914](https://github.com/apache/datafusion-python/pull/914) (ion-elgreco)
30+
- feat: add fill_null/nan expressions [#919](https://github.com/apache/datafusion-python/pull/919) (ion-elgreco)
31+
- feat: add `with_columns` [#909](https://github.com/apache/datafusion-python/pull/909) (ion-elgreco)
32+
- feat: add `cast` to DataFrame [#916](https://github.com/apache/datafusion-python/pull/916) (ion-elgreco)
33+
- feat: add `head`, `tail` methods [#915](https://github.com/apache/datafusion-python/pull/915) (ion-elgreco)
34+
35+
**Fixed bugs:**
36+
37+
- fix: remove use of deprecated `make_scalar_function` [#906](https://github.com/apache/datafusion-python/pull/906) (Michael-J-Ward)
38+
39+
**Other:**
40+
41+
- Ts/minor updates release process [#903](https://github.com/apache/datafusion-python/pull/903) (timsaucer)
42+
- build(deps): bump pyo3 from 0.22.3 to 0.22.4 [#910](https://github.com/apache/datafusion-python/pull/910) (dependabot[bot])
43+
- refactor: `from_arrow` use protocol typehints [#917](https://github.com/apache/datafusion-python/pull/917) (ion-elgreco)
44+
- Change requires-python version in pyproject.toml [#924](https://github.com/apache/datafusion-python/pull/924) (kosiew)
45+
- chore: deprecate `select_columns` [#911](https://github.com/apache/datafusion-python/pull/911) (ion-elgreco)
46+
- build(deps): bump uuid from 1.10.0 to 1.11.0 [#927](https://github.com/apache/datafusion-python/pull/927) (dependabot[bot])
47+
48+
## Credits
49+
50+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
51+
52+
```
53+
8 Ion Koutsouris
54+
2 dependabot[bot]
55+
1 Michael J Ward
56+
1 Michael-J-Ward
57+
1 Tim Saucer
58+
1 kosiew
59+
```
60+
61+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.
62+
2263
## [42.0.0](https://github.com/apache/datafusion-python/tree/42.0.0) (2024-10-06)
2364

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

0 commit comments

Comments
 (0)