Skip to content

Commit ab748c7

Browse files
committed
Prepare for 47 release
1 parent 94e7ba7 commit ab748c7

File tree

4 files changed

+75
-13
lines changed

4 files changed

+75
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-python"
20-
version = "46.0.0"
20+
version = "47.0.0"
2121
homepage = "https://datafusion.apache.org/python"
2222
repository = "https://github.com/apache/datafusion-python"
2323
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]

dev/changelog/47.0.0.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
# Apache DataFusion Python 47.0.0 Changelog
21+
22+
This release consists of 23 commits from 5 contributors. See credits at the end of this changelog for more information.
23+
24+
**Implemented enhancements:**
25+
26+
- feat: support unparser [#1088](https://github.com/apache/datafusion-python/pull/1088) (chenkovsky)
27+
- feat: update datafusion dependency 47 [#1107](https://github.com/apache/datafusion-python/pull/1107) (timsaucer)
28+
- feat: alias with metadata [#1111](https://github.com/apache/datafusion-python/pull/1111) (chenkovsky)
29+
- feat: add missing PyLogicalPlan to_variant [#1085](https://github.com/apache/datafusion-python/pull/1085) (chenkovsky)
30+
- feat: add user defined table function support [#1113](https://github.com/apache/datafusion-python/pull/1113) (timsaucer)
31+
32+
**Fixed bugs:**
33+
34+
- fix: recursive import [#1117](https://github.com/apache/datafusion-python/pull/1117) (chenkovsky)
35+
36+
**Other:**
37+
38+
- Update changelog and version number [#1089](https://github.com/apache/datafusion-python/pull/1089) (timsaucer)
39+
- Documentation updates: mention correct dataset on basics page [#1081](https://github.com/apache/datafusion-python/pull/1081) (floscha)
40+
- Add Configurable HTML Table Formatter for DataFusion DataFrames in Python [#1100](https://github.com/apache/datafusion-python/pull/1100) (kosiew)
41+
- Add DataFrame usage guide with HTML rendering customization options [#1108](https://github.com/apache/datafusion-python/pull/1108) (kosiew)
42+
- 1075/enhancement/Make col class with __getattr__ [#1076](https://github.com/apache/datafusion-python/pull/1076) (deanm0000)
43+
- 1064/enhancement/add functions to Expr class [#1074](https://github.com/apache/datafusion-python/pull/1074) (deanm0000)
44+
- ci: require approving review [#1122](https://github.com/apache/datafusion-python/pull/1122) (timsaucer)
45+
- Partial fix for 1078: Enhance DataFrame Formatter Configuration with Memory and Display Controls [#1119](https://github.com/apache/datafusion-python/pull/1119) (kosiew)
46+
- Add fill_null method to DataFrame API for handling missing values [#1019](https://github.com/apache/datafusion-python/pull/1019) (kosiew)
47+
- minor: reduce error size [#1126](https://github.com/apache/datafusion-python/pull/1126) (timsaucer)
48+
- Move the udf module to user_defined [#1112](https://github.com/apache/datafusion-python/pull/1112) (timsaucer)
49+
- add unit tests for expression functions [#1121](https://github.com/apache/datafusion-python/pull/1121) (timsaucer)
50+
51+
## Credits
52+
53+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
54+
55+
```
56+
12 Tim Saucer
57+
4 Chen Chongchen
58+
4 kosiew
59+
2 deanm0000
60+
1 Florian Schäfer
61+
```
62+
63+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.
64+

dev/release/README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Before creating a new release:
5656
- a PR should be created and merged to update the major version number of the project
5757
- A new release branch should be created, such as `branch-0.8`
5858

59+
## Preparing a Release Candidate
60+
5961
### Change Log
6062

6163
We maintain a `CHANGELOG.md` so our users know what has been changed between releases.
@@ -76,21 +78,17 @@ Categorizing pull requests
7678
Generating changelog content
7779
```
7880

79-
This process is not fully automated, so there are some additional manual steps:
80-
81-
- Add the ASF header to the generated file
82-
- Add a link to this changelog from the top-level `/datafusion/CHANGELOG.md`
83-
- Add the following content (copy from the previous version's changelog and update as appropriate:
81+
### Update the version number
8482

85-
```
86-
## [24.0.0](https://github.com/apache/datafusion-python/tree/24.0.0) (2023-05-06)
83+
The only place you should need to update the version is in the root `Cargo.toml`.
8784

88-
[Full Changelog](https://github.com/apache/datafusion-python/compare/23.0.0...24.0.0)
89-
```
85+
### Tag the Repository
9086

91-
### Preparing a Release Candidate
87+
Commit the changes to the changelog and version.
9288

93-
### Tag the Repository
89+
Assuming you have set up a remote to the `apache` repository rather than your personal fork,
90+
you need to push a tag to start the CI process for release candidates. The following assumes
91+
the upstream repository is called `apache`.
9492

9593
```bash
9694
git tag 0.8.0-rc1

0 commit comments

Comments
 (0)