Never built on Travis (NumPy issues): Travis link removed (until Travis builds are made to work). |
|
More...
|
over 11 years ago
|
Merge branch 'master' into printing_format_2 |
|
More...
|
over 11 years ago
|
Merge branch 'release' |
|
More...
|
over 11 years ago
|
String conversion in IndexableIter now works with Python < 2.7. |
|
More...
|
over 11 years ago
|
All f and F format tests from test_format() pass. |
|
More...
|
almost 12 years ago
|
Simplified the code: more regexp groups can be the empty strings. |
|
More...
|
almost 12 years ago
|
Fixed incorrect format extension parsing. |
|
More...
|
almost 12 years ago
|
More tests from test_format() pass. |
|
More...
|
almost 12 years ago
|
Test added for a special case of the spectroscopic notation. |
|
More...
|
almost 12 years ago
|
More tests pass. |
|
More...
|
almost 12 years ago
|
More tests pass. |
|
More...
|
almost 12 years ago
|
Updated test for Python < 2.6. |
|
More...
|
almost 12 years ago
|
The spectroscopic notation is working quite well on the few examples I tried. |
|
More...
|
almost 12 years ago
|
Formatting: implementing the spectroscopic notation. Not working yet. |
|
More...
|
almost 12 years ago
|
Added example of the new ufloat_fromstr() capability to the doc. |
|
More...
|
almost 12 years ago
|
Replaced Python parsing of float values with exponent with calculations. test_str_input() passes. |
|
More...
|
almost 12 years ago
|
test_str_input() passes. The code is not optimal, though: a global exponent is not treated uniformly in ufloat_fromstr(). |
|
More...
|
almost 12 years ago
|
More appropriate constant name. |
|
More...
|
almost 12 years ago
|
Added test for the new "surrounding spaces ignored" in ufloat_fromstr(). |
|
More...
|
almost 12 years ago
|
Surrounding spaces are now ignored by ufloat_fromstr(): this is like float() and friends. |
|
More...
|
almost 12 years ago
|
More appropriate name for exception. |
|
More...
|
almost 12 years ago
|
Fixed docstring. |
|
More...
|
almost 12 years ago
|
LaTeX formatting partially handled. |
|
More...
|
almost 12 years ago
|
Float formatting working in many manually tested cases. |
|
More...
|
almost 12 years ago
|
Docstring clearer. |
|
More...
|
almost 12 years ago
|
Focusing on testing the 'f' format (no other format is yet implemented). |
|
More...
|
almost 12 years ago
|
Preparing to handle the (now global) fill, align and width format specifiers. |
|
More...
|
almost 12 years ago
|
Documentation more complete. |
|
More...
|
almost 12 years ago
|
Works quite well for f formatting. To be done: fill and align should be global. |
|
More...
|
almost 12 years ago
|
Handling of numbers with a zero uncertainty. |
|
More...
|
almost 12 years ago
|