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 2015/08/10 20:03:38 UTC

incubator-datafu git commit: Update changes.md with summary of changes since last release (1.2.0)

Repository: incubator-datafu
Updated Branches:
  refs/heads/master 433994c47 -> b921ca57a


Update changes.md with summary of changes since last release (1.2.0)


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

Branch: refs/heads/master
Commit: b921ca57a06f6e7d6435ee53692aa1be42a16422
Parents: 433994c
Author: Matthew Hayes <ma...@gmail.com>
Authored: Mon Aug 10 11:03:22 2015 -0700
Committer: Matthew Hayes <ma...@gmail.com>
Committed: Mon Aug 10 11:03:22 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/b921ca57/changes.md
----------------------------------------------------------------------
diff --git a/changes.md b/changes.md
index 619e7f7..c0be93b 100644
--- a/changes.md
+++ b/changes.md
@@ -1,3 +1,61 @@
+# 1.3.0 (upcoming release)
+
+Additions:
+
+* New UDFs for entropy and weighted sampling algorithms (DATAFU-2, DATAFU-26)
+* Updated SimpleRandomSample to be consistent with SimpleRandomSampleWithReplacement (DATAFU-5)
+* Created OpenNLP UDF wrappers (DATAFU-8)
+* Created RandomUUID UDF (DATAFU-18)
+* Added LSH implementation (DATAFU-37)
+* Added Base64Encode/Decode (DATAFU-52)
+* URLInfo UDF (DATAFU-62)
+* Created SelectFieldByName UDF (DATAFU-69)
+* Added generic BagJoin that supports inner, left, and full outer joins (DATAFU-70)
+* Added ZipBags UDF which can zip and arbitrary number of bags into one (DATAFU-79)
+* Hadoop 2.0 compatibility (DATAFU-58)
+* Created TupleFromBag.java file (DATAFU-92)
+
+Improvements:
+
+* Simplified BagGroup output (DATAFU-42)
+
+Changes:
+
+* StagedOutputJob no longer writes counters by default (DATAFU-35)
+
+Fixes:
+
+* ReservoirSample does not behave as expected when grouping by a key other than ALL (DATAFU-11)
+* DistinctBy does not work correctly on strings containing minuses (DATAFU-31)
+* Hourglass does not honor "fail on missing" in all cases (DATAFU-35)
+* Hash UDFs return zero-padded strings of uniform length even when leading bits are zero (DATAFU 46)
+* UDF examples work again (DATAFU-49)
+* SampleByKey can throw NullPointerException (DATAFU-68)
+
+Build system:
+
+* Removed legacy checked in jars (DATAFU-55)
+* Updated to use Pig 0.12.1 (DATAFU-10)
+* Switched from Ant to Gradle 1.12 (DATAFU-27, DATAFU-44, DATAFU-43, DATAFU-66)
+* Removed checked in jars, download where necessary (DATAFU-55, DATAFU-55)
+* Fixed test.sh to use gradlew (DATAFU-77)
+
+Release related:
+
+* NOTICE updated with dependencies used or shipped with DataFu.
+* Apache license headers added to all necessary files (DATAFU-4, DATAFU-75)
+* Added doap file (DATAFU-36)
+* Source tarball generation, gradle bootstrapping, and release instructions (DATAFU-57, DATAFU-78, DATAFU-72)
+* Removed author tags (DATAFU-74)
+* Resolved issues with build-plugin directory (DATAFU-76)
+* Used Apache RAT to verify correct file headers (DATAFU-73, DATAFU-84)
+
+Documentation related:
+
+* New website (DATAFU-20, etc.)
+* StreamingQuantile PDF link is broken (DATAFU-29)
+* README file updated
+
 # 1.2.0
 
 Additions: