summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Preparing release 0.16.10.16.1Hernan2020-09-222-3/+3
|
* Merge #1176bors[bot]2020-09-226-9/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | 1176: Makes unpickling work properly using the Application Registry r=hgrecco a=hgrecco - [x] Closes #1175 (insert issue number) - [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [x] The change is fully covered by automated unit tests - [ ] ~Documented in docs/ as appropriate~ - [x] Added an entry to the CHANGES file Co-authored-by: Hernan <hernan.grecco@gmail.com>
| * Linters and CHANGESHernan2020-09-212-3/+4
| |
| * Makes unpickling work properly using the Application RegistryHernan2020-09-215-7/+32
|/ | | | Close #1175
* Merge #1173bors[bot]2020-09-152-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | 1173: Fix docs r=hgrecco a=hgrecco - [ ] Closes # (insert issue number) - [ ] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file Co-authored-by: Hernan <hernan.grecco@gmail.com>
| * pygments>=2.4 in rtd requirementsHernan2020-09-141-0/+1
| |
| * Go back to building the docs in python 3.7Hernan2020-09-131-1/+1
|/
* Back to development: 0.17Hernan2020-09-132-1/+7
|
* Preparing release 0.160.16Hernan2020-09-132-2/+2
|
* Updated MANIFEST.inHernan2020-09-131-1/+1
|
* Merge #1170bors[bot]2020-09-087-64/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | 1170: Fix the docs r=hgrecco a=hgrecco - [ ] Closes # (insert issue number) - [ ] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [ ] Added an entry to the CHANGES file Co-authored-by: Hernan <hernan.grecco@gmail.com>
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 1157: Avoid unintentional inplace unit conversion r=hgrecco a=knightofni-i - [X] Closes #1102, Closes #1144 - [X] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [X] The change is fully covered by automated unit tests - [x] Documented in docs/ as appropriate - [X] Added an entry to the CHANGES file Co-authored-by: Kevin Fuhr <kfuhr@domeng.com> Co-authored-by: Hernan Grecco <hernan.grecco@gmail.com>
| * Merge branch 'master' into masterHernan Grecco2020-08-2819-29/+794
| |\ | |/ |/|
* | Merge #1164bors[bot]2020-08-284-5/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1164: Rely on stdlib importlib.resources for package files r=hgrecco a=jules-ch - [x] Closes #1080 - [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [x] The change is fully covered by automated unit tests - [x] ~Documented in docs/ as appropriate~ - [x] Added an entry to the CHANGES file Replace setuptools pkg_resources to standard lib importlib.resources. Use backport importlib-resources for python < 3.7 Removed setuptools from `install_requires` in the `setup.cfg`. The package and its runtime dependencies (packaging, importlib backports) are not installed on the CI during the install process. I've fixed that with a `pip install .` Co-authored-by: Jules Chéron <jules.cheron@gmail.com>
| * | Replace pkg_resources to importlib.resourcesJules Chéron2020-08-274-5/+11
| | | | | | | | | | | | | | | | | | | | | - Drop setuptools dependency on runtime - Add importlib-resources backport for python < 3.7 - Update CHANGES - Install package with dependencies when running tests on CI
* | | Merge #1027bors[bot]2020-08-2517-25/+783
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1027: Implements Logarithmic Units for units such as dB, dBm, octave or decade r=hgrecco a=5igno - [ ] Closes #71 - [X] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors - [ ] The change is fully covered by automated unit tests - [ ] Documented in docs/ as appropriate - [X] Added an entry to the CHANGES file Co-authored-by: 5igno <signobox@gmail.com> Co-authored-by: Clark Willison <clarkgwillison@gmail.com>
| * | 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
| |\ \ \ | | | | | | | | | | Add feature documentation, merge recent Pint changes
| | * | | 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
| | | | | | | | | | | | | | | | | | | | add more test cases for octave, decade
| | * | | 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
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix merge conflicts with upstream master, and bring this branch up-to-date with present work
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | Since log units are also non-multiplicative, variable is renamed.
| * | | | Tests quantity dB defined through multiplication5igno2020-02-161-8/+9
| | | | |
| * | | | Exposes Definition's property is logaritmic5igno2020-02-161-0/+4
| | | | | | | | | | | | | | | | | | | | A definition is logarithmic if its associated converter is logarithmic.
| * | | | Adds is_logarithmic as converter property5igno2020-02-162-3/+18
| | | | | | | | | | | | | | | | | | | | The properties like is_multiplicative or is_logarithmic allow to check if a converter's type without having to compare the instance to its class. Corresponding test cases are added for is_multiplicative and is_logarithmic.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | A list of operations involving logarithmic units is provided. When still not implementedin pint but executed by the user, pint should rise an exception. The scheleton of a test function to check this user interaction is provided.
| * | | | 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
| |\ \ \ \