summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fall back to the default format for specs evaluating to `False`Keewis2021-08-151-0/+3
| | | |
| * | | don't accept `kwspec`Keewis2021-08-151-13/+4
| | | |
| * | | pre- and postprocessing for latexKeewis2021-08-141-2/+6
| | | |
| * | | add back the formats using the register functionKeewis2021-08-141-0/+75
| | | |
| * | | add a register function and convert _FORMATS to a dict of callablesKeewis2021-08-141-2/+11
| | | |
| * | | empty the _FORMATS dictKeewis2021-08-141-46/+2
| | | |
* | | | Merge pull request #1382 from hgrecco/pre-commit/autoupdate-0Jules Chéron2021-09-211-1/+1
|\ \ \ \ | | | | | | | | | | pre-commit: autoupdate hook versions
| * | | | pre-commit: autoupdate hook versionsgithub-actions[bot]2021-09-191-1/+1
| | | | |
| * | | | pre-commit: autoupdate hook versionsgithub-actions[bot]2021-09-051-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #1384 from lebigot/patch-1Jules Chéron2021-09-141-1/+1
|\ \ \ \ | | | | | | | | | | Typo fixed
| * | | | Typo fixedEric O. LEBIGOT (EOL)2021-09-071-1/+1
| |/ / /
* | | | Merge pull request #1315 from burmisha/fix-faq-linksJules Chéron2021-09-131-6/+6
|\ \ \ \ | | | | | | | | | | Update FAQ links
| * | | | Update FAQ linksMikhail Burmistrov2021-05-221-6/+6
| | | | |
* | | | | Merge pull request #1366 from keewis/application_registryJules Chéron2021-09-135-41/+100
|\ \ \ \ \ | |_|/ / / |/| | | | improve the application registry
| * | | | update CHANGESKeewis2021-08-201-0/+1
| | | | |
| * | | | Merge branch 'master' into application_registryKeewis2021-08-206-12/+35
| |\ \ \ \
| * | | | | add docstrings to the application registryKeewis2021-08-141-0/+14
| | | | | |
| * | | | | add a test checking that saved registries are properly updatedKeewis2021-08-081-0/+12
| | | | | |
| * | | | | properly isolate the application registry using fixturesKeewis2021-08-081-26/+25
| | | | | |
| * | | | | use the public methodKeewis2021-08-081-1/+1
| | | | | |
| * | | | | remove _APP_DIRKeewis2021-08-082-7/+6
| | | | | |
| * | | | | save the actual registry in shared registry objectsKeewis2021-08-062-1/+4
| | | | | |
| * | | | | don't type check the value returned by `get_application_registry()`Keewis2021-08-051-1/+1
| | | | | |
| * | | | | allow setting the object returned by `get_application_registry`Keewis2021-08-051-0/+3
| | | | | |
| * | | | | assign _APP_REGISTRY to the new nameKeewis2021-08-051-1/+1
| | | | | |
| * | | | | reimplement `get_application_registry` and `set_application_registry`Keewis2021-08-052-7/+8
| | | | | |
| * | | | | add the application registry objectKeewis2021-08-051-1/+2
| | | | | |
| * | | | | manually override a few dunder methodsKeewis2021-08-051-0/+12
| | | | | |
| * | | | | add a draft of the registry wrapper classKeewis2021-08-051-0/+14
| | | | | |
* | | | | | Merge pull request #1376 from marscher/patch-1Jules Chéron2021-08-241-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix examples section (numpy docstyle compatible)
| * | | | | | fix examples section (numpy docstyle compatible)Martin K. Scherer2021-08-231-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | https://numpydoc.readthedocs.io/en/latest/format.html#examples
* | | | | | Merge pull request #1377 from keewis/fix-rtdJules Chéron2021-08-241-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | fix the RTD builds
| * | | | | update to py38Keewis2021-08-231-1/+1
| | | | | |
| * | | | | try explicitly setting system_packages to falseKeewis2021-08-231-0/+1
|/ / / / /
* | | | | Merge pull request #1374 from nikosavola/1247-sqm-typoJules Chéron2021-08-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fix typo in `square_meter` definition
| * | | | Fix typo in `square_meter` definitionNiko Savola2021-08-201-1/+1
| | | | |
* | | | | Merge pull request #1372 from keewis/premature-ci-cancelJules Chéron2021-08-201-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | don't fail all CI jobs of a matrix if one job fails
| * | | | move to strategyKeewis2021-08-161-1/+1
| | | | |
| * | | | don't fail other CI jobs if one failsKeewis2021-08-161-0/+1
| | |_|/ | |/| |
* | | | Merge #1322bors[bot]2021-08-162-1/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1322: Fixed ci github actions to make it bors compatible again r=hgrecco a=hgrecco - [ ] Closes # (insert issue number) - [ ] Executed ``pre-commit run --all-files`` 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: Hernan <hernan.grecco@gmail.com>
| * | | Fix bors.tomlHernan2021-08-151-1/+1
| | | |
| * | | Summarize all test-linux into one dummy taskHernan2021-08-152-1/+11
|/ / /
* | | Merge pull request #1361 from jules-ch/fix-1360Jules Chéron2021-08-083-4/+6
|\ \ \ | | | | | | | | Fix parsing units with same exponents but different sign
| * | | Fix #1360 parsing units with same exponents but different signJules Chéron2021-08-053-4/+6
| |/ /
* | | Merge pull request #1368 from keewis/xarray-testsJules Chéron2021-08-082-7/+17
|\ \ \ | |/ / |/| | don't use `xarray`'s tutorial dataset in tests
| * | don't install poochKeewis2021-08-081-1/+1
| | |
| * | don't rely on the tutorial dataset for testsKeewis2021-08-081-6/+16
|/ /
* | Merge pull request #1321 from c-w/root-exceptionHernan Grecco2021-08-033-10/+45
|\ \ | | | | | | Add root exception for all pint errors
| * | Add root exception for all pint errorsClemens Wolff2021-05-283-10/+45
| | |
* | | Merge pull request #1359 from jules-ch/fix-1300Hernan Grecco2021-08-023-0/+9
|\ \ \ | | | | | | | | Fix #1300