summaryrefslogtreecommitdiff
path: root/pint/systems.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'felixonmars-patch-1' into developHernan2021-01-071-1/+1
|\
| * Correct a typo in systems.pyFelix Yan2020-10-141-1/+1
* | Run linter on all filesHernan2021-01-071-14/+7
|/
* ran black -t py36 . && isort -rc . && flake8root2020-03-291-2/+1
* Merge branch 'master' into masterGiulio Malventi2020-03-141-75/+88
|\
| * Removed passing registry to to_units_container in Systems.from_linesHernan2020-01-221-3/+1
| * Add support for other numerical types at the registry levelHernan2020-01-221-5/+9
| * Replace 1.0 and 0.0 (floats) by 1 and 0 (integers)Hernan2020-01-211-2/+2
| * Sphinx fixesGuido Imperiale2020-01-061-2/+3
| * Fixes W293Hernan2019-12-271-14/+14
| * Manual edits after pymentHernan2019-12-271-84/+1
| * Run pyment -w --convert -o numpydoc .Hernan2019-12-271-30/+102
| * Improved babel experienceHernan2019-12-211-2/+2
| * Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
| * isortGuido Imperiale2019-12-131-4/+5
| * blackGuido Imperiale2019-12-131-27/+43
| * Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-051-8/+8
| |\
| | * Merge branch 'master' into py27_cleanupGuido Imperiale2019-12-051-2/+2
| | |\
| | | * mark all regexp / tex strings to raw stringsKeewis2019-12-021-2/+2
| | * | Remove 2.7 support from codebaseGuido Imperiale2019-12-031-6/+6
| | |/
| * | Thorough str tests for all exceptionsGuido Imperiale2019-12-041-2/+5
| |/
| * Sphinx fixesGuido Imperiale2019-09-131-3/+2
| * Unit and Quantity in root moduleGuido Imperiale2019-09-131-8/+8
| * Successfully complete copy.deepcopy(UnitRegistry())Guido Imperiale2019-08-301-4/+4
| * Fix crash in copy.deepcopy(ParserHelper(1))Guido Imperiale2019-08-301-0/+3
* | Changed to relative importGiulio Malventi2020-03-141-1/+1
|/
* Remove positional string formattersHugo2017-10-191-2/+2
* Add warning when a System contains an unknown GroupHernan Grecco2017-04-021-2/+5
* Change system lister dir return value typeGloriaVictis2016-08-191-1/+1
* Merge conflicts in testsuiteHernan Grecco2016-08-071-0/+13
|\
| * adjusted to cope with upstream babel tipalexbodn@gmail.com2016-08-061-3/+5
| * added translation of the measuring systems by locale.alexbodn@gmail.com2016-03-251-0/+11
* | Split UnitRegistry functionality into several classesHernan Grecco2016-05-051-0/+8
* | Moved Registry to its own fileHernan Grecco2016-04-301-1/+2
|/
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Stabilized systems APIHernan Grecco2016-02-091-0/+21
* Changed Systems and Groups to be aware of the Registry in which they are.Hernan Grecco2016-01-071-101/+93
* Systems defined in default and parsedHernan Grecco2015-07-241-0/+6
* Merged systems into UnitRegistryHernan Grecco2015-07-211-97/+37
* Implemented systems and test for itHernan Grecco2015-01-121-91/+201
* Implementing Systems and Groups (WIP)Hernan Grecco2015-01-051-0/+367