Removed integer-only formatting option (http://docs.python.org/2/library/string.html#format-specification-mini-language) |
|
More...
|
over 11 years ago
|
More consistent naming. Making progress towards the handling of options for a zero uncertainty. |
|
More...
|
over 11 years ago
|
Adding the 'C' (± character) option. |
|
More...
|
over 11 years ago
|
More explicit comment. |
|
More...
|
over 11 years ago
|
Fixed mangled name. |
|
More...
|
over 11 years ago
|
Simpler code. |
|
More...
|
over 11 years ago
|
More explicit docstring. |
|
More...
|
over 11 years ago
|
More concrete docstring (gives access to the documentation of format()). |
|
More...
|
over 11 years ago
|
Fixed bug. |
|
More...
|
over 11 years ago
|
More explicit docstring. |
|
More...
|
over 11 years ago
|
Added format() method. |
|
More...
|
over 11 years ago
|
Comment more explicit. |
|
More...
|
over 11 years ago
|
Merge branch 'master' into printing_format_2 |
|
More...
|
over 11 years ago
|
Added simple formatting test. |
|
More...
|
over 11 years ago
|
More explicit comment and docstring. |
|
More...
|
over 11 years ago
|
Merge branch 'release' |
|
More...
|
over 11 years ago
|
Updated obsoleted examples in main Python Package Index page. |
|
More...
|
over 11 years ago
|
Work in progress: cleaning up and fixing extensions (LaTeX, spectroscopic notation,…). |
|
More...
|
over 11 years ago
|
Added tests that show that my extensions (L, S) are not always handled. I am refactoring the code so as to handle L and S more cleanly. |
|
More...
|
over 11 years ago
|
Moved to-do notes to the local projects.td. |
|
More...
|
over 11 years ago
|
Added notes about what does not work. |
|
More...
|
over 11 years ago
|
All tests now pass. HOWEVER, there are some issues: see the !!! marks in uncertainties.__init__.py and in uncertainties/test_uncertainties.py. |
|
More...
|
over 11 years ago
|
Fixed test. |
|
More...
|
over 11 years ago
|
Faster code for the "normal" case. Also now shows what the "normal" case is. |
|
More...
|
over 11 years ago
|
More robust and "clean" isnan() function: the standard math.isnan is used if present. |
|
More...
|
over 11 years ago
|
More debugging messages. |
|
More...
|
over 11 years ago
|
Fixed test: PDG rules give 1 significant digit on the uncertainty. |
|
More...
|
over 11 years ago
|
Better error message for empty format specification. |
|
More...
|
over 11 years ago
|
Removed temporary test. |
|
More...
|
over 11 years ago
|
More precise error message. |
|
More...
|
over 11 years ago
|