summaryrefslogtreecommitdiff
path: root/pint/facets/group/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-4/+3
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-10/+40
* Reworked the Quantity, Unit, Measurement, Group and System class to be static...Hernan Grecco2023-04-301-9/+5
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-3/+3
* Merge branch 'master' into patch-type-importsHernan Grecco2023-04-241-2/+0
|\
| * Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-2/+0
* | patch imports during type checkAustin Orr2022-12-201-1/+1
|/
* Final step to split the registry from the parserHernan2022-09-301-20/+24
* Add explicit dependencies between facet registriesHernan2022-05-191-2/+2
* More cleanup of importHernan2022-05-071-1/+1
* Use for System and Group the same mechanism to build class as for Quantity, U...Hernan2022-05-071-2/+10
* Improved type checking consistencyHernan2022-05-071-3/+6
* Moved Unit and Quantity to plain facetHernan2022-05-071-3/+4
* Move converters and definition to base facetHernan2022-05-071-1/+2
* Create Group FacetHernan2022-05-071-0/+115