summaryrefslogtreecommitdiff
path: root/pint/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-6/+6
* Fix upcast_type_namesJonas Hoersch2023-05-121-2/+2
* Fix ruff fuck-upHernan Grecco2023-05-091-6/+7
* Typing related fixesHernan Grecco2023-05-091-8/+16
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-2/+12
* Run pyupgrade --py39-plusHernan Grecco2023-05-011-1/+2
* Typing improvementsHernan Grecco2023-05-011-31/+51
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-4/+4
* fix(upcast): Fix upcast functionJules Chéron2023-04-291-7/+7
* Fixed pr/1574 conflictsHernan Grecco2023-04-251-0/+22
|\
| * Fix pre-commit problemsblewis22022-08-301-5/+14
| * Add to_preferredblewis22022-08-301-0/+14
* | Run pre-commit run --all-filesHernan2023-04-251-0/+1
* | Merge branch 'master' into fix-1460Hernan Grecco2023-04-241-2/+1
|\ \
| * | Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-1/+0
| * | add dataframe to upcast typesAndrew2022-10-081-2/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into fix-1460Matthew W. Thompson2022-09-191-0/+3
|\ \ | |/
| * Improved type checking consistencyHernan2022-05-071-0/+3
* | Lint, cleanupMatthew W. Thompson2022-03-301-11/+5
* | Simplify logicMatthew W. Thompson2022-03-301-20/+17
* | Draft new upcast_types behavior with xarray and pandasMatthew W. Thompson2022-03-301-35/+50
|/
* add a shortcut for is_duck_arrayKeewis2021-04-271-0/+4
* Runs isort on compat.py5igno2020-08-251-2/+2
* Merge branch 'master' into log-units WIP branchClark Willison2020-07-151-41/+83
|\
| * Merge #1123bors[bot]2020-07-081-1/+1
| |\
| | * potentially make this work with duck arraysKeewis2020-06-211-1/+1
| * | Clean up docstrings; update docs; skip visualize tests with no graphvizRussell Manser2020-07-081-2/+3
| * | Implement Dask collection interface for Dask ArrayRussell Manser2020-07-031-0/+8
| * | Changed pintpandas to pint_pandasHernan2020-07-011-1/+1
| |/
| * add, iadd, eq, gt, etc. to treat bare NaN like 0Guido Imperiale2020-03-121-13/+73
| * Remove array function warning on first creationJon Thielen2020-02-181-23/+0
| * Remove the array interface protocol fallbackJon Thielen2020-02-181-4/+0
* | Ignores flake8 questions for log and exp unused in compat5igno2020-02-131-4/+4
* | Defines logaritm and exponential for LogarithmicConverter5igno2020-02-131-0/+8
|/
* Add explicit support for duck arrays/downcast types along with force_ndarray_...Jon Thielen2019-12-291-7/+33
* Refactor upcast type check to check actual types rather than namesJon Thielen2019-12-271-5/+28
* Add upcast tests for xarray, with additional implementation checksJon Thielen2019-12-271-1/+1
* Add upcast type check on Quantity creation, and make list extensibleJon Thielen2019-12-271-1/+2
* Manual edits after pymentHernan2019-12-271-14/+13
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-2/+22
* Merge #953bors[bot]2019-12-271-1/+7
|\
| * Deprecate array protocol fallbackJon Thielen2019-12-261-1/+7
* | add a docstring for is_upcast_typeKeewis2019-12-241-0/+4
* | expect other to be a typeKeewis2019-12-231-1/+1
|/
* Improved babel experienceHernan2019-12-211-1/+15
* Parse NaN as a numberGuido Imperiale2019-12-191-3/+2
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* isortGuido Imperiale2019-12-131-1/+1
* flake8 fixesGuido Imperiale2019-12-131-2/+3
* blackGuido Imperiale2019-12-131-11/+19