summaryrefslogtreecommitdiff
path: root/pint/formatting.py
Commit message (Expand)AuthorAgeFilesLines
* 🎨 Make pre-commit happyYann Büchau2023-02-091-1/+2
* Properly escape LaTeX special charactersYann Büchau2023-02-091-1/+17
* Fix cryptic error when re-registering a formatterJosh A. Mitchell2022-10-261-1/+1
* Final step to split the registry from the parserHernan2022-09-301-1/+2
* Improved type checking consistencyHernan2022-05-071-0/+2
* get the tests to passKeewis2022-04-091-1/+1
* move the splitting code to a separate functionKeewis2022-04-091-0/+41
* properly deprecate the current behavior of the `default_format` option (#1419)keewis2022-02-231-2/+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
|\