summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
| * | Corrects typo: decibel, not decibell (as pointed out by @terikin)signor822020-08-254-18/+18
| * | Solves conflict between black and flake8 in test_log_unitssignor822020-08-251-1/+2
| * | Runs Flake8 on test_log_units.pysignor822020-08-251-1/+1
| * | Merge branch 'master' of https://github.com/hgrecco/pint into log_unitssignor822020-08-2212-95/+216
| |\ \
| * | | test_log_units: rework for pytest, mark some as xfailClark Willison2020-07-152-37/+89
| * | | test_log_units: parametrize to/from conversion testsClark Willison2020-07-151-74/+80
| * | | move log unit tests to their own moduleClark Willison2020-07-152-173/+218
| * | | converters.py: fix doc indent warningsClark Willison2020-07-151-4/+4
| * | | Merge branch 'master' into log-units WIP branchClark Willison2020-07-1532-703/+2894
| |\ \ \
| * | | | Renames offset_units as non_mul_units5igno2020-02-161-2/+2
| * | | | Tests quantity dB defined through multiplication5igno2020-02-161-8/+9
| * | | | Exposes Definition's property is logaritmic5igno2020-02-161-0/+4
| * | | | Adds is_logarithmic as converter property5igno2020-02-162-3/+18