summaryrefslogtreecommitdiff
path: root/pint/formatting.py
Commit message (Expand)AuthorAgeFilesLines
* Support for babel > 2.8developHernan2021-10-271-3/+8
* convert to a code blockKeewis2021-08-181-9/+11
* fix the expected resultKeewis2021-08-181-1/+1
* explicitly pass the registry to `format_unit`Keewis2021-08-181-16/+24
* extract the custom flags before passing them to the unit formatterKeewis2021-08-171-0/+9
* don't preprocess the unit specKeewis2021-08-171-2/+3
* move the siunitx code to the appropriate formatting functionKeewis2021-08-171-6/+2
* use a different name as exampleKeewis2021-08-171-2/+2
* report the conflicting format nameKeewis2021-08-171-1/+1
* docstring for `register_unit_format`Keewis2021-08-171-0/+28
* allow passing other options to `formatter`Keewis2021-08-171-8/+14
* add back `_FORMATS` so `Measurement.__format__` does not breakKeewis2021-08-171-0/+47
* rename _FORMATS to _FORMATTERSKeewis2021-08-171-7/+7
* typoKeewis2021-08-161-1/+1
* fall back to the default format for specs evaluating to `False`Keewis2021-08-151-0/+3
* don't accept `kwspec`Keewis2021-08-151-13/+4
* pre- and postprocessing for latexKeewis2021-08-141-2/+6
* add back the formats using the register functionKeewis2021-08-141-0/+75
* add a register function and convert _FORMATS to a dict of callablesKeewis2021-08-141-2/+11
* empty the _FORMATS dictKeewis2021-08-141-46/+2
* Add pint typing moduleJules Chéron2021-08-011-1/+2
* Unescape overescaped regexesMiroslav Šedivý2021-01-081-1/+1
* Fix typosMiroslav Šedivý2021-01-081-1/+1
* Run linter on all filesHernan2021-01-071-2/+1
* Add option to disable sorting of formatted unitsLuke Davis2020-08-181-1/+6
* Change html repr away from latex to a Sparse/Dask-like reprJon Thielen2020-08-161-6/+2
* fix superscripting in HTML and pretty printClark Willison2020-06-081-3/+3
* Resolve Disagreement Between black and flake8Porcelain Mouse2020-04-041-1/+1
* Flake8 Errors FixedPorcelain Mouse2020-04-041-1/+1
* Black Code ReformattingPorcelain Mouse2020-04-041-4/+1
* Empty Default SIunitx OptionPorcelain Mouse2020-04-041-1/+1
* New Implementation of 'Lx'Porcelain Mouse2020-04-041-0/+4
* Fixes W293Hernan2019-12-271-3/+3
* Manual edits after pymentHernan2019-12-271-24/+17
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-15/+63
* Improved babel experienceHernan2019-12-211-2/+2
* Preformatted stringsGuido Imperiale2019-12-131-2/+2
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* isortGuido Imperiale2019-12-131-1/+1
* flake8 fixesGuido Imperiale2019-12-131-5/+5
* blackGuido Imperiale2019-12-131-100/+110
* Fix Jupyter and LateX reprGuido Imperiale2019-12-121-7/+13
* Merge branch 'master' into py27_cleanupGuido Imperiale2019-12-051-1/+1
|\
| * mark all regexp / tex strings to raw stringsKeewis2019-12-021-1/+1
* | 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