summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Merge #1633stagingbors[bot]2022-10-262-3/+33
|\
| * Simplify registry subclassingHernan2022-10-252-3/+33
* | Pull flexparser.py from https://github.com/hgrecco/flexparserHernan2022-10-261-2/+2
|/
* Pull flexparser.py from https://github.com/hgrecco/flexparserHernan2022-10-251-4/+17
* Merge branch 'master' into broadcast_arraysandrewgsavage2022-10-2241-1495/+3456
|\
| * Merge #1596bors[bot]2022-10-222-2/+8
| |\
| | * Merge branch 'master' into ndimandrewgsavage2022-10-082-0/+18
| | |\
| | * | accidenltal commentAndrew2022-10-081-5/+5
| | * | add dataframe to upcast typesAndrew2022-10-082-7/+7
| | * | adds ndim attribute for pandas compatabilityAndrew2022-10-011-0/+6
| * | | Merge pull request #1595 from hgrecco/using_flexparserHernan Grecco2022-10-2138-1490/+3421
| |\ \ \
| | * | | Brings back [speed] as an alias for [velocity]Hernan2022-10-213-2/+7
| | * | | Rename parser to defparserHernan2022-10-1217-45/+45
| | * | | Using frozen=False in errors to avoid problems with daskHernan2022-10-121-11/+11
| | * | | Fixed Context.redefineHernan2022-09-301-5/+10
| | * | | Pull flexparser.py 0.2 from https://github.com/hgrecco/flexparserHernan2022-09-301-6/+26
| | * | | Final step to split the registry from the parserHernan2022-09-3038-1485/+3386
| * | | | Merge pull request #1600 from cgevans/fix-nonint-nanJules Chéron2022-10-183-3/+27
| |\ \ \ \
| | * | | | String NaN creation with correct non_int_typeConstantine Evans2022-10-093-3/+27
* | | | | | subokAndrew2022-10-152-1/+6
* | | | | | Merge branch 'master' into broadcast_arraysandrewgsavage2022-10-1513-262/+350
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update documentationJules Chéron2022-10-0910-59/+57
| |/ / / /
| * | | | Update test_non_int.py for pytest.Constantine Evans2022-10-091-203/+275
| | |_|/ | |/| |
| * | | raise if the condition is non-multiplicativeJustus Magin2022-09-112-1/+9
| * | | check that non-multiplicative raise an errorJustus Magin2022-09-111-0/+4
| * | | Merge branch 'master' into where-quantity-conditionJustus Magin2022-09-112-3/+9
| |\ \ \ | | | |/ | | |/|
| * | | actually fix the recursion errorJustus Magin2022-06-291-0/+1
| * | | add a test to make sure we avoid the recursion errorJustus Magin2022-06-291-0/+5
* | | | broadcast_arraysAndrew2022-10-152-2/+22
| |/ / |/| |
* | | 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
* | | Fix dask fixture loop_in_thread in latest distributedJules Chéron2022-08-061-1/+7
|/ /
* | Fix cleanup fixture failingJules Chéron2022-07-141-3/+3
|/
* Merge branch 'master' into patch-1Daniel Ching2022-06-0285-5250/+8655
|\
| * 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
| * Again, Merge pull request #1516 from CD3/masterHernan2022-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