You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/06/07 19:45:07 UTC

[incubator-mxnet] branch v1.5.x updated (81eab0c -> bcff498)

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

zhasheng pushed a change to branch v1.5.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


 discard 81eab0c  update LICENSE (#15128) (#15174)
     add 6c00a5a  update LICENSE (#15128)
     add 77da1e2  add cast_dtype option to load parameters (#15168)
     add eaacbaf  Fix Scala release (#15155)
     add 0337451  Python test failures under windows now report the exit code (#15147)
     add bcff498  reenable two unit tests (#15116)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (81eab0c)
            \
             N -- N -- N   refs/heads/v1.5.x (bcff498)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ci/windows/test_py2_cpu.ps1                        |   6 +-
 ci/windows/test_py2_gpu.ps1                        |  10 +-
 ci/windows/test_py3_cpu.ps1                        |   6 +-
 ci/windows/test_py3_gpu.ps1                        |  10 +-
 python/mxnet/gluon/block.py                        |   9 +-
 python/mxnet/gluon/parameter.py                    |  14 +-
 scala-package/deploy/pom.xml                       |  50 +------
 scala-package/externalPom/pom.xml                  | 152 +++++++++++++++++++++
 .../src/main/deploy/deploy.xml                     |   0
 scala-package/pom.xml                              |   2 +
 tests/python/unittest/test_gluon.py                |   9 ++
 tests/python/unittest/test_operator.py             |   2 -
 12 files changed, 202 insertions(+), 68 deletions(-)
 create mode 100644 scala-package/externalPom/pom.xml
 rename scala-package/{deploy => externalPom}/src/main/deploy/deploy.xml (100%)