summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Merge #1013bors[bot]2020-02-041-1/+1
|\
| * Change default numpy datatype to np.ptype("int")5igno2020-02-041-1/+1
* | Merge #999bors[bot]2020-02-028-111/+230
|\ \ | |/
| * Removed unused importHernan2020-01-211-1/+0
| * Moved pi from _after_init to the constants fileHernan2020-01-213-4/+1
| * Replace 1.0 and 0.0 (floats) by 1 and 0 (integers)Hernan2020-01-215-17/+17
| * Add `from_string` to all Definition subclasses.Hernan2020-01-182-90/+213
* | Merge #996bors[bot]2020-01-222-0/+7
|\ \
| * | Fixed #960Jules Chéron2020-01-212-0/+7
* | | remove the unneeded else:Keewis2020-01-201-7/+6
* | | change the implementation of `pad` to treat non-quantities as dimensionlessKeewis2020-01-202-5/+18
|/ /
* | Ignore unassigned variables in flake8 in test suiteJuan Nunez-Iglesias2020-01-151-3/+3
* | Add test for attribute _ and fix logic ;)Juan Nunez-Iglesias2020-01-152-4/+8
* | Check for attributes containing only '_'Juan Nunez-Iglesias2020-01-151-2/+2
* | Fix incorrect use of u instead of ureg in testsJuan Nunez-Iglesias2020-01-151-4/+4
* | Format strings according to blackJuan Nunez-Iglesias2020-01-152-3/+4
* | Add test for no attribute error in _100kmJuan Nunez-Iglesias2020-01-151-0/+8
* | Update docstring for getattr_maybe_raiseJuan Nunez-Iglesias2020-01-151-3/+7
* | Don't raise error if key starts with _[digit]Juan Nunez-Iglesias2020-01-151-1/+5
* | minor typo fixWill Stott2020-01-141-1/+1
|/
* Add implementations and tests for allclose and intersect1dJon Thielen2020-01-082-0/+18
* Rename sequence-of-quantities helper, with tests for size zero Quantity creat...Jon Thielen2020-01-073-14/+30
* Fix __array__ signature (Fixes #974)Ryan May2020-01-072-1/+7
* Sphinx fixesGuido Imperiale2020-01-068-126/+118
* Add any, all, cbrt, linalg.solveJon Thielen2019-12-302-3/+62
* Raise ValueError for ambiguity when attempting to cast Quantity with offset u...Jon Thielen2019-12-302-1/+7
* Add downcast compat testsJon Thielen2019-12-291-0/+108
* Add explicit support for duck arrays/downcast types along with force_ndarray_...Jon Thielen2019-12-295-62/+148
* Merge #962bors[bot]2019-12-282-50/+91
|\
| * Updated CHANGES to new exceptionsHernan2019-12-281-11/+15
| * Add None case to valid valuesHernan2019-12-281-3/+3
| * LintersHernan2019-12-281-4/+13
| * wraps enforces str or Unit as argumentsHernan2019-12-281-4/+12
| * wraps(strict=True) now accept strings as arguments in the wrapper functionHernan2019-12-281-6/+13
| * Improved docs check/wrapsHernan2019-12-281-21/+24
| * Streamline codeHernan2019-12-281-7/+5
| * Add verification of number of args/params in check and wrapHernan2019-12-281-5/+17
* | Merge #961bors[bot]2019-12-281-0/+1
|\ \ | |/
| * Add rps to definitionsHernan2019-12-271-0/+1
* | Merge #842bors[bot]2019-12-281-1/+2
|\ \ | |/ |/|
| * fix(registry): shallow copy context transformations before mutatingDamien Cupif2019-09-061-1/+2
* | Merge #729bors[bot]2019-12-281-2/+2
|\ \
| * | 1.0 -> 1Jonas Haag2018-10-291-2/+2
* | | Add array function/ufunc deferral tests (xref #951)Jon Thielen2019-12-271-0/+17
* | | Refactor upcast type check to check actual types rather than namesJon Thielen2019-12-272-10/+35
* | | Documentation updates for upcast type updatesJon Thielen2019-12-271-4/+4
* | | Add upcast tests for xarray, with additional implementation checksJon Thielen2019-12-274-4/+119
* | | Add upcast type check on Quantity creation, and make list extensibleJon Thielen2019-12-273-2/+14
* | | Fixes W293Hernan2019-12-2714-134/+134
* | | LinterSHernan2019-12-271-1/+0