Skip to content

Commit 93ac6a8

Browse files
authored
Prepare release 44.0.0 (#1009)
1 parent d3c4dab commit 93ac6a8

File tree

5 files changed

+361
-3
lines changed

5 files changed

+361
-3
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 = "43.0.0"
20+
version = "44.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/44.0.0.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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 44.0.0 Changelog
21+
22+
This release consists of 12 commits from 5 contributors. See credits at the end of this changelog for more information.
23+
24+
**Implemented enhancements:**
25+
26+
- feat: support enable_url_table config [#980](https://github.com/apache/datafusion-python/pull/980) (chenkovsky)
27+
- feat: remove DataFusion pyarrow feat [#1000](https://github.com/apache/datafusion-python/pull/1000) (timsaucer)
28+
29+
**Fixed bugs:**
30+
31+
- fix: correct LZ0 to LZO in compression options [#995](https://github.com/apache/datafusion-python/pull/995) (kosiew)
32+
33+
**Other:**
34+
35+
- Add arrow cast [#962](https://github.com/apache/datafusion-python/pull/962) (kosiew)
36+
- Fix small issues in pyproject.toml [#976](https://github.com/apache/datafusion-python/pull/976) (kylebarron)
37+
- chore: set validation and type hint for ffi tableprovider [#983](https://github.com/apache/datafusion-python/pull/983) (ion-elgreco)
38+
- Support async iteration of RecordBatchStream [#975](https://github.com/apache/datafusion-python/pull/975) (kylebarron)
39+
- Chore/upgrade datafusion 44 [#973](https://github.com/apache/datafusion-python/pull/973) (timsaucer)
40+
- Default to ZSTD compression when writing Parquet [#981](https://github.com/apache/datafusion-python/pull/981) (kosiew)
41+
- Feat/use uv python management [#994](https://github.com/apache/datafusion-python/pull/994) (timsaucer)
42+
- minor: Update dependencies prior to release [#999](https://github.com/apache/datafusion-python/pull/999) (timsaucer)
43+
- Apply import ordering in ruff check [#1001](https://github.com/apache/datafusion-python/pull/1001) (timsaucer)
44+
45+
## Credits
46+
47+
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
48+
49+
```
50+
5 Tim Saucer
51+
3 kosiew
52+
2 Kyle Barron
53+
1 Chongchen Chen
54+
1 Ion Koutsouris
55+
```
56+
57+
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.
58+

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ dev = [
8989
"pytest>=7.4.4",
9090
"ruff>=0.9.1",
9191
"toml>=0.10.2",
92+
"pygithub==2.5.0",
9293
]
9394
docs = [
9495
"sphinx>=7.1.2",

0 commit comments

Comments
 (0)