summaryrefslogtreecommitdiff
path: root/pint/registry_helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-4/+4
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-4/+4
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-5/+6
* Merge branch 'master' into patch-type-importsHernan Grecco2023-04-241-6/+0
|\
| * Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-6/+0
* | appease lintersAustin Orr2022-12-201-1/+0
* | patch imports during type checkAustin Orr2022-12-201-1/+1
|/
* Improved type checking consistencyHernan2022-05-071-3/+3
* Moved Unit and Quantity to plain facetHernan2022-05-071-2/+4
* Typehint wrapping (#1436)Suseko2021-12-111-5/+5
* Add pint typing moduleJules Chéron2021-08-011-4/+20
* docs: fix a few simple typosTim Gates2021-05-191-1/+1
* Sphinx fixesGuido Imperiale2020-01-061-8/+9
* Add None case to valid valuesHernan2019-12-281-3/+3
* LintersHernan2019-12-281-4/+13
* wraps enforces str or Unit as argumentsHernan2019-12-281-4/+12
* wraps(strict=True) now accept strings as arguments in the wrapper functionHernan2019-12-281-6/+13
* Improved docs check/wrapsHernan2019-12-281-21/+24
* Streamline codeHernan2019-12-281-7/+5
* Add verification of number of args/params in check and wrapHernan2019-12-281-5/+17
* Fixes W293Hernan2019-12-271-9/+9
* Manual edits after pymentHernan2019-12-271-17/+4
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-20/+75
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* isortGuido Imperiale2019-12-131-1/+1
* blackGuido Imperiale2019-12-131-32/+62
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-8/+5
* Sphinx fixesGuido Imperiale2019-09-131-1/+1
* Sphinx fixesGuido Imperiale2019-09-131-2/+2
* Prevent loosing keywordsQuentin Peter2018-09-251-6/+6
* @ureg.wraps now accurately binds kwargsJonathan Wheeler2018-07-201-1/+1
* 656:Jonathan Wheeler2018-07-191-13/+20
* Added, documented, and tested new Quantity.check functionJonathan Wheeler2018-07-191-2/+2
* Removed extraneous `import sys`Jonathan Wheeler2018-07-131-3/+0
* Added backwards compatibility for py27Jonathan Wheeler2018-07-131-12/+12
* Attempt to extend support to <3.5Jonathan Wheeler2018-07-131-9/+23
* Wraps handles keywords (closes #625, closes #651)Jonathan Wheeler2018-07-131-1/+9
* Remove positional string formattersHugo2017-10-191-1/+1
* Properly implemnt skip check on checkHernan Grecco2017-06-271-2/+6
* Allow dimensionality check for non Quantity argumentsHernan Grecco2017-06-271-2/+3
* Put explicit comparison for shorter ureg.check args than valuesHernan Grecco2017-06-271-1/+1
* Wraps now gets the canonical name of the unit when passed as stringHernan Grecco2017-04-141-6/+6
* support dimensionless values in wrapsMartin Teichmann2016-11-221-6/+9
* Fix for Python3 izip_longest -> zip_longestHernan Grecco2016-08-011-2/+1
* use itertools.izip_longest, add testMark Mikofski2016-08-011-5/+3
* patch to append None for extra resultsMark Mikofski2016-08-011-1/+4
* Fixed wraps for None argumentHernan Grecco2016-02-141-1/+1
* Fixed bug on wraps when using a Unit argumentHernan Grecco2016-02-131-3/+1
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Implemented reference in wraps decorator.Hernan Grecco2016-02-121-0/+217