You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2021/10/08 20:36:24 UTC

[beam] branch master updated: Add DataFrame changes to CHANGES.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 628b2df  Add DataFrame changes to CHANGES.md
     new 2bcfb68  Merge pull request #15631 from TheNeuralBit/dataframe-changes-update
628b2df is described below

commit 628b2df1c84e397c88e519aec244f583148559ef
Author: Brian Hulette <bh...@google.com>
AuthorDate: Thu Sep 30 16:16:57 2021 -0700

    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 1c132df..fa78b52 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -67,6 +67,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
 
@@ -80,8 +84,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