From 784d6b391fa6f0e372de0836732c3f773574587b Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 1 May 2014 11:12:12 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1591603 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7cb239d5b..1e392d2a9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,7 @@ This is a minor release: It combines bug fixes and new features. way such as to allow drop-in replacement of the v3.x JAR file. Most notable among the new features are: - Framework for creating artifical neural nets, self organizing feature maps, + Framework for creating artificial neural nets, self organizing feature maps, computational geometry algorithms (convex hull, enclosing ball), performance improvements of the linear simplex solver, refactoring of curve fitters, low-discrepancy random generators (sobol, halton), least-squares fitting.