summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1575 from hgrecco/pre-commit/autoupdate-0Jules Chéron2022-09-041-1/+1
|\
| * pre-commit: autoupdate hook versionsgithub-actions[bot]2022-09-041-1/+1
|/
* Merge pull request #1563 from jules-ch/fix-_vendor-moduleJules Chéron2022-08-291-0/+0
|\
| * Add __init__.py fixing vendor moduleJules Chéron2022-07-181-0/+0
* | Merge pull request #1564 from jules-ch/benchmarks-folderJules Chéron2022-08-2310-2/+17
|\ \
| * | Move benchmarks to specific folderJules Chéron2022-08-0610-2/+17
* | | Merge pull request #1565 from jules-ch/fix-dask-distributed-fixtureJules Chéron2022-08-061-1/+7
|\ \ \ | |/ / |/| |
| * | Fix dask fixture loop_in_thread in latest distributedJules Chéron2022-08-061-1/+7
|/ /
* | Merge pull request #1552 from andrewgsavage/ang_freqHernan Grecco2022-07-183-0/+36
|\ \ | |/ |/|
| * formattingandrewgsavage2022-07-161-2/+2
| * changesandrewgsavage2022-07-161-0/+1
| * fix doc errorandrewgsavage2022-07-161-12/+12
| * add ang freq docsandrewgsavage2022-07-162-0/+35
|/
* Merge pull request #1549 from jules-ch/fix-dask-fixtureJules Chéron2022-07-141-3/+3
|\
| * Fix cleanup fixture failingJules Chéron2022-07-141-3/+3
|/
* Merge pull request #1541 from hgrecco/pre-commit/autoupdate-0Hernan Grecco2022-07-131-1/+1
|\
| * pre-commit: autoupdate hook versionsgithub-actions[bot]2022-07-031-1/+1
|/
* Merge pull request #1534 from hgrecco/pre-commit/autoupdate-0Hernan Grecco2022-06-111-1/+1
|\
| * pre-commit: autoupdate hook versionsgithub-actions[bot]2022-06-121-1/+1
|/
* Merge pull request #1347 from carterbox/patch-1Hernan Grecco2022-06-095-6/+12
|\
| * Merge branch 'master' into patch-1Daniel Ching2022-06-02114-5923/+9217
| |\ | |/ |/|
* | Merge pull request #1528 from hgrecco/developHernan Grecco2022-05-292-5/+10
|\ \
| * \ Merge pull request #1529 from hgrecco/masterHernan Grecco2022-05-290-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1524 from hgrecco/developHernan Grecco2022-05-199-17/+21
|\ \ \
| | * | Raise exception / warning on redefinition of alias.Hernan2022-05-281-3/+8
| | * | Modify ParserHelper constructors to facilitate subclassingHernan2022-05-251-2/+2
| |/ /
| * | Add explicit dependencies between facet registriesHernan2022-05-198-13/+15
| * | Change build_dependent_class to only include bases defined in the actual regi...Hernan2022-05-191-4/+6
|/ /
* | Merge pull request #1517 from hgrecco/developHernan Grecco2022-05-1671-4505/+5323
|\ \
| * | Updated docsHernan2022-05-072-13/+28
| * | Update CHANGESHernan2022-05-071-1/+4
| * | Again, Merge pull request #1516 from CD3/masterHernan2022-05-071-1/+1
| * | Changed import in ipynbHernan2022-05-071-1/+1
| * | Remove unused classHernan2022-05-071-5/+0
| * | More cleanup of importHernan2022-05-076-8/+10
| * | Adjust docstringsHernan2022-05-071-26/+5
| * | Facets root should only expose classes (not modules)Hernan2022-05-073-33/+53
| * | Use for System and Group the same mechanism to build class as for Quantity, U...Hernan2022-05-077-37/+24
| * | Typing and documentation changesHernan2022-05-0724-453/+566
| * | Improved type checking consistencyHernan2022-05-0731-80/+70
| * | Remove __handling and __used which are not needed any moreHernan2022-05-072-18/+0
| * | Refactor some nonmultiplicative codeHernan2022-05-073-32/+61
| * | Remove temporary aliases for PlainQuantity and PlainUnitHernan2022-05-074-12/+12
| * | Split creation of specialized Quantity, Unit, Measurement classes in twoHernan2022-05-075-18/+37
| * | Change Representation to Quantity and Unit (not Plain)Hernan2022-05-072-4/+4
| * | Create Formatting FacetHernan2022-05-077-209/+249
| * | Added docstring in facet moduleHernan2022-05-071-0/+70
| * | Create Measurement FacetHernan2022-05-075-47/+65
| * | Create Dask FacetHernan2022-05-073-106/+132
| * | Create NumPy FacetHernan2022-05-0710-299/+392