Starting writing systematic tests for wrapped functions (see my projects.td). |
|
More...
|
almost 12 years ago
|
More explicit docstring: wrap() gives a drop-in replacement for a function. |
|
More...
|
almost 12 years ago
|
Fixed bug (not yet observed). |
|
More...
|
almost 12 years ago
|
Fixed test. |
|
More...
|
almost 12 years ago
|
Fixed test. |
|
More...
|
almost 12 years ago
|
More consistent code. |
|
More...
|
almost 12 years ago
|
Better code layout. |
|
More...
|
almost 12 years ago
|
One additional test passes. |
|
More...
|
almost 12 years ago
|
More robust code. |
|
More...
|
almost 12 years ago
|
Tests pass, except for one error. |
|
More...
|
almost 12 years ago
|
Removed debugging comment. |
|
More...
|
almost 12 years ago
|
Fixed bug. |
|
More...
|
almost 12 years ago
|
Removed obsolete debugging print. |
|
More...
|
almost 12 years ago
|
Fixed bug. |
|
More...
|
almost 12 years ago
|
Fixed and augmented docstring. |
|
More...
|
almost 12 years ago
|
Fixed tests. |
|
More...
|
almost 12 years ago
|
Fixed testing bug. |
|
More...
|
almost 12 years ago
|
Fixed bug: unspecified derivatives for keyword parameters were not converted to partial derivatives. |
|
More...
|
almost 12 years ago
|
Fixed bug. |
|
More...
|
almost 12 years ago
|
Added tests that check that user-supplied derivatives are indeed called. |
|
More...
|
almost 12 years ago
|
Fixed typo. |
|
More...
|
almost 12 years ago
|
Better comment. |
|
More...
|
almost 12 years ago
|
Fixed identical name for two quantities. |
|
More...
|
almost 12 years ago
|
Added: keyword arguments in the call to a wrap()ped function now have their derivative correctly calculated. Also refactored the caching of the values of an iterable. |
|
More...
|
almost 12 years ago
|
Fixed tests. Added test of user-supplied derivatives for keyword arguments. |
|
More...
|
almost 12 years ago
|
Attempt at using the decorator module in order to preserve the signature of a wrap()'ed function. Works on a simple case (f = lambda x: 2*x), but the unit tests fail with infinite recursion. |
|
More...
|
almost 12 years ago
|
Indicated obsolete call: useful for checking the output of nosetests (verbose mode). |
|
More...
|
almost 12 years ago
|
Updated for new API. |
|
More...
|
almost 12 years ago
|
Fixed typo. |
|
More...
|
almost 12 years ago
|
Putting back NumericalDerivatives, because it is used by test_umath.py and test_uncertainties.py. |
|
More...
|
almost 12 years ago
|