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
Removed integer-only formatting option (http://docs.python.org/2/library/string.html#format-specification-mini-language)
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More consistent naming. Making progress towards the handling of options for a zero uncertainty.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Adding the 'C' (± character) option.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More explicit comment.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Fixed mangled name.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Simpler code.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More explicit docstring.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More concrete docstring (gives access to the documentation of format()).
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Fixed bug.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More explicit docstring.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Added format() method.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Comment more explicit.
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
Added simple formatting test.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More explicit comment and docstring.
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
Updated obsoleted examples in main Python Package Index page.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Work in progress: cleaning up and fixing extensions (LaTeX, spectroscopic notation,…).
lebigot
as Eric O. LEBIGOT (EOL)
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.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Moved to-do notes to the local projects.td.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Added notes about what does not work.
lebigot
as Eric O. LEBIGOT (EOL)
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.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Fixed test.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Faster code for the "normal" case. Also now shows what the "normal" case is.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More robust and "clean" isnan() function: the standard math.isnan is used if present.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More debugging messages.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Fixed test: PDG rules give 1 significant digit on the uncertainty.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Better error message for empty format specification.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
Removed temporary test.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago
More precise error message.
lebigot
as Eric O. LEBIGOT (EOL)
More... over 11 years ago