Menu

SVN archive Commit Log


Commit Date  
[r33] by bugman

Updated the error checking for the change from Numeric to numpy.

2008-04-13 14:56:12 Tree
[r32] by bugman

Spelling correction in a print statement.

2008-04-13 14:39:01 Tree
[r31] by bugman

Renamed all refs to hessian_mods.cholesky() to hessian_mods.cholesky_mod().

2008-04-13 11:51:31 Tree
[r30] by bugman

Module rename to avoid clashes with the numpy cholesky module.

2008-04-13 11:48:48 Tree
[r29] by bugman

The test for the Hessian mod being positive definite has been made more explicit.

The LinAlgError is caught rather than all types of error. This test could be significantly
improved.

2008-04-13 10:39:29 Tree
[r28] by bugman

Bug fix for the change to the numpy.sum() function.

In Numeric the axis keyword argument defaults to 0. In numpy it defaults to None!

2008-01-25 10:57:40 Tree
[r27] by bugman

Bug fix for the numpy.average() function.

In Numeric the axis keyword argument defaults to 0. In numpy it defaults to None!

2008-01-25 10:50:48 Tree
[r26] by bugman

Updated the whole project to version 3 of the GNU General Public License (GPL).

See http://www.gnu.org/licenses/.

2008-01-25 09:48:10 Tree
[r25] by semor

Ordered imports alphabetically.

2008-01-22 01:31:18 Tree
[r24] by bugman

Fixes for bugs caused by the conversion from Numeric to numpy.

The problem was with the take function. In Numeric the axis keyword argument defaults to 0. In
numpy it defaults to None. Therefore all calls to take() where the axis argument was not given was
causing bugs.

2008-01-17 11:38:56 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.