SOLR-10651: binomialCoefficient Stream Evaluator to CHANGES.txt

This commit is contained in:
Joel Bernstein 2017-10-09 19:55:40 -04:00
parent 4fbfc81cf5
commit f2d1a997dd
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ New Features
* SOLR-11354: Add factorial and movingMedian Stream Evaluators (Joel Bernstein)
* SOLR-11377: Add expMovingAverage (exponential moving average) Stream Evaluator (Mathew Skaria, Joel Bernstein)
* SOLR-11377: Add expMovingAverage (exponential moving average) and binomialCoefficient Stream Evaluators
(Mathew Skaria, Joel Bernstein)
* SOLR-11388: Add monteCarlo Stream Evaluator to support Monte Carlo simulations (Joel Bernstein)