summaryrefslogtreecommitdiff
path: root/pint/converters.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-2/+2
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-6/+8
* Typing improvementsHernan Grecco2023-05-011-6/+10
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-2/+2
* Improved type checking consistencyHernan2022-05-071-0/+2
* Move converters and definition to base facetHernan2022-05-071-23/+0
* Create Nonmultiplicative FacetHernan2022-05-071-101/+0
* Rewrote Definition to use Converter.from_argumentsHernan2022-05-071-1/+15
* Migrated converters to dataclassesHernan2022-05-071-22/+42
* Fix typosMiroslav Šedivý2021-01-081-1/+1
* Run linter on all filesHernan2021-01-071-5/+5
* converters.py: fix doc indent warningsClark Willison2020-07-151-4/+4
* Adds is_logarithmic as converter property5igno2020-02-161-3/+11
* Switches from_ and to_ reference in LogConverter5igno2020-02-131-11/+26
* Implements LogarithmicConverter5igno2020-02-131-0/+62
* Manual edits after pymentHernan2019-12-271-2/+2
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-6/+3
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-3/+1
* Sphinx fixesGuido Imperiale2019-09-131-1/+1
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Move definitions, errors, and converters into their own modules.Matthieu Dartiailh2015-01-061-0/+82