Skip to content

Version 2.4.6: printing and empty/None formatting closer to Python's own

Compare
Choose a tag to compare
@lebigot lebigot released this 10 Apr 13:13
· 567 commits to master since this release

The string and empty format type formatting of numbers with uncertainties are now similar to what Python 3.4 does (https://docs.python.org/3.4/library/string.html#format-specification-mini-language).

The previous behavior was based on the Python 2.7 documentation, which is probably incorrect (http://stackoverflow.com/questions/16525924/precise-definition-of-float-string-formatting).