You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2017/12/05 15:11:50 UTC

lucene-solr:branch_7x: SOLR-10784, SOLR-10651: Update CHANGES.txt for new statistical and machine learning functions

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x f7ecc4551 -> 1f3236537


SOLR-10784, SOLR-10651: Update CHANGES.txt for new statistical and machine learning functions


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1f323653
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1f323653
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1f323653

Branch: refs/heads/branch_7x
Commit: 1f32365373e61627fffdf67e3d3114e25f18e517
Parents: f7ecc45
Author: Joel Bernstein <jb...@apache.org>
Authored: Tue Dec 5 10:05:40 2017 -0500
Committer: Joel Bernstein <jb...@apache.org>
Committed: Tue Dec 5 10:10:33 2017 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1f323653/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 687521c..fffe304 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -105,6 +105,41 @@ New Features
 * SOLR-11662: New synonymQueryStyle option to configure whether SynonymQuery, a DisjunctionMaxQuery, or BooleanQuery
   occurs over query terms that overlap their position. (Doug Turnbull, David Smiley)
 
+* SOLR-11429: Add loess Stream Evaluator to support local regression (Joel Bernstein)
+
+* SOLR-11568: Add matrix Stream Evaluator to support efficient matrix operations (Joel Bernstein)
+
+* SOLR-11566: Add transpose Stream Evaluator to support transposing of matrices (Joel Bernstein)
+
+* SOLR-11565: Add unit Stream Evaluator to support unitizing of vectors (Joel Bernstein)
+
+* SOLR-11567: Add triangularDistribution Stream Evaluator (Joel Bernstein)
+
+* SOLR-11593: Add support for covariance matrices to the cov Stream Evaluator (Joel Bernstein)
+
+* SOLR-10680: Add minMaxScale Stream Evaluator (Joel Bernstein)
+
+* SOLR-11599: Change normalize function to standardize and make it work with matrices (Joel Bernstein)
+
+* SOLR-11602: Add Markov Chain Stream Evaluator (Joel Bernstein)
+
+* SOLR-11607: Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd,
+  scalarSubtract Stream Evaluators (Joel Bernstein)
+
+* SOLR-11571: Add diff Stream Evaluator to support time series differencing (Mathew Skaria, Joel Bernstein)
+
+* SOLR-11570: Add support for correlation matrices to the corr Stream Evaluator (Joel Bernstein)
+
+* SOLR-11569: Add support for distance matrices to the distance Stream Evaluator (Joel Bernstein)
+
+* SOLR-11674: Support ranges in the probability Stream Evaluator (Joel Bernstein)
+
+* SOLR-11680: Add normalizeSum Stream Evaluator (Joel Bernstein)
+
+* SOLR-11697: Add geometricDistribution Stream Evaluator (Joel Bernstein)
+
+* SOLR-11485: Add olsRegress, spline and derivative Stream Evaluators (Joel Bernstein)
+
 Bug Fixes
 ----------------------