0
I Use This!
Activity Not Available

Commits : Listings

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