Menu

SVN archive Commit Log


Commit Date  
[r191] (HEAD) by bugman

Update for the release checklist document - increased the sectioning depth for the minfx new items.

2015-10-20 08:35:35 Tree
[r190] by bugman

Updated the API documentation at http://home.gna.org/minfx/ to version 1.0.12.

2015-10-20 08:24:19 Tree
[r189] by bugman

Updated the version numbers to minfx 1.0.12.

2015-10-20 08:20:06 Tree
[r188] by bugman

Backported the 1.0.12 tag CHANGES file to trunk.

The command used was:
svn merge -r186:187 svn+ssh://bugman@.../svn/minfx/tags/1.0.12 .

2015-10-20 08:19:32 Tree
[r187] by bugman

Updated the CHANGES file for minfx 1.0.12.

2015-10-20 08:18:41 Tree
[r186] by bugman

Minfx version 1.0.12.

This is a release preparing for future numpy changes. From numpy >= 1.9, a FutureWarning is emitted
whenever the comparison operators '==' and '!=' are used. The behaviour of the operators will
change for numpy objects in the future, and therefore these were replaced with 'is' and 'is not'.

2015-10-20 08:16:32 Tree
[r185] by bugman

Updated minfx to protect against future changes occurring in the numpy Python package.

From numpy version 1.9, the FutureWarning "__main__:1: FutureWarning: comparison to `None` will
result in an elementwise object comparison in the future." is seen in a number of minfx's
optimisation algorithms, and in all of the constraint algorithms.

The issue is that the behaviour of the comparison operators '==' and '!=' will change with future
numpy versions. These have been replaced with 'is' and 'is not' throughout.

2015-10-16 13:54:51 Tree
[r184] by bugman

Updated the API documentation for minfx 1.0.11.

2014-09-23 07:46:38 Tree
[r183] by bugman

Updated the version numbers to 1.0.11.

2014-09-23 07:44:23 Tree
[r182] by bugman

Backported the 1.0.11 tag CHANGES file to trunk.

The command used was:
svn merge -r180:181 svn+ssh://bugman@.../svn/minfx/tags/1.0.11 .

2014-09-23 07:42:57 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.