summaryrefslogtreecommitdiff
path: root/pint/facets
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-1415-94/+118
* Better SharedRegistryObjects creationHernan Grecco2023-05-111-5/+5
* Fix imports for Python 3.9Hernan Grecco2023-05-111-4/+5
* More typing improvementsHernan Grecco2023-05-111-5/+5
* Typing related fixesHernan Grecco2023-05-097-18/+19
* Remove deprecated usage in docs and fix introduced bug during refactoring.Hernan Grecco2023-05-051-2/+1
* Remove conversion to string in DimensionalityErrorHernan Grecco2023-05-051-1/+1
* Fixed Subscripted generics cannot be used with class and instance checksHernan Grecco2023-05-051-1/+1
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-0531-734/+1193
* Run pyupgrade --py39-plusHernan Grecco2023-05-016-6/+9
* Typing improvementsHernan Grecco2023-05-0111-101/+131
* Reworked the Quantity, Unit, Measurement, Group and System class to be static...Hernan Grecco2023-04-3015-61/+48
* Run pyupgrade --py39-plus in all files except _vendor (again)Hernan Grecco2023-04-292-2/+2
* Run refurb --python-version 3.9 in codeHernan Grecco2023-04-299-73/+73
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-2916-147/+121
* Remove deprecated use_decimalHernan Grecco2023-04-291-28/+2
* Merge pull request #1594 from dopplershift/fix-trapz-tempHernan Grecco2023-04-291-3/+56
|\
| * Fix up dot/cross wrapper for non-multiplicative unitsRyan May2023-04-271-2/+25
| * Properly handle offset units for trapz (Fixes #1593)Ryan May2023-04-271-2/+32
* | Merge pull request #1608 from dopplershift/fix-1584Hernan Grecco2023-04-291-1/+6
|\ \
| * \ Merge branch 'master' into fix-1584Ryan May2022-11-2819-796/+671
| |\ \
| * | | Fix setitem with a masked array with multiple items (Fixes #1584)Ryan May2022-10-141-1/+6
* | | | Honor non_int_type when dividing (fix bug).Hernan Grecco2023-04-281-2/+2
* | | | Honor non_int_type when dividing.Hernan Grecco2023-04-282-3/+13
| |_|/ |/| |
* | | Honor non_int_type when a unit without a magnitude is given as string.Hernan Grecco2023-04-271-3/+3
* | | Fix get_compatible_units for dynamically add units/dimensionsHernan Grecco2023-04-261-1/+1
* | | Fixed pr/1574 conflictsHernan Grecco2023-04-252-0/+232
|\ \ \
| * | | Silence verbose mip outputblewis22022-09-231-0/+1
| * | | Fix pre-commit problemsblewis22022-08-301-53/+72
| * | | Add to_preferredblewis22022-08-302-0/+213
* | | | Merge branch 'master' into masterHernan Grecco2023-04-2519-56/+28
|\ \ \ \
| * \ \ \ Merge branch 'master' into patch-type-importsHernan Grecco2023-04-2417-46/+16
| |\ \ \ \
| | * | | | Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-2416-24/+0
| | * | | | Merge branch 'master' into fix-1658Hernan Grecco2023-04-243-20/+17
| | |\ \ \ \
| | | * \ \ \ Merge pull request #1741 from keewis/fix-full_likeHernan Grecco2023-04-241-9/+3
| | | |\ \ \ \
| | | | * | | | use **kwargs to pass along additional arguments to `ones_like`Justus Magin2023-04-141-9/+3
| | | * | | | | Merge pull request #1703 from RemDelaporteMathurin/expose_matplotlib_formatterHernan Grecco2023-04-241-0/+4
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Added mpl_formatter attribute to PlainRegistryRemDelaporteMathurin2023-01-201-0/+4
| | | * | | | | Support numpy delete (#1699)Dennis Göries2023-03-231-0/+1
| | | * | | | | Merge pull request #1722 from dopplershift/fix-daskJules Chéron2023-03-221-11/+3
| | | |\ \ \ \ \
| | | | * | | | | Fix __dask_postcompute__() to better preserve typeRyan May2023-03-081-11/+3
| | | | |/ / / /
| | | * | | | | add a override for `round`Justus Magin2023-03-071-0/+1
| | | * | | | | add `min` and `max` to the array function overridesJustus Magin2023-03-071-0/+2
| | | |/ / / /
| | * | | | | Fix unit check with `atol` using np.allclose.Jules Chéron2022-11-231-2/+2
| * | | | | | appease lintersAustin Orr2022-12-202-2/+5
| * | | | | | patch imports during type checkAustin Orr2022-12-206-11/+10
| | |/ / / / | |/| | | |
* | | | | | Remove deprecated `alen` function from numpy_funcTy Balduf2022-12-131-1/+0
|/ / / / /
* | | | | Merge branch 'master' into fix1277Jules Chéron2022-11-281-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add positive ufunc (#1663)andrewgsavage2022-11-281-0/+1
| |/ / /
* | | | Add default preprocessor to support % symbolCarlos Pascual2022-11-231-0/+2
|/ / /