Exploratory, non-functional version of fix_std_dev. |
|
More...
|
almost 12 years ago
|
Failed transformations are now printed. |
|
More...
|
almost 12 years ago
|
Code update skeleton code ready. Code update tests ready. |
|
More...
|
almost 12 years ago
|
Working version (through nosetests). |
|
More...
|
almost 12 years ago
|
Fixed nosetests: nosetests can be run from anywhere, now (uncertainties/, uncertainties/.., uncertainties/lib1to2/, etc.). |
|
More...
|
almost 12 years ago
|
Fixed: nosetests does not test executable files, even if they starts with test… |
|
More...
|
almost 12 years ago
|
Working version, closer to a production version. |
|
More...
|
almost 12 years ago
|
Working test version: the path problem is solved. |
|
More...
|
almost 12 years ago
|
Working version of test_1to2.py, when run from inside IPython with %run uncertainties/lib1to2/test_1to2.p. |
|
More...
|
almost 12 years ago
|
More robust code. |
|
More...
|
almost 12 years ago
|
Changing the directory name so that it can be a Python module name. |
|
More...
|
almost 12 years ago
|
More explicit code. |
|
More...
|
almost 12 years ago
|
Absolute import needed (the previously working command fails, otherwise). |
|
More...
|
almost 12 years ago
|
Working test: python -m uncertainties.1to2 uncertainties/1to2/test_1to2.py |
|
More...
|
almost 12 years ago
|
Skeleton for the new 1to2.py code fixing script added. |
|
More...
|
almost 12 years ago
|
Redoing the including of the new update code. |
|
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,…). |
|
More...
|
almost 12 years ago
|
Starting a script for automatically updating code using version 1 of uncertainties to version 2. |
|
More...
|
almost 12 years ago
|
Fixed: the new tests test_value_construction() and test_str_input() now pass. |
|
More...
|
almost 12 years ago
|
Simpler code. |
|
More...
|
almost 12 years ago
|
Simplified code. |
|
More...
|
almost 12 years ago
|
Simpler code, with fewer repetitions. |
|
More...
|
almost 12 years ago
|
More explicit code. |
|
More...
|
almost 12 years ago
|
Simpler code. |
|
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. |
|
More...
|
almost 12 years ago
|
More consistent case. |
|
More...
|
almost 12 years ago
|
More thorough and systematic tests of ufloat(). |
|
More...
|
almost 12 years ago
|
More thorough tests of ufloat(), both of the current and of the obsolete version. |
|
More...
|
almost 12 years ago
|
More tests of ufloat() construction. |
|
More...
|
almost 12 years ago
|
Added tests for ufloat() with a string *and* a tag. Added tests for ufloat() with numbers. |
|
More...
|
almost 12 years ago
|