openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
uncertainties
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 72 of 87
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' into python2.3
Eric LEBIGOT (EOL)
More...
about 13 years ago
Simpler code.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Nicer code layout.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Better code layout: the end-of-line "\" was replaced by parenthesis. Added comment in the discrete derivative calculation.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Most important stuff put first.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Important emphasis on main feature added.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Fixed "python setup.py register", which yielded "'NoneType' object is not subscriptable".
Eric LEBIGOT (EOL)
More...
about 13 years ago
Better intro pitch.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Better "pitch" in the main documentation page. Added thanks to Tim Head, which were overdue.
Eric LEBIGOT (EOL)
More...
about 13 years ago
More explicit title.
Eric LEBIGOT (EOL)
More...
about 13 years ago
More complete information.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Nicer code layout.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Better variable name.
Eric LEBIGOT (EOL)
More...
about 13 years ago
English should be a little more correct.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Removed emphasis on Unix, because the installation instructions work on other OSes too.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Rephrasing: more emphasis on GitHub, more logical sentence organization.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Updated installation instruction for Python 3.
Eric LEBIGOT (EOL)
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!
Eric LEBIGOT (EOL)
More...
about 13 years ago
Tests run successfully with Python 3.2 and NumPy.
Eric LEBIGOT (EOL)
More...
about 13 years ago
setup.py now works when run from Python 3.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Reverted change that broke compatibility with Python ≤ 2.5.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Reverted to a syntax understood by Python 2.3 (and Python 2.4).
Eric LEBIGOT (EOL)
More...
about 13 years ago
Merge branch 'master' into python2.3. NOT TESTED.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Trying to make the tests pass with NumPy in Python 3: issubclass(np.int64, int) is not true anymore.
Eric LEBIGOT (EOL)
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.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Trying to have Python 3 not raise an exception with uncertainties.ufloat((1, 1)).
Eric LEBIGOT (EOL)
More...
about 13 years ago
Better comment.
Eric LEBIGOT (EOL)
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".
Eric LEBIGOT (EOL)
More...
about 13 years ago
Simpler syntax.
Eric LEBIGOT (EOL)
More...
about 13 years ago
Cleaner way of checking whether an object is a string object.
Eric LEBIGOT (EOL)
More...
about 13 years ago
←
1
2
…
68
69
70
71
72
73
74
75
76
…
86
87
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree