|
| 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 50.1.0 Changelog |
| 21 | + |
| 22 | +This release consists of 11 commits from 7 contributors. See credits at the end of this changelog for more information. |
| 23 | + |
| 24 | +**Breaking changes:** |
| 25 | + |
| 26 | +- Unify Table representations [#1256](https://github.com/apache/datafusion-python/pull/1256) (timsaucer) |
| 27 | + |
| 28 | +**Implemented enhancements:** |
| 29 | + |
| 30 | +- feat: expose DataFrame.write_table [#1264](https://github.com/apache/datafusion-python/pull/1264) (timsaucer) |
| 31 | +- feat: expose` DataFrame.parse_sql_expr` [#1274](https://github.com/apache/datafusion-python/pull/1274) (milenkovicm) |
| 32 | + |
| 33 | +**Other:** |
| 34 | + |
| 35 | +- Update version number, add changelog [#1249](https://github.com/apache/datafusion-python/pull/1249) (timsaucer) |
| 36 | +- Fix drop() method to handle quoted column names consistently [#1242](https://github.com/apache/datafusion-python/pull/1242) (H0TB0X420) |
| 37 | +- Make Session Context `pyclass` frozen so interior mutability is only managed by rust [#1248](https://github.com/apache/datafusion-python/pull/1248) (ntjohnson1) |
| 38 | +- macos-13 is deprecated [#1259](https://github.com/apache/datafusion-python/pull/1259) (kevinjqliu) |
| 39 | +- Freeze PyO3 wrappers & introduce interior mutability to avoid PyO3 borrow errors [#1253](https://github.com/apache/datafusion-python/pull/1253) (kosiew) |
| 40 | +- chore: update dependencies [#1269](https://github.com/apache/datafusion-python/pull/1269) (timsaucer) |
| 41 | + |
| 42 | +## Credits |
| 43 | + |
| 44 | +Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor. |
| 45 | + |
| 46 | +``` |
| 47 | + 4 Tim Saucer |
| 48 | + 2 Siew Kam Onn |
| 49 | + 1 H0TB0X420 |
| 50 | + 1 Kevin Liu |
| 51 | + 1 Marko Milenković |
| 52 | + 1 Nick |
| 53 | + 1 kosiew |
| 54 | +``` |
| 55 | + |
| 56 | +Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release. |
| 57 | + |
0 commit comments