This is an automated email from the ASF dual-hosted git repository.
liuyizhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 3463967 change username javelinjs -> yzhliu so as to be more easily
mentioned (#9351)
3463967 is described below
commit 346396764c67093e3e9dcfb5a9f147474b3ef250
Author: Yizhi Liu <[email protected]>
AuthorDate: Mon Jan 8 13:32:28 2018 -0800
change username javelinjs -> yzhliu so as to be more easily mentioned
(#9351)
---
CODEOWNERS | 2 +-
CONTRIBUTORS.md | 4 ++--
scala-package/README.md | 3 ---
scala-package/pom.xml | 22 ----------------------
4 files changed, 3 insertions(+), 28 deletions(-)
diff --git a/CODEOWNERS b/CODEOWNERS
index 8f81ce6..836eb08 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -5,7 +5,7 @@
# Owners of language bindings
/R-package/ @thirdwing
-/scala-package/ @javelinjs
+/scala-package/ @yzhliu
/perl-package/ @sergeykolychev
# CMake owners
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9d8542e..a1a5a5b 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -33,7 +33,7 @@ The committers are the granted write access to the project.
- KK is a R ninja, he makes mxnet available for R users.
* [Tong He](https://github.com/hetong007)
- Tong is the major maintainer of MXNetR, he designs the mxnet interface and
wrote many of the tutorials on R.
-* [Yizhi Liu](https://github.com/javelinjs)
+* [Yizhi Liu](https://github.com/yzhliu)
- Yizhi is the main creator on mxnet scala project to make deep learning
available for JVM stacks.
* [Zixuan Huang](https://github.com/yanqingmen)
- Zixuan is one of major maintainers of mxnet scala package.
@@ -86,7 +86,7 @@ List of Contributors
* [Mathis](https://github.com/sveitser)
* [sennendoko](https://github.com/sennendoko)
* [srand99](https://github.com/srand99)
-* [Yizhi Liu](https://github.com/javelinjs)
+* [Yizhi Liu](https://github.com/yzhliu)
* [Taiyun](https://github.com/taiyun)
* [Yanghao Li](https://github.com/lyttonhao)
* [Nan Zhu](https://github.com/CodingCat)
diff --git a/scala-package/README.md b/scala-package/README.md
index 35fb9d9..785bb39 100644
--- a/scala-package/README.md
+++ b/scala-package/README.md
@@ -179,9 +179,6 @@ val acc = numCorrect.toFloat / numInst
println(s"Final accuracy = $acc")
```
-You can refer to [MXNet Scala Package
Examples](https://github.com/javelinjs/mxnet-scala-example)
-for more information about how to integrate MXNet Scala Package into your own
project.
-
Release
-------
- Version 0.1.1, March 24, 2016.
diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 4712b82..07a22e8 100644
--- a/scala-package/pom.xml
+++ b/scala-package/pom.xml
@@ -25,28 +25,6 @@
<url>https://github.com/apache/incubator-mxnet</url>
</scm>
- <developers>
- <developer>
- <name>Yizhi Liu</name>
- <id>javelinjs</id>
- <email>[email protected]</email>
- <organization>DMLC</organization>
- <organizationUrl>http://dmlc.ml</organizationUrl>
- </developer>
- <developer>
- <name>Zixuan Huang</name>
- <email>[email protected]</email>
- <organization>DMLC</organization>
- <organizationUrl>http://dmlc.ml</organizationUrl>
- </developer>
- <developer>
- <name>Yuan Tang</name>
- <email>[email protected]</email>
- <organization>DMLC</organization>
- <organizationUrl>http://dmlc.ml</organizationUrl>
- </developer>
- </developers>
-
<properties>
<scala.version>2.11.8</scala.version>
<scala.binary.version>2.11</scala.binary.version>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].