summaryrefslogtreecommitdiff
path: root/pint/facets/context
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-142-14/+14
* Typing related fixesHernan Grecco2023-05-092-8/+8
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-054-45/+112
* Run pyupgrade --py39-plusHernan Grecco2023-05-012-2/+4
* Typing improvementsHernan Grecco2023-05-012-13/+16
* Reworked the Quantity, Unit, Measurement, Group and System class to be static...Hernan Grecco2023-04-301-9/+11
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-293-19/+16
* Merge branch 'master' into patch-type-importsHernan Grecco2023-04-242-2/+0
|\
| * Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-242-2/+0
* | patch imports during type checkAustin Orr2022-12-201-1/+1
|/
* Merge pull request #1595 from hgrecco/using_flexparserHernan Grecco2022-10-213-182/+142
|\
| * Rename parser to defparserHernan2022-10-122-4/+4
| * Fixed Context.redefineHernan2022-09-301-5/+10
| * Final step to split the registry from the parserHernan2022-09-303-177/+132
* | Update documentationJules Chéron2022-10-092-40/+38
|/
* Add explicit dependencies between facet registriesHernan2022-05-191-3/+2
* More cleanup of importHernan2022-05-072-2/+4
* Typing and documentation changesHernan2022-05-074-4/+5
* Improved type checking consistencyHernan2022-05-071-0/+2
* Moved Unit and Quantity to plain facetHernan2022-05-073-12/+14
* Create Base FacetHernan2022-05-072-2/+2
* Move converters and definition to base facetHernan2022-05-073-3/+4
* Create Context FacetHernan2022-05-074-0/+899