|
| 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 | + |
0 commit comments