| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix numpy.linalg.solve units output. | Jules Chéron | 2021-02-16 | 2 | -6/+19 |
| * | Fixed tests broken in merge master | Hernan | 2021-01-16 | 2 | -11/+53 |
| * | Merge branch 'master' into _pytest_migration | Hernan Grecco | 2021-01-16 | 12 | -58/+24 |
| |\ | |||||
| | * | Merge #1229 | bors[bot] | 2021-01-09 | 1 | -11/+11 |
| | |\ | |||||
| | | * | Change deprecated assertEquals to assertEqual in tests | Miroslav Šedivý | 2021-01-08 | 1 | -11/+11 |
| | * | | Merge #1228 | bors[bot] | 2021-01-09 | 3 | -4/+4 |
| | |\ \ | |||||
| | | * | | Remove Python2 numeric int/float converting relics | Miroslav Šedivý | 2021-01-08 | 3 | -4/+4 |
| | | |/ | |||||
| | * | | Merge #1227 | bors[bot] | 2021-01-08 | 10 | -19/+19 |
| | |\ \ | |||||
| | | * | | Unescape overescaped regexes | Miroslav Šedivý | 2021-01-08 | 3 | -3/+3 |
| | | * | | Remove redundant parentheses | Miroslav Šedivý | 2021-01-08 | 2 | -3/+3 |
| | | * | | Fix typos | Miroslav Šedivý | 2021-01-08 | 8 | -13/+13 |
| | | |/ | |||||
| | * | | Parse NumPy version with LooseVersion | Miro Hrončok | 2021-01-08 | 1 | -3/+3 |
| | |/ | |||||
| * | | Linters | Hernan | 2021-01-16 | 1 | -5/+5 |
| * | | Fixed some helpers | Hernan | 2021-01-16 | 3 | -125/+115 |
| * | | Some info in contributing regarding tests | Hernan | 2021-01-16 | 1 | -1/+2 |
| * | | Migration of all tests to pytest | Hernan | 2021-01-10 | 26 | -3199/+3280 |
| |/ | |||||
| * | Merge branch 'rfrowe-patch-1' into develop | Hernan | 2021-01-07 | 1 | -1/+5 |
| |\ | |||||
| | * | Fix error on UnitsContainer equality check | Ryan Rowe | 2020-09-25 | 1 | -1/+5 |
| * | | Merge branch 'felixonmars-patch-1' into develop | Hernan | 2021-01-07 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Correct a typo in systems.py | Felix Yan | 2020-10-14 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'jules-ch-hotfix-1195-scalar-tolist' into develop | Hernan | 2021-01-07 | 2 | -6/+24 |
| |\ \ | |||||
| | * | | Fix scalar ndarray tolist function | Jules Chéron | 2020-10-29 | 2 | -6/+24 |
| | |/ | |||||
| * | | Linter | Hernan | 2021-01-07 | 1 | -3/+3 |
| * | | Fixed merge conflicts | Hernan | 2021-01-07 | 5 | -3/+37 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into comparisons | Hernan Grecco | 2021-01-07 | 2 | -1/+7 |
| | |\ \ | |||||
| | | * | | Add sign to numpy_func.py | Robin Tesse | 2020-10-31 | 2 | -1/+7 |
| | | |/ | |||||
| | * | | Formatting and changelog. | Lewis A. Marshall | 2020-10-31 | 3 | -9/+16 |
| | * | | Quantity comparisons ensure other is Quantity. | Lewis A. Marshall | 2020-10-31 | 3 | -3/+24 |
| | |/ | |||||
| * | | Run linter on all files | Hernan | 2021-01-07 | 18 | -214/+228 |
| |/ | |||||
| * | Linters and CHANGES | Hernan | 2020-09-21 | 1 | -1/+2 |
| * | Makes unpickling work properly using the Application Registry | Hernan | 2020-09-21 | 5 | -7/+32 |
| * | Linters | Hernan | 2020-09-08 | 1 | -6/+7 |
| * | Merge branch 'master' into master | Hernan Grecco | 2020-08-28 | 13 | -28/+607 |
| |\ | |||||
| | * | Replace pkg_resources to importlib.resources | Jules Chéron | 2020-08-27 | 1 | -4/+7 |
| | * | Merge branch 'master' of https://github.com/hgrecco/pint into log_units | 5igno | 2020-08-25 | 2 | -2/+12 |
| | |\ | |||||
| | * | | Removes print statements for tests | 5igno | 2020-08-25 | 1 | -2/+2 |
| | * | | Runs isort on compat.py | 5igno | 2020-08-25 | 1 | -2/+2 |
| | * | | Corrects typo: decibel, not decibell (as pointed out by @terikin) | signor82 | 2020-08-25 | 4 | -18/+18 |
| | * | | Solves conflict between black and flake8 in test_log_units | signor82 | 2020-08-25 | 1 | -1/+2 |
| | * | | Runs Flake8 on test_log_units.py | signor82 | 2020-08-25 | 1 | -1/+1 |
| | * | | Merge branch 'master' of https://github.com/hgrecco/pint into log_units | signor82 | 2020-08-22 | 12 | -95/+216 |
| | |\ \ | |||||
| | * | | | test_log_units: rework for pytest, mark some as xfail | Clark Willison | 2020-07-15 | 2 | -37/+89 |
| | * | | | test_log_units: parametrize to/from conversion tests | Clark Willison | 2020-07-15 | 1 | -74/+80 |
| | * | | | move log unit tests to their own module | Clark Willison | 2020-07-15 | 2 | -173/+218 |
| | * | | | converters.py: fix doc indent warnings | Clark Willison | 2020-07-15 | 1 | -4/+4 |
| | * | | | Merge branch 'master' into log-units WIP branch | Clark Willison | 2020-07-15 | 32 | -703/+2894 |
| | |\ \ \ | |||||
| | * | | | | Renames offset_units as non_mul_units | 5igno | 2020-02-16 | 1 | -2/+2 |
| | * | | | | Tests quantity dB defined through multiplication | 5igno | 2020-02-16 | 1 | -8/+9 |
| | * | | | | Exposes Definition's property is logaritmic | 5igno | 2020-02-16 | 1 | -0/+4 |
| | * | | | | Adds is_logarithmic as converter property | 5igno | 2020-02-16 | 2 | -3/+18 |
