summaryrefslogtreecommitdiff
path: root/pint/facets
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Partially reorganized docsHernan2022-10-264-8/+6
* | | Merge branch 'master' into broadcast_arraysandrewgsavage2022-10-2214-786/+653
|\ \ \
| * \ \ Merge #1596bors[bot]2022-10-221-0/+6
| |\ \ \
| | * \ \ Merge branch 'master' into ndimandrewgsavage2022-10-081-0/+6
| | |\ \ \
| | * | | | accidenltal commentAndrew2022-10-081-5/+5
| | * | | | add dataframe to upcast typesAndrew2022-10-081-5/+5
| | * | | | adds ndim attribute for pandas compatabilityAndrew2022-10-011-0/+6
| | | |/ / | | |/| |
| * | | | Merge pull request #1595 from hgrecco/using_flexparserHernan Grecco2022-10-2113-784/+645
| |\ \ \ \
| | * | | | Brings back [speed] as an alias for [velocity]Hernan2022-10-211-2/+0
| | * | | | Rename parser to defparserHernan2022-10-125-15/+15
| | * | | | Fixed Context.redefineHernan2022-09-301-5/+10
| | * | | | Final step to split the registry from the parserHernan2022-09-3013-779/+637
| | |/ / /
| * | | | Merge pull request #1600 from cgevans/fix-nonint-nanJules Chéron2022-10-181-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | String NaN creation with correct non_int_typeConstantine Evans2022-10-091-2/+2
| | | |/ | | |/|
* | | | subokAndrew2022-10-151-1/+3