summaryrefslogtreecommitdiff
path: root/pint/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Mark xfail certain test_compat_downcast.py::test_array_quantity_creation_by_m...Hernan Grecco2023-05-121-1/+5
* Typing improvementsHernan Grecco2023-05-011-10/+10
* Run refurb --python-version 3.9 in pint/testsuiteHernan Grecco2023-04-2916-65/+60
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-2910-25/+23
* Remove deprecated use_decimalHernan Grecco2023-04-291-2/+2
* Merge pull request #1594 from dopplershift/fix-trapz-tempHernan Grecco2023-04-291-0/+64
|\
| * Fix up dot/cross wrapper for non-multiplicative unitsRyan May2023-04-271-0/+42
| * Properly handle offset units for trapz (Fixes #1593)Ryan May2023-04-271-0/+22
* | Merge pull request #1760 from jules-ch/test-all-closeHernan Grecco2023-04-291-0/+9
|\ \
| * | fix(test): Add tests for all close with nan and atol defaultJules Chéron2023-04-291-0/+9
| |/
* | Merge pull request #1608 from dopplershift/fix-1584Hernan Grecco2023-04-291-1/+17
|\ \ | |/ |/|
| * Merge branch 'master' into fix-1584Ryan May2022-11-2811-97/+153
| |\
| * | Fix setitem with a masked array with multiple items (Fixes #1584)Ryan May2022-10-141-1/+17
* | | Honor non_int_type when a unit without a magnitude is given as string.Hernan Grecco2023-04-271-0/+12
* | | Fix get_compatible_units for dynamically add units/dimensionsHernan Grecco2023-04-261-0/+5
* | | Fixed pr/1574 conflictsHernan Grecco2023-04-252-0/+40
|\ \ \
| * | | Fix pre-commit problemsblewis22022-08-302-11/+9
| * | | Add to_preferredblewis22022-08-302-0/+42
* | | | Merge branch 'pr/1712'Hernan Grecco2023-04-251-0/+27
|\ \ \ \
| * \ \ \ Merge branch 'master' into improve-latex-escapingHernan Grecco2023-04-248-4/+138
| |\ \ \ \
| * | | | | Add test for siunitx formattingYann Büchau2023-02-091-1/+9
| * | | | | 🧪 Add test for LaTeX escapingYann Büchau2023-02-091-0/+19
* | | | | | Add test for issue #1433Hernan2023-04-251-0/+4
* | | | | | Fix upcast testHernan2023-04-241-1/+7
* | | | | | Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-2412-55/+5
* | | | | | Merge branch 'master' into degree-parsingHernan Grecco2023-04-247-3/+117
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into fix-trailing-zeros-decimalHernan Grecco2023-04-247-4/+122
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into fix-1658Hernan Grecco2023-04-2410-34/+178
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #1701 from BenPortner/fix-subtraction-errorHernan Grecco2023-04-241-2/+72
| | | |\ \ \ \ \
| | | | * | | | | modify string pre-processing such that multiplication operator is inserted be...Benjamin W. Portner2023-01-191-5/+5
| | | | * | | | | - fix error in string pre-processingBenjamin W. Portner2023-01-181-2/+72
| | | | |/ / / /
| | | * | | | | Merge pull request #1703 from RemDelaporteMathurin/expose_matplotlib_formatterHernan Grecco2023-04-244-0/+18
| | | |\ \ \ \ \
| | | | * | | | | added test and fixed baseline imagesRemDelaporteMathurin2023-01-204-0/+18
| | | | |/ / / /
| | * | | | | | Fix unit check with `atol` using np.allclose.Jules Chéron2022-11-231-1/+11
| * | | | | | | Add test and fix newlinesToon Verstraelen2023-01-141-1/+10
| * | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2023-01-094-31/+82
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2022-10-301-0/+21
| |\ \ \ \ \ \ \
| * | | | | | | | Clean up remnantsToon Verstraelen2022-10-281-1/+1
| * | | | | | | | Simplify unit testing as suggested by hgreccoToon Verstraelen2022-10-282-13/+4
| * | | | | | | | Fix creation of trailing zeros in Decimal objects when converting unitsToon Verstraelen2022-10-232-2/+18
* | | | | | | | | Merge branch 'master' into degree-parsingHernan Grecco2023-04-242-1/+21
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Support numpy delete (#1699)Dennis Göries2023-03-231-0/+18
| * | | | | | | | Merge pull request #1722 from dopplershift/fix-daskJules Chéron2023-03-221-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix __dask_postcompute__() to better preserve typeRyan May2023-03-081-0/+2
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | don't use the deprecated alias for `round`Justus Magin2023-03-071-1/+1
| |/ / / / / / /
* | | | | | | | Add tests.Constantine Evans2023-03-201-0/+10
|/ / / / / / /
* | | | | | | Merge pull request #1670 from keewis/versionJules Chéron2022-11-281-3/+3
|\ \ \ \ \ \ \
| * | | | | | | use packaging.version instead of the deprecated distutils.versionJustus Magin2022-11-281-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' into fix1277Jules Chéron2022-11-281-28/+40
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add positive ufunc (#1663)andrewgsavage2022-11-281-28/+40
| | |_|/ / / | |/| | | |