File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# DataFusion Python Changelog
21
21
22
- ## [ 38.0.0] ( https://github.com/apache/datafusion-python/tree/38.0.0 ) (2024-05-16)
22
+ ## [ 39.0.0] ( https://github.com/apache/datafusion-python/tree/39.0.0 ) (2024-06-25)
23
+
24
+ ** Merged pull requests:**
25
+
26
+ - ci: add substrait feature to linux builds [ #720 ] ( https://github.com/apache/datafusion-python/pull/720 ) (Michael-J-Ward)
27
+ - Docs deploy action [ #721 ] ( https://github.com/apache/datafusion-python/pull/721 ) (Michael-J-Ward)
28
+ - update deps [ #723 ] ( https://github.com/apache/datafusion-python/pull/723 ) (Michael-J-Ward)
29
+ - Upgrade maturin [ #725 ] ( https://github.com/apache/datafusion-python/pull/725 ) (Michael-J-Ward)
30
+ - Upgrade datafusion 39 [ #728 ] ( https://github.com/apache/datafusion-python/pull/728 ) (Michael-J-Ward)
31
+ - use ScalarValue::to_pyarrow to convert to python object [ #731 ] ( https://github.com/apache/datafusion-python/pull/731 ) (Michael-J-Ward)
32
+ - Pyo3 ` Bound<'py, T> ` api [ #734 ] ( https://github.com/apache/datafusion-python/pull/734 ) (Michael-J-Ward)
33
+ - github test action: drop python 3.7, add python 3.12 [ #736 ] ( https://github.com/apache/datafusion-python/pull/736 ) (Michael-J-Ward)
34
+ - Pyarrow filter pushdowns [ #735 ] ( https://github.com/apache/datafusion-python/pull/735 ) (Michael-J-Ward)
35
+ - build(deps): bump syn from 2.0.66 to 2.0.67 [ #738 ] ( https://github.com/apache/datafusion-python/pull/738 ) (dependabot[ bot] )
36
+ - Pyo3 refactorings [ #740 ] ( https://github.com/apache/datafusion-python/pull/740 ) (Michael-J-Ward)
37
+ - UDAF ` sum ` workaround [ #741 ] ( https://github.com/apache/datafusion-python/pull/741 ) (Michael-J-Ward)
38
+
39
+ ## [ 38.0.1] ( https://github.com/apache/datafusion-python/tree/38.0.1 ) (2024-05-25)
<
4757
tr class="diff-line-row">23
40
24
41
** Implemented enhancements:**
25
42
You can’t perform that action at this time.
0 commit comments