summaryrefslogtreecommitdiff
path: root/pint/facets/dask/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-5/+24
* Reworked the Quantity, Unit, Measurement, Group and System class to be static...Hernan Grecco2023-04-301-3/+3
* Run refurb --python-version 3.9 in codeHernan Grecco2023-04-291-2/+2
* Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-2/+0
* Fix __dask_postcompute__() to better preserve typeRyan May2023-03-081-11/+3
* Partially reorganized docsHernan2022-10-261-2/+2
* Add explicit dependencies between facet registriesHernan2022-05-191-1/+2
* Improved type checking consistencyHernan2022-05-071-0/+2
* Split creation of specialized Quantity, Unit, Measurement classes in twoHernan2022-05-071-2/+2
* Create Dask FacetHernan2022-05-071-0/+130