From commits-return-129526-archive-asf-public=cust-asf.ponee.io@mxnet.apache.org Sat Aug 1 00:08:32 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 6C361180647 for ; Sat, 1 Aug 2020 02:08:32 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id A20731250EE for ; Sat, 1 Aug 2020 00:08:31 +0000 (UTC) Received: (qmail 60911 invoked by uid 500); 1 Aug 2020 00:08:31 -0000 Mailing-List: contact commits-help@mxnet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.apache.org Delivered-To: mailing list commits@mxnet.apache.org Received: (qmail 60902 invoked by uid 99); 1 Aug 2020 00:08:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2020 00:08:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 59AE78242E; Sat, 1 Aug 2020 00:08:31 +0000 (UTC) Date: Sat, 01 Aug 2020 00:08:17 +0000 To: "commits@mxnet.apache.org" Subject: [incubator-mxnet] branch master updated (08a5ee3 -> 5a22193) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159624049160.23570.2678847065282719980@gitbox.apache.org> From: haibin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-mxnet X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 08a5ee33319990db56d53abf3cf2bf46b91fa705 X-Git-Newrev: 5a22193b5588848a2c0879ea17b4d7a0bcfdddc7 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 08a5ee3 fix gelu to use erf based algorithm (#18827) add 5a22193 [NumPy] allow mixed array types (#18562) No new revisions were added by this update. Summary of changes: python/mxnet/numpy/multiarray.py | 35 +++++++++++++++++------------ tests/python/unittest/test_numpy_ndarray.py | 20 +++++++++++++++++ 2 files changed, 41 insertions(+), 14 deletions(-)