summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 0.160.16Hernan2020-09-132-2/+2
* Updated MANIFEST.inHernan2020-09-131-1/+1
* Merge #1170bors[bot]2020-09-087-64/+15
|\
| * Pin black to ==19.10b0 as 20.8b1 is failingHernan2020-09-081-1/+1
| * LintersHernan2020-09-081-6/+7
| * Enforce pandas>=1.0.4 in requirements_docsHernan2020-09-081-1/+1
| * Updated docs python to python 3.8Hernan2020-09-081-1/+1
| * Fix the docsHernan2020-09-073-4/+4
| * Add pip-wheel-metadata/Pint.dist-info/AUTHORS to gitignoreHernan2020-09-072-51/+1
|/
* Merge #1157bors[bot]2020-08-293-3/+34
|\
| * Merge branch 'master' into masterHernan Grecco2020-08-2819-29/+794
| |\ | |/ |/|
* | Merge #1164bors[bot]2020-08-284-5/+11
|\ \
| * | Replace pkg_resources to importlib.resourcesJules Chéron2020-08-274-5/+11
* | | Merge #1027bors[bot]2020-08-2517-25/+783
|\ \ \ | |/ /
| * | Moves LogUnits implementation to 0.165igno2020-08-251-1/+2
| * | Merge branch 'master' of https://github.com/hgrecco/pint into log_units5igno2020-08-254-4/+23
| |\ \ | |/ / |/| |
| * | 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-255-23/+23
| * | 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-2217-102/+259
| |\ \
| * \ \ Merge pull request #1 from clarkgwillison/update-log-unitsGiorgio Signorello2020-08-2162-2756/+4185
| |\ \ \
| | * | | test_log_units: rework for pytest, mark some as xfailClark Willison2020-07-152-37/+89
| | * | | docs: emphasize beta-ness of log unit supportClark Willison2020-07-151-50/+84
| | * | | update CHANGES entry to reflect later feature release dateClark Willison2020-07-151-2/+3
| | * | | 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-1559-2578/+3775
| | |\ \ \
| | * | | | finish first draft of log docsClark Willison2020-06-171-84/+48
| | * | | | start documenting log unitsClark Willison2020-06-172-0/+130
| |/ / / /
| * | | | 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
| * | | | Adds 5igno to the list of contributors5igno2020-02-141-0/+51
| * | | | Gets test_errors compliant with isort5igno2020-02-141-2/+1
| * | | | Defines Tests for dB computation or Errors if any5igno2020-02-142-23/+41
| * | | | Implements Error for LogarithmicUnit computation5igno2020-02-142-3/+45
| * | | | Adds other implementer's contribution to issue#715igno2020-02-141-1/+1
| * | | | Merge branch 'master' of https://github.com/hgrecco/pint into log_units5igno2020-02-148-14/+164
| |\ \ \ \
| * | | | | Tests Log-to-Log conversion and Log creation5igno2020-02-141-38/+90
| * | | | | Adds dBu and octave to test Log-to-Log conversion5igno2020-02-141-0/+3
| * | | | | Makes test_log_unit_definition Flake-8 compatible5igno2020-02-141-1/+3
| * | | | | Implements helper to add ref to logunits back5igno2020-02-141-13/+22
| * | | | | Converts LogsUnits in NonMultiplicativeRegistry5igno2020-02-141-2/+12
| * | | | | Corrects dBm's definition and its test5igno2020-02-132-12/+3
| * | | | | Implements Test cases for Logarithmic Units5igno2020-02-131-0/+108
| * | | | | Implements Test for Logaritmic Unit definitions5igno2020-02-131-1/+69