This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch release-2.34.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.34.0 by this push:
     new 1c0174e  Merge pull request #15631 from 
TheNeuralBit/dataframe-changes-update
     new 2876f6b  Merge pull request #15710 from 
TheNeuralBit/cp-dataframe-changes
1c0174e is described below

commit 1c0174ecca4c917c2e50ce84d39fd507e7939d69
Author: Kyle Weaver <kcwea...@google.com>
AuthorDate: Fri Oct 8 13:35:05 2021 -0700

    Merge pull request #15631 from TheNeuralBit/dataframe-changes-update
    
    Minor: Add DataFrame changes to CHANGES.md
---
 CHANGES.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index a7bf99b..44adea5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -69,6 +69,10 @@
 
 * X feature added (Java/Python) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
 * Upgrade to Calcite 1.26.0 
([BEAM-9379](https://issues.apache.org/jira/browse/BEAM-9379)).
+* Added a new `dataframe` extra to the Python SDK that tracks `pandas` versions
+  we've verified compatibility with. We now recommend installing Beam with `pip
+  install apache-beam[dataframe]` when you intend to use the DataFrame API
+  ([BEAM-12906](https://issues.apache.org/jira/browse/BEAM-12906)).
 
 ## Breaking Changes
 
@@ -84,8 +88,8 @@
 ## Bugfixes
 
 * Fixed X (Java/Python) 
([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
-* Fixed error while writing multiple DeferredFrames to csv (Python)
-([BEAM-12701](https://issues.apache.org/jira/browse/BEAM-12701)).
+* Fixed error while writing multiple DeferredFrames to csv (Python) 
([BEAM-12701](https://issues.apache.org/jira/browse/BEAM-12701)).
+* Fixed error when importing the DataFrame API with pandas 1.0.x installed 
([BEAM-12945](https://issues.apache.org/jira/browse/BEAM-12945)).
 * Fixed top.SmallestPerKey implementation in the Go SDK 
([BEAM-12946](https://issues.apache.org/jira/browse/BEAM-12946)).
 
 ## Known Issues

Reply via email to