You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2020/08/06 18:18:55 UTC

[madlib] branch master updated (4daecd6 -> 60a9d59)

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

okislal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.


    from 4daecd6  Graph: Fix handling of bigint columns
     add 60a9d59  Various: Do not drop output tables

No new revisions were added by this update.

Summary of changes:
 .../postgres/modules/assoc_rules/assoc_rules.py_in | 238 ++++++++++-----------
 .../modules/assoc_rules/test/assoc_rules.sql_in    |   5 +
 src/ports/postgres/modules/glm/glm.py_in           |   1 -
 src/ports/postgres/modules/glm/ordinal.py_in       |   1 -
 src/ports/postgres/modules/pca/pca_project.py_in   |   3 -
 src/ports/postgres/modules/regress/logistic.py_in  |   2 -
 .../postgres/modules/summary/Summarizer.py_in      |   7 +-
 .../postgres/modules/summary/test/summary.sql_in   |   3 +
 .../postgres/modules/utilities/validate_args.py_in |   5 +
 9 files changed, 131 insertions(+), 134 deletions(-)