You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2018/01/12 02:39:57 UTC

incubator-datafu git commit: Update changes.md for 1.3.3 release

Repository: incubator-datafu
Updated Branches:
  refs/heads/1.3.3 ca459d73d -> 1d50a8e0c


Update changes.md for 1.3.3 release


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/1d50a8e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/1d50a8e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/1d50a8e0

Branch: refs/heads/1.3.3
Commit: 1d50a8e0ce5a0d6be5c525ed0b004fb0aeb07de9
Parents: ca459d7
Author: Matthew Hayes <mh...@apache.org>
Authored: Thu Jan 11 18:39:51 2018 -0800
Committer: Matthew Hayes <mh...@apache.org>
Committed: Thu Jan 11 18:39:51 2018 -0800

----------------------------------------------------------------------
 changes.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/1d50a8e0/changes.md
----------------------------------------------------------------------
diff --git a/changes.md b/changes.md
index 7bd6f7d..b175a92 100644
--- a/changes.md
+++ b/changes.md
@@ -1,3 +1,20 @@
+# 1.3.3
+
+Additions:
+
+* UDF for hash functions such as murmur3 and others. (DATAFU-47)
+* UDF for diffing tuples. (DATAFU-119)
+* Support for macros in DataFu.  Macros count_all_non_distinct and count_distinct_keys were added. (DATAFU-123)
+* Macro for TFIDF. (DATAFU-61)
+
+Improvements:
+
+* Added lifecylce hooks to ContextualEvalFunc. (DATAFU-50)
+* SessionCount and Sessionize now support millisecond precision. (DATAFU-124)
+* Upgraded to Guava 20.0. (DATAFU-48)
+* Updated Gradle to 3.5.1. (DATAFU-125)
+* Rat tasks automatically run during assemble. (DATAFU-118)
+
 # 1.3.2
 
 Improvements: