Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/165#discussion_r133772221 --- Diff: src/madpack/changelist.yaml --- @@ -9,27 +9,39 @@ # file installed on the upgrade version. All other files (that don't have # updates), are cleaned up to remove object replacements new module: - # ----------------- Changes from 1.10.0 to 1.11 -------- - pagerank: + # ----------------- Changes from 1.11 to 1.12 -------- + mlp: + apsp: + bfs: + measures: + wcc: + stratified_sample: # Changes in the types (UDT) including removal and modification udt: - # List of the UDF changes that affect the user externally. This includes change # in function name, return type, argument order or types, or removal of # the function. In each case, the original function is as good as removed and a # new function is created. In such cases, we should abort the upgrade if there # are user views dependent on this function, since the original function will # not be present in the upgraded version. udf: - # ----------------- Changes from 1.10.0 to 1.11 ---------- - - __build_tree: + # ----------------- Changes from 1.11 to 1.12 ---------- + - tree_train: --- End diff -- Yes
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---