You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/05/05 16:13:33 UTC

[arrow-site] branch master updated: Fix Python Notes markdown

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

lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d041504  Fix Python Notes markdown
     new 1ed2a55  Merge pull request #111 from dianaclarke/fix-python-notes
d041504 is described below

commit d04150406ae395275ffa6014b442418d9c90aef6
Author: Diana Clarke <di...@gmail.com>
AuthorDate: Wed May 5 09:55:59 2021 -0600

    Fix Python Notes markdown
---
 _posts/2021-04-26-4.0.0-release.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_posts/2021-04-26-4.0.0-release.md b/_posts/2021-04-26-4.0.0-release.md
index 5d7b73a..c885f3e 100644
--- a/_posts/2021-04-26-4.0.0-release.md
+++ b/_posts/2021-04-26-4.0.0-release.md
@@ -188,6 +188,7 @@ Java now supports IPC buffer compression (ZSTD is recommended as the current per
 * The Arrow JS module is now tree-shakeable.
 * Iterating over Tables or Vectors is ~2X faster. [Demo](https://observablehq.com/@domoritz/arrow-js-3-vs-4-iterator)
 * The default bundles use modern JS.
+
 ## Python notes
 
 - Limited support for writing out CSV files (only types that have cast implementation to String) is now available.