summaryrefslogtreecommitdiff
path: root/pint/formatting.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-4/+2
* Allow for user defined units formattingRyan Clary2019-10-031-3/+2
* formatting: revert unwanted removal of positionalHervé Cauwelier2019-03-111-1/+2
* Add if to handle np.array with ndim == 0.raphaeltimbo2018-05-011-0/+3
* Fixed for empty stringskoshelev2018-01-181-1/+1
* Fixed for empty speckoshelev2018-01-181-1/+1
* Closes #592koshelev2018-01-171-1/+4
* Remove positional string formattersHugo2017-10-191-20/+20
* Fixed _repr_html_ in Python 2.7Hernan Grecco2017-05-251-3/+3
* Removed rogue printHernan Grecco2017-04-161-1/+0
* Correctly order units in siunitx formattingHernan Grecco2016-11-171-2/+5
* Merge conflicts in testsuiteHernan Grecco2016-08-071-3/+33
|\
| * adjusted to cope with upstream babel tipalexbodn@gmail.com2016-08-061-22/+27
| * added translation of the measuring systems by locale.alexbodn@gmail.com2016-03-251-1/+1
| * properly added new files to git and added testalex bodnaru2016-02-221-1/+4
| * added the format_babel method to show the units as translated in babelalex bodnaru2016-02-221-3/+25
* | ENH: use upright type for units in LaTeXendolith2016-07-311-1/+5
* | Implements displaying a NumPy array in latex/htmlHernan Grecco2016-04-291-0/+39
|/
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Fix int has no is_integer methodBryan W. Weber2016-02-091-1/+1
* Fix indentation error causing recursionBryan W. Weber2016-02-081-6/+6
* Normalize indentation in siunitx_format_unitBryan W. Weber2016-02-081-38/+38
* Fix float powers in the siunitx formatterBryan W. Weber2016-02-081-7/+11
* Added support for siunitx formatting.C.D. Clark III2015-12-071-0/+37
* Remove redundant code from Quantity.__format__()Peter Grayson2015-02-061-2/+2
* Improved String formatting operations for MeasurementsHernan Grecco2014-03-261-2/+2
* Removed test and compat files from coverageHernan Grecco2014-03-101-1/+1
* Parse spec handles unknown conversion. No need to repeat.Hernan Grecco2014-03-101-4/+2
* Renamed formatter module to formatting to avoid collision with function.Hernan Grecco2014-03-101-0/+199