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
Merge branch 'master' into python2.3 More... about 13 years ago
Simpler code. More... about 13 years ago
Nicer code layout. More... about 13 years ago
Better code layout: the end-of-line "\" was replaced by parenthesis. Added comment in the discrete derivative calculation. More... about 13 years ago
Most important stuff put first. More... about 13 years ago
Important emphasis on main feature added. More... about 13 years ago
Fixed "python setup.py register", which yielded "'NoneType' object is not subscriptable". More... about 13 years ago
Better intro pitch. More... about 13 years ago
Better "pitch" in the main documentation page. Added thanks to Tim Head, which were overdue. More... about 13 years ago
More explicit title. More... about 13 years ago
More complete information. More... about 13 years ago
Nicer code layout. More... about 13 years ago
Better variable name. More... about 13 years ago
English should be a little more correct. More... about 13 years ago
Removed emphasis on Unix, because the installation instructions work on other OSes too. More... about 13 years ago
Rephrasing: more emphasis on GitHub, more logical sentence organization. More... about 13 years ago
Updated installation instruction for Python 3. More... about 13 years ago
Python 3.1 and NumPy 1.6.1 fail on numpy.vectorize(uncertainties.AffineScalarFunc). This works with Python 2.7 and 3.2, however! More... about 13 years ago
Tests run successfully with Python 3.2 and NumPy. More... about 13 years ago
setup.py now works when run from Python 3. More... about 13 years ago
Reverted change that broke compatibility with Python ≤ 2.5. More... about 13 years ago
Reverted to a syntax understood by Python 2.3 (and Python 2.4). More... about 13 years ago
Merge branch 'master' into python2.3. NOT TESTED. More... about 13 years ago
Trying to make the tests pass with NumPy in Python 3: issubclass(np.int64, int) is not true anymore. More... about 13 years ago
Updated test so that only redefined (reversed) operators are tested. Important for Python 3, since __div__ and __rdiv__ do not exist anymore. More... about 13 years ago
Trying to have Python 3 not raise an exception with uncertainties.ufloat((1, 1)). More... about 13 years ago
Better comment. More... about 13 years ago
Trying to handle the fact that Python3's float class does not have __div__ and __rdiv__. To be tested with "2to3 -w ." and "import uncertainties". More... about 13 years ago
Simpler syntax. More... about 13 years ago
Cleaner way of checking whether an object is a string object. More... about 13 years ago