blob: 3b9ff84ff9e1b79f18ce57a1812afd917af6c184 [file] [log] [blame] [view]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# Apache DataFusion Python 50.1.0 Changelog
This release consists of 11 commits from 7 contributors. See credits at the end of this changelog for more information.
**Breaking changes:**
- Unify Table representations [#1256](https://github.com/apache/datafusion-python/pull/1256) (timsaucer)
**Implemented enhancements:**
- feat: expose DataFrame.write_table [#1264](https://github.com/apache/datafusion-python/pull/1264) (timsaucer)
- feat: expose` DataFrame.parse_sql_expr` [#1274](https://github.com/apache/datafusion-python/pull/1274) (milenkovicm)
**Other:**
- Update version number, add changelog [#1249](https://github.com/apache/datafusion-python/pull/1249) (timsaucer)
- Fix drop() method to handle quoted column names consistently [#1242](https://github.com/apache/datafusion-python/pull/1242) (H0TB0X420)
- Make Session Context `pyclass` frozen so interior mutability is only managed by rust [#1248](https://github.com/apache/datafusion-python/pull/1248) (ntjohnson1)
- macos-13 is deprecated [#1259](https://github.com/apache/datafusion-python/pull/1259) (kevinjqliu)
- Freeze PyO3 wrappers & introduce interior mutability to avoid PyO3 borrow errors [#1253](https://github.com/apache/datafusion-python/pull/1253) (kosiew)
- chore: update dependencies [#1269](https://github.com/apache/datafusion-python/pull/1269) (timsaucer)
## Credits
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
```
4 Tim Saucer
2 Siew Kam Onn
1 H0TB0X420
1 Kevin Liu
1 Marko Milenković
1 Nick
1 kosiew
```
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.