summaryrefslogtreecommitdiff
path: root/pint/unit.py
Commit message (Expand)AuthorAgeFilesLines
* preprocess the default formatKeewis2021-08-181-3/+3
* explicitly pass the registry to `format_unit`Keewis2021-08-181-2/+3
* move the siunitx code to the appropriate formatting functionKeewis2021-08-171-5/+0
* Add pint typing moduleJules Chéron2021-08-011-22/+31
* Fix babel format for UnitJules Chéron2021-06-161-3/+10
* docs: fix a few simple typosTim Gates2021-05-191-2/+2
* Run linter on all filesHernan2021-01-071-3/+2
* Makes unpickling work properly using the Application RegistryHernan2020-09-211-2/+2
* Change html repr away from latex to a Sparse/Dask-like reprJon Thielen2020-08-161-4/+0
* Merge #993bors[bot]2020-02-191-0/+35
|\
| * add docstringsKeewis2020-01-171-0/+16
| * import the code from the issueKeewis2020-01-171-0/+19
* | Replace 1.0 and 0.0 (floats) by 1 and 0 (integers)Hernan2020-01-211-2/+2
|/
* Sphinx fixesGuido Imperiale2020-01-061-2/+8
* Add explicit support for duck arrays/downcast types along with force_ndarray_...Jon Thielen2019-12-291-10/+24
* Manual edits after pymentHernan2019-12-271-1/+1
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-23/+31
* Merge remote-tracking branch 'upstream/master' into pretty_print2Guido Imperiale2019-12-171-4/+2
|\
| * Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
| * isortGuido Imperiale2019-12-131-3/+2
* | # Conflicts:Guido Imperiale2019-12-161-1/+5
|/
* blackGuido Imperiale2019-12-131-36/+44
* Python 3 super()Guido Imperiale2019-12-031-1/+1
* More cleanupGuido Imperiale2019-12-031-3/+5
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-6/+2
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-7/+2
* No need for Unit to use __new__Guido Imperiale2019-10-311-8/+7
* Global Quantity/Pint/Measurement to capture the application registry at init ...Guido Imperiale2019-10-311-1/+1
* Python <3.5 can't pickle class methodsGuido Imperiale2019-09-161-11/+2
* global pint.Measurement object; fix bug where a Measurement would be upcast t...Guido Imperiale2019-09-161-2/+13
* Unit and Quantity in root moduleGuido Imperiale2019-09-131-6/+8
* Fix regression in Python 2.7Guido Imperiale2019-08-301-1/+1
* Add Unit.from_ and Unit.m_fromDustin Spicuzza2018-04-291-0/+31
* factor out common IPython codeMartin Teichmann2017-12-051-15/+3
* respect default format also for LaTeX and HTMLMartin Teichmann2017-12-051-2/+8
* Remove positional string formattersHugo2017-10-191-2/+2
* Merge conflicts in testsuiteHernan Grecco2016-08-071-0/+15
|\
| * added the format_babel method to show the units as translated in babelalex bodnaru2016-02-221-0/+15
* | Support pickling Unit objectsHernan Grecco2016-08-041-1/+2
* | implement Unit.__ne__ (fixes #372)Micky Latowicki2016-08-011-0/+3
* | Split UnitRegistry functionality into several classesHernan Grecco2016-05-051-0/+8
* | Moved Registry to its own fileHernan Grecco2016-04-301-1115/+3
* | Merge branch 'unit-deepcopy' of git://github.com/noahl/pint into noahl-unit-d...Hernan Grecco2016-04-281-0/+6
|\ \
| * | Implement Unit.__deepcopy__Noah Lavine2016-04-071-0/+6
* | | Fixes string Formatting of dimensionless (but not unitless) QuantitiesHernan Grecco2016-04-281-1/+1
|/ /
* | Fix parsing of dimensionless parametersHernan Grecco2016-02-251-0/+2
|/
* Only cache parse result if as_delta is True. Make Unit respect the non multip...Hernan Grecco2016-02-141-6/+10
* Fixed product of Quantity and Unit when using non multiplicative unitsHernan Grecco2016-02-141-4/+4
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Implemented reference in wraps decorator.Hernan Grecco2016-02-121-94/+4