This is an automated email from the ASF dual-hosted git repository.
myui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git.
from ab1ce5d Renamed map_index UDF to map_get
new 763aa56 Applied refactoring and documentation improvement
new 29147ef Refined tutorial documents
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/hivemall/tools/map/MapGetUDF.java | 6 +-
.../java/hivemall/tools/map/MapKeyValuesUDF.java | 4 +-
.../java/hivemall/tools/map/MergeMapsUDAF.java | 2 +-
.../main/java/hivemall/tools/map/UDAFToMap.java | 13 ++++-
.../main/java/hivemall/tools/math/IsFiniteUDF.java | 3 +-
.../main/java/hivemall/tools/math/L2NormUDAF.java | 10 +++-
core/src/main/java/hivemall/tools/math/NanUDF.java | 3 +-
.../hivemall/tools/math/SigmoidGenericUDF.java | 16 ++++-
.../hivemall/tools/matrix/TransposeAndDotUDAF.java | 68 +++++++++++++---------
.../java/hivemall/docs/FuncsListGeneratorMojo.java | 3 +-
10 files changed, 89 insertions(+), 39 deletions(-)