summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1608 from dopplershift/fix-1584Hernan Grecco2023-04-292-2/+23
|\
| * Merge branch 'master' into fix-1584Ryan May2022-11-2850-1539/+3598
| |\
| * | Fix setitem with a masked array with multiple items (Fixes #1584)Ryan May2022-10-142-2/+23
* | | 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-272-3/+15
* | | Fixed pint-convertHernan Grecco2023-04-271-16/+40
* | | Fix get_compatible_units for dynamically add units/dimensionsHernan Grecco2023-04-262-1/+6
* | | Fixed pr/1574 conflictsHernan Grecco2023-04-255-0/+294
|\ \ \
| * | | Silence verbose mip outputblewis22022-09-231-0/+1
| * | | Fix pre-commit problemsblewis22022-08-304-69/+95
| * | | Add to_preferredblewis22022-08-305-0/+269
* | | | Merge branch 'pr/1712'Hernan Grecco2023-04-252-1/+45
|\ \ \ \
| * \ \ \ Merge branch 'master' into improve-latex-escapingHernan Grecco2023-04-2413-29/+158
| |\ \ \ \
| * | | | | Add test for siunitx formattingYann Büchau2023-02-091-1/+9
| * | | | | 🎨 Make pre-commit happyYann Büchau2023-02-091-1/+2
| * | | | | 🧪 Add test for LaTeX escapingYann Büchau2023-02-091-0/+19
| * | | | | Properly escape LaTeX special charactersYann Büchau2023-02-091-1/+17
* | | | | | Removed denier alias: TdHernan2023-04-251-1/+1
* | | | | | Run pre-commit run --all-filesHernan2023-04-251-0/+1
* | | | | | Merge branch 'master' into masterHernan Grecco2023-04-2549-178/+255
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #1738 from micrenda/add-townsend-unitHernan Grecco2023-04-251-0/+4
| |\ \ \ \ \ \
| | * | | | | | Add Townsend unit [Td] defined as: 1e-21 * V * m^2Michele Renda2023-04-091-0/+4
| * | | | | | | Merge branch 'master' into fix-nonmult-docHernan Grecco2023-04-2548-176/+249
| |\ \ \ \ \ \ \
| | * | | | | | | Add test for issue #1433Hernan2023-04-251-0/+4
| | * | | | | | | Fix upcast testHernan2023-04-241-1/+7
| | * | | | | | | Merge branch 'master' into fix-1460Hernan Grecco2023-04-2480-1934/+4168
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' into patch-type-importsHernan Grecco2023-04-2445-125/+180
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-2436-94/+5
| | | | * | | | | | | Merge branch 'master' into degree-parsingHernan Grecco2023-04-2412-18/+136
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge branch 'master' into PEP621Hernan Grecco2023-04-2416-60/+232
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|/ / / / | | | | | | |/| | | | |
| | | | | | * | | | | | Merge branch 'master' into fix-trailing-zeros-decimalHernan Grecco2023-04-2412-28/+141
| | | | | | |\ \ \ \ \ \
| | | | | | | * \ \ \ \ \ Merge branch 'master' into fix-1658Hernan Grecco2023-04-2416-56/+202
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ 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 #1701 from BenPortner/fix-subtraction-errorHernan Grecco2023-04-242-3/+73
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | modify string pre-processing such that multiplication operator is inserted be...Benjamin W. Portner2023-01-192-6/+6
| | | | | | | | | * | | | | | - fix error in string pre-processingBenjamin W. Portner2023-01-182-3/+73
| | | | | | | | | | |/ / / / | | | | | | | | | |/| | | |
| | | | | | | | * | | | | | Merge pull request #1703 from RemDelaporteMathurin/expose_matplotlib_formatterHernan Grecco2023-04-246-1/+24
| | | | | | | | |\ \ \ \ \ \ | | | | | | | | | |_|/ / / / | | | | | | | | |/| | | | |
| | | | | | | | | * | | | | added test and fixed baseline imagesRemDelaporteMathurin2023-01-204-0/+18
| | | | | | | | | * | | | | Added mpl_formatter attribute to PlainRegistryRemDelaporteMathurin2023-01-202-1/+6
| | | | | | | | | |/ / / /
| | | | | | | * | | | | | Fix unit check with `atol` using np.allclose.Jules Chéron2022-11-232-3/+13
| | | | | | * | | | | | | Add test and fix newlinesToon Verstraelen2023-01-141-1/+10
| | | | | | * | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2023-01-098-32/+94
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | |_|/ / / / | | | | | | | |/| | | | |
| | | | | | * | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2022-10-308-14/+42
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | Clean up remnantsToon Verstraelen2022-10-281-1/+1
| | | | | | * | | | | | | | Simplify unit testing as suggested by hgreccoToon Verstraelen2022-10-282-13/+4
| | | | | | * | | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2022-10-261-4/+17
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | Fix creation of trailing zeros in Decimal objects when converting unitsToon Verstraelen2022-10-233-3/+19
| | | | | * | | | | | | | | | Merge branch 'master' into PEP621Jules Chéron2022-11-233-1/+20
| | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|/ / / / / | | | | | | |/| | | | | | | |