0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preparing an upload to PyPI: new version 1.7.2. More... over 13 years ago
Better wording in comment. More... over 13 years ago
Better wording, for the "Differentiation method". More... over 13 years ago
More detailed account of how derivatives are obtained: - derivatives of simple functions (analytical vs numerical) - derivatives of expressions. More... over 13 years ago
Obsolete comments removed. More... over 13 years ago
Merge branch 'master' into new_analytical_derivs More... over 13 years ago
Adapted tests for modf() and frexp() to the new way numerical derivatives are tested, in test_uncertainties.py:_compare_derivatives(). More... over 13 years ago
PS to previous message: smaller value interval for tests, so as not to get useless warnings because of larger errors with the erf() and erfc() functions. More... over 13 years ago
Added analytical formulas: erf, erfc (tested). More... over 13 years ago
Nosetests now correctly fails on incorrect derivatives. More... over 13 years ago
Re-organized imports. More... over 13 years ago
Merge branch 'master' into new_analytical_derivs More... over 13 years ago
Version that now works with Jython 2.5.1 (Fink) on Mac OS X. test.sh runs too. More... over 13 years ago
Work in Progress: adding analytical derivatives, fixing non-reported derivative test failures More... over 13 years ago
Added to the main documentation: "free" and "cross-platform". More... over 13 years ago
Acknowledgements updated: Martin Lutz suggested the new 1.2(78) semantics, and Jose Sabater Montes solved an issue with a pip install on Python 2.5 on Debian. More... almost 14 years ago
Version number updated. More... almost 14 years ago
Added details about why the package is useful/convenient. More... almost 14 years ago
Simpler doc phrasing. More... almost 14 years ago
More precise description of the GitHub contents. More... almost 14 years ago
Added doc about the full list of mathematical operations. More... almost 14 years ago
Simpler code. More... almost 14 years ago
Debug messages removed. More... almost 14 years ago
New semantics for ufloat('12.3(25)'): now equal to 12.3±2.5. Thus, an uncertainty of 25 is always 10 times larger than an uncertainty of 2.5. Also: simpler (and probably faster) string uncertainty to float uncertainty code. More... almost 14 years ago
Fixed test. More... almost 14 years ago
Additional string to number conversion tests. They can test the upcoming semantics for 12.3(78) = 12.3±7.8. More... almost 14 years ago
Better comment. More... almost 14 years ago
Better style. More... almost 14 years ago
Exploring a new uncertainty semantics for 1.23(100). More... almost 14 years ago
Simpler (and probably faster) string concatenation. More... almost 14 years ago