summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix(upcast): Fix upcast functionJules Chéron2023-04-291-7/+7
|/
* Merge pull request #1594 from dopplershift/fix-trapz-tempHernan Grecco2023-04-293-3/+122
|\ | | | | Properly handle offset units for trapz
| * Update CHANGES for trapz/dot/cross fixesRyan May2023-04-271-0/+2
| |
| * Fix up dot/cross wrapper for non-multiplicative unitsRyan May2023-04-272-2/+67
| |
| * Properly handle offset units for trapz (Fixes #1593)Ryan May2023-04-272-2/+54
| |
* | 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 default
| * | 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-293-2/+25
|\ \ | | | | | | Fix setitem with a masked array with multiple items (Fixes #1584)
| * \ Merge branch 'master' into fix-1584Ryan May2022-11-2881-1748/+4249
| |\ \
| * | | Fix setitem with a masked array with multiple items (Fixes #1584)Ryan May2022-10-143-2/+25
| | | | | | | | | | | | | | | | This was incorrectly passing through some non-masked values.
* | | | Pin dependency in dask test in Python 3.8Hernan Grecco2023-04-291-1/+1
| | | |
* | | | Fix dependency in dask testHernan Grecco2023-04-291-1/+1
| | | |
* | | | Fix dependency in dask testHernan Grecco2023-04-291-1/+1
| | | |
* | | | Remove ci-success jobHernan Grecco2023-04-291-8/+8
| | | |
* | | | Disable coveralls as it is not workingHernan Grecco2023-04-291-40/+40
| | | |
* | | | Downgrade requests for coveralls in other cisHernan Grecco2023-04-281-2/+2
| | | |
* | | | Downgrade requests for coverallsHernan Grecco2023-04-281-1/+1
| | | |
* | | | Honor non_int_type when dividing (fix bug).Hernan Grecco2023-04-281-2/+2
| | | |
* | | | Pin ipython version in doc requirementsHernan Grecco2023-04-281-1/+1
| | | |
* | | | Honor non_int_type when dividing.Hernan Grecco2023-04-283-4/+14
| |_|/ |/| |
* | | Honor non_int_type when a unit without a magnitude is given as string.Hernan Grecco2023-04-273-3/+17
| | | | | | | | | | | | Close #1505
* | | Fixed pint-convertHernan Grecco2023-04-272-17/+43
| | | | | | | | | | | | Close #1646
* | | Updated CHANGESHernan Grecco2023-04-271-1/+2
| | |
* | | Fix get_compatible_units for dynamically add units/dimensionsHernan Grecco2023-04-262-1/+6
| | | | | | | | | | | | Close #1725
* | | Building and testing the docs now require mipHernan Grecco2023-04-251-0/+1
| | |
* | | Fixed pr/1574 conflictsHernan Grecco2023-04-257-1/+297
|\ \ \
| * | | Silence verbose mip outputblewis22022-09-231-0/+1
| | | |
| * | | Update CHANGESblewis22022-08-301-0/+1
| | | |
| * | | Fix pre-commit problemsblewis22022-08-304-69/+95
| | | |
| * | | Add to_preferredblewis22022-08-306-0/+270
| | | |
* | | | Merge branch 'pr/1712'Hernan Grecco2023-04-253-1/+48
|\ \ \ \
| * \ \ \ Merge branch 'master' into improve-latex-escapingHernan Grecco2023-04-2418-77/+247
| |\ \ \ \
| * | | | | Add test for siunitx formattingYann Büchau2023-02-091-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - works fine for %-sign, however not really for the weird characters - what do we even want the weird characters to be in siunitx mode?
| * | | | | 🎨 Make pre-commit happyYann Büchau2023-02-092-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - isort apparently needs to be bumped to v5.12.0 (https://github.com/PyCQA/isort/issues/2077)
| * | | | | 📝 Add changes to CHANGES fileYann Büchau2023-02-091-0/+2
| | | | | |
| * | | | | 🧪 Add test for LaTeX escapingYann Büchau2023-02-091-0/+19
| | | | | |
| * | | | | Properly escape LaTeX special charactersYann Büchau2023-02-091-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the LaTeX unit formatting only escapes an underscore (`_`), but there are many characters that LaTeX needs escaped - most prominently probably the percent sign `%` which is relevant for a user-created `percent` unit with alias `%`. This commit escapes many special characters for LaTeX with a backslash `\`. The escaping function `latex_escape` was taken from my `json2tex` package: https://gitlab.com/nobodyinperson/json2tex/-/blob/5d85d008011df6b017e0357f98449db4d9ad3ab4/json2tex/__init__.py#L15 which I as author expressively put under a CC0 (public domain) license for this particular purpose to prevent licensing conflicts (`json2tex` is GPL3 and taking code from there would require `pint` to also be released as GPL3 if I understand correctly).
* | | | | | Removed denier alias: TdHernan2023-04-252-2/+2
| | | | | |
* | | | | | Run pre-commit run --all-filesHernan2023-04-251-0/+1
| | | | | |
* | | | | | Merge pull request #1678 from TyBalduf/masterHernan Grecco2023-04-252-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove deprecated `alen` function from numpy_func
| * \ \ \ \ \ Merge branch 'master' into masterHernan Grecco2023-04-2562-324/+453
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1738 from micrenda/add-townsend-unitHernan Grecco2023-04-252-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Townsend unit [Td] defined as: 1e-21 * V * m^2
| * | | | | | | Add Townsend unit [Td] defined as: 1e-21 * V * m^2Michele Renda2023-04-092-0/+6
| | | | | | | |
* | | | | | | | Merge pull request #1727 from cgevans/fix-nonmult-docHernan Grecco2023-04-252-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update error URLs for log / offset units.
| * \ \ \ \ \ \ \ Merge branch 'master' into fix-nonmult-docHernan Grecco2023-04-2560-320/+441
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Add test for issue #1433Hernan2023-04-251-0/+4
| | | | | | | | |
* | | | | | | | | Fix upcast testHernan2023-04-241-1/+7
| | | | | | | | |
* | | | | | | | | Merge pull request #1492 from mattwthompson/fix-1460Hernan Grecco2023-04-241-34/+40
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Defer loading modules used only in `compat.upcast_types`
| * \ \ \ \ \ \ \ \ Merge branch 'master' into fix-1460Hernan Grecco2023-04-24142-3371/+5528
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1686 from austinorr/patch-type-importsHernan Grecco2023-04-2410-16/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | patch imports during type check