summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'master' into patch-type-importsHernan Grecco2023-04-2458-271/+373
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-2440-98/+6
| | | | | | | | | | |
* | | | | | | | | | | Migrate isort and flake8 settings to ruffHernan2023-04-241-9/+19
| | | | | | | | | | |
* | | | | | | | | | | Improved .pre-commit-config.yamlHernan2023-04-241-10/+15
| | | | | | | | | | |
* | | | | | | | | | | Remove numpy version in Python 3.8 to try to fix import error in testHernan2023-04-241-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Trying pyproject.toml and not setup.cfgHernan2023-04-242-76/+13
| | | | | | | | | | |
* | | | | | | | | | | Restored setup.cfgHernan2023-04-241-3/+0
| | | | | | | | | | |
* | | | | | | | | | | Fixed setup.cfgHernan2023-04-241-0/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1729 from cgevans/degree-parsingHernan Grecco2023-04-243-1/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Parse '°' along with previous text, not adding a preceding space
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into degree-parsingHernan Grecco2023-04-2419-78/+287
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1648 from jules-ch/PEP621Hernan Grecco2023-04-245-16/+75
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Pep621
| * | | | | | | | | | | Merge branch 'master' into PEP621Hernan Grecco2023-04-2424-116/+390
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1625 from tovrstra/fix-trailing-zeros-decimalHernan Grecco2023-04-243-1/+22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix creation of trailing zeros in Decimal objects when converting units
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into fix-trailing-zeros-decimalHernan Grecco2023-04-2417-77/+227
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1660 from jules-ch/fix-1658Hernan Grecco2023-04-243-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix unit check with `atol` using np.allclose.
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into fix-1658Hernan Grecco2023-04-2424-112/+303
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1741 from keewis/fix-full_likeHernan Grecco2023-04-241-9/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use `**kwargs` to pass along additional arguments to `ones_like`
| * | | | | | | | | | | | | | use **kwargs to pass along additional arguments to `ones_like`Justus Magin2023-04-141-9/+3
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1685 from keewis/black-jupyterHernan Grecco2023-04-242-45/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run `black` on notebooks as well
| * | | | | | | | | | | | | | remove the `black` hookJustus Magin2023-04-141-1/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | run pre-commit hooksJustus Magin2022-12-191-7/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | normalize jupyter notebooksJustus Magin2022-12-191-0/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | apply the pre-commit hooksJustus Magin2022-12-191-37/+40
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | enable `black` formatting for notebooksJustus Magin2022-12-191-0/+1
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1701 from BenPortner/fix-subtraction-errorHernan Grecco2023-04-243-3/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix subtraction parsing error
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'hgrecco/pre-commit/autoupdate-0' into ↵Benjamin W. Portner2023-02-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix-subtraction-error
| * | | | | | | | | | | | | | | modify string pre-processing such that multiplication operator is inserted ↵Benjamin W. Portner2023-01-192-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before and after brackets, e.g. 2 (3 + 4) -> 2 * (3 + 4)
| * | | | | | | | | | | | | | | document CHANGESBenjamin W. Portner2023-01-181-0/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | - fix error in string pre-processingBenjamin W. Portner2023-01-182-3/+73
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add tests for pre-processed tree evaluation
* | | | | | | | | | | | | | | Merge pull request #1703 from RemDelaporteMathurin/expose_matplotlib_formatterHernan Grecco2023-04-248-1/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Expose matplotlib formatter
| * | | | | | | | | | | | | | added example in docsRemDelaporteMathurin2023-01-201-0/+25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | modified CHANGESRemDelaporteMathurin2023-01-201-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | added test and fixed baseline imagesRemDelaporteMathurin2023-01-204-0/+18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Added mpl_formatter attribute to PlainRegistryRemDelaporteMathurin2023-01-202-1/+6
| |/ / / / / / / / / / / / /
| | | * | | | | | | | | | | Fix unit check with `atol` using np.allclose.Jules Chéron2022-11-233-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1658
| | | | * | | | | | | | | | Add test and fix newlinesToon Verstraelen2023-01-142-1/+11
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2023-01-0913-41/+116
| | | | |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2022-10-3036-216/+658
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Clean up remnantsToon Verstraelen2022-10-282-4/+1
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Simplify unit testing as suggested by hgreccoToon Verstraelen2022-10-282-13/+4
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Merge branch 'master' into fix-trailing-zeros-decimalToon Verstraelen2022-10-265-10/+39
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Fix creation of trailing zeros in Decimal objects when converting unitsToon Verstraelen2022-10-235-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1621 I've also modified conftest, to facilitate testing with customized unit registries. This is to be discussed, obviously.
| | | | | | | * | | | | | | | | Merge branch 'master' into PEP621Jules Chéron2022-11-235-2/+25
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | Remove setup.pyJules Chéron2022-11-101-5/+0
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | Update CHANGELOGJules Chéron2022-11-101-1/+2
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | formatJules Chéron2022-11-102-3/+5
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | Make pint-convert a python file for building with setuptoolsJules Chéron2022-11-101-1/+4
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | draft PEP621Jules Chéron2022-11-102-62/+67
| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | Merge branch 'master' into degree-parsingHernan Grecco2023-04-245-12/+32
| | | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Support numpy delete (#1699)Dennis Göries2023-03-233-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support numpy delete --------- Co-authored-by: Jules Chéron <43635101+jules-ch@users.noreply.github.com>