andygrove commented on code in PR #43: URL: https://github.com/apache/datafusion-site/pull/43#discussion_r1885116351
########## content/blog/2024-12-14-datafusion-python-43.1.0.md: ########## @@ -0,0 +1,199 @@ +--- +layout: post +title: Apache DataFusion Python 43.1.0 Released +date: 2024-12-14 +author: timsaucer +categories: [release] +--- +<!-- +{% comment %} +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. +{% endcomment %} +--> + +We are happy to announce that [datafusion-python 43.1.0] has been released. This release +brings in all of the new features of the core [DataFusion 43.0.0] library. Since the last +blog post for [datafusion-python 40.1.0], a large number of improvements have been made +that can be found in the [changelogs]. + +We would like to point out four features that are particularly noteworthy. + +- Arrow PyCapsule import and export +- User-Defined Window Functions +- Foreign Table Providers +- String View performance enhancements + +[DataFusion 43.0.0]: https://github.com/apache/datafusion/blob/main/dev/changelog/43.0.0.md +[datafusion-python 43.1.0]: https://pypi.org/project/datafusion/43.1.0/ +[datafusion-python 40.1.0]: https://datafusion.apache.org/blog/2024/08/20/python-datafusion-40.0.0/ +[changelogs]: https://github.com/apache/datafusion-python/tree/main/dev/changelog + +## Arrow PyCapsule import and export + +Apache has stable C interface for moving data between different libraries, but difficulties Review Comment: ```suggestion Arrow has stable C interface for moving data between different libraries, but difficulties ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org