0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Starting writing systematic tests for wrapped functions (see my projects.td).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More explicit docstring: wrap() gives a drop-in replacement for a function.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed bug (not yet observed).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed test.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed test.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More consistent code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Better code layout.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
One additional test passes.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More robust code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Tests pass, except for one error.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Removed debugging comment.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed bug.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Removed obsolete debugging print.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed bug.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed and augmented docstring.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed tests.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed testing bug.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed bug: unspecified derivatives for keyword parameters were not converted to partial derivatives.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed bug.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Added tests that check that user-supplied derivatives are indeed called.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed typo.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Better comment.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed identical name for two quantities.
lebigot
as Eric O. LEBIGOT (EOL)
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.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed tests. Added test of user-supplied derivatives for keyword arguments.
lebigot
as Eric O. LEBIGOT (EOL)
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.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Indicated obsolete call: useful for checking the output of nosetests (verbose mode).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Updated for new API.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed typo.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Putting back NumericalDerivatives, because it is used by test_umath.py and test_uncertainties.py.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago