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
Exploratory, non-functional version of fix_std_dev.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Failed transformations are now printed.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Code update skeleton code ready. Code update tests ready.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Working version (through nosetests).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed nosetests: nosetests can be run from anywhere, now (uncertainties/, uncertainties/.., uncertainties/lib1to2/, etc.).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed: nosetests does not test executable files, even if they starts with test…
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Working version, closer to a production version.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Working test version: the path problem is solved.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Working version of test_1to2.py, when run from inside IPython with %run uncertainties/lib1to2/test_1to2.p.
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
Changing the directory name so that it can be a Python module name.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More explicit code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Absolute import needed (the previously working command fails, otherwise).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Working test: python -m uncertainties.1to2 uncertainties/1to2/test_1to2.py
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Skeleton for the new 1to2.py code fixing script added.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Redoing the including of the new update code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Moving from an automatic code update done "manually" and with regular expressions to a method using the machinery of lib2to3 (file handling: backup, diff, etc., usage of a grammar,…).
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Starting a script for automatically updating code using version 1 of uncertainties to version 2.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Fixed: the new tests test_value_construction() and test_str_input() now pass.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Simpler code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Simplified code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Simpler code, with fewer repetitions.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More explicit code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Simpler code.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
New ufloat() that accepts ufloat(nominal_value, std_dev, tag=None). The previous forms should still work, but are marked as being obsolete through a warning.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More consistent case.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More thorough and systematic tests of ufloat().
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More thorough tests of ufloat(), both of the current and of the obsolete version.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
More tests of ufloat() construction.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago
Added tests for ufloat() with a string *and* a tag. Added tests for ufloat() with numbers.
lebigot
as Eric O. LEBIGOT (EOL)
More... almost 12 years ago