summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Add the Wh unit for battery capacity measurementsMaciej Grela2021-03-081-0/+1
* Merge pull request #1255 from keewis/sliding_window_viewHernan Grecco2021-03-022-1/+21
|\
| * fix typoKeewis2021-03-031-1/+1
| * provide a default to also work with earlier numpy versionsKeewis2021-03-031-3/+5
| * require numpy >= 1.20Keewis2021-03-031-0/+1
| * blackKeewis2021-03-031-1/+4
| * implement lib.stride_tricks.sliding_window_viewKeewis2021-03-031-1/+8
| * add a test for sliding_window_viewKeewis2021-03-031-0/+7
* | lintandrewgsavage2021-03-011-2/+0
* | remove pintpandas importandrewgsavage2021-03-011-11/+0
|/
* Merge branch 'master' into fix_powerHernan Grecco2021-02-2240-3342/+3505
|\
| * Fix numpy.linalg.solve units output.Jules Chéron2021-02-162-6/+19
| * Fixed tests broken in merge masterHernan2021-01-162-11/+53
| * Merge branch 'master' into _pytest_migrationHernan Grecco2021-01-1612-58/+24
| |\
| | * Merge #1229bors[bot]2021-01-091-11/+11
| | |\
| | | * Change deprecated assertEquals to assertEqual in testsMiroslav Šedivý2021-01-081-11/+11
| | * | Merge #1228bors[bot]2021-01-093-4/+4
| | |\ \
| | | * | Remove Python2 numeric int/float converting relicsMiroslav Šedivý2021-01-083-4/+4
| | | |/
| | * | Merge #1227bors[bot]2021-01-0810-19/+19
| | |\ \
| | | * | Unescape overescaped regexesMiroslav Šedivý2021-01-083-3/+3
| | | * | Remove redundant parenthesesMiroslav Šedivý2021-01-082-3/+3
| | | * | Fix typosMiroslav Šedivý2021-01-088-13/+13
| | | |/
| | * | Parse NumPy version with LooseVersionMiro Hrončok2021-01-081-3/+3
| | |/
| * | LintersHernan2021-01-161-5/+5
| * | Fixed some helpersHernan2021-01-163-125/+115
| * | Some info in contributing regarding testsHernan2021-01-161-1/+2
| * | Migration of all tests to pytestHernan2021-01-1026-3199/+3280
| |/
| * Merge branch 'rfrowe-patch-1' into developHernan2021-01-071-1/+5
| |\
| | * Fix error on UnitsContainer equality checkRyan Rowe2020-09-251-1/+5
| * | Merge branch 'felixonmars-patch-1' into developHernan2021-01-071-1/+1
| |\ \
| | * | Correct a typo in systems.pyFelix Yan2020-10-141-1/+1
| | |/
| * | Merge branch 'jules-ch-hotfix-1195-scalar-tolist' into developHernan2021-01-072-6/+24
| |\ \
| | * | Fix scalar ndarray tolist functionJules Chéron2020-10-292-6/+24
| | |/
| * | LinterHernan2021-01-071-3/+3
| * | Fixed merge conflictsHernan2021-01-075-3/+37
| |\ \
| | * \ Merge branch 'master' into comparisonsHernan Grecco2021-01-072-1/+7
| | |\ \
| | | * | Add sign to numpy_func.pyRobin Tesse2020-10-312-1/+7
| | | |/
| | * | Formatting and changelog.Lewis A. Marshall2020-10-313-9/+16
| | * | Quantity comparisons ensure other is Quantity.Lewis A. Marshall2020-10-313-3/+24
| | |/
| * | Run linter on all filesHernan2021-01-0718-214/+228
| |/
* | Remove testing codeKevin Fuhr2020-10-081-6/+0
* | Fixes #1185 - Power for pseudo-dimensionless unitsKevin Fuhr2020-10-082-5/+42
|/
* Linters and CHANGESHernan2020-09-211-1/+2
* Makes unpickling work properly using the Application RegistryHernan2020-09-215-7/+32
* LintersHernan2020-09-081-6/+7
* Merge branch 'master' into masterHernan Grecco2020-08-2813-28/+607
|\
| * Replace pkg_resources to importlib.resourcesJules Chéron2020-08-271-4/+7
| * Merge branch 'master' of https://github.com/hgrecco/pint into log_units5igno2020-08-252-2/+12
| |\
| * | Removes print statements for tests5igno2020-08-251-2/+2
| * | Runs isort on compat.py5igno2020-08-251-2/+2