summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* isortGuido Imperiale2019-12-1327-126/+118
* flake8 fixesGuido Imperiale2019-12-1310-70/+81
* blackGuido Imperiale2019-12-1336-3613/+4566
* Tests cleanupGuido Imperiale2019-12-122-77/+110
* Fix Jupyter and LateX reprGuido Imperiale2019-12-124-48/+77
* use version.parse to be more robustKeewis2019-12-121-2/+2
* use LegacyVersion instead of StrictVersion which breaks for numpy devKeewis2019-12-121-2/+2
* Merge #905bors[bot]2019-12-117-420/+1583
|\
| * NumPy function util cleanup based on feedbackJon Thielen2019-12-101-31/+32
| * More post-rebase cleanupJon Thielen2019-12-091-34/+37
| * Move BehaviorChangeWarning to first array Quantity creationJon Thielen2019-12-083-11/+34
| * Update docs and changelog for NEP-18 supportJon Thielen2019-12-081-0/+2
| * Add documentation and unit test for numpy_func.pyJon Thielen2019-12-082-35/+180
| * Update matmul test noting matmul has only been a proper ufunc since NumPy 1.16Jon Thielen2019-12-074-5/+16
| * Add Quantity.dot method as wrapper of np.dot functionJon Thielen2019-12-072-0/+11
| * Patch where and isin based on feedbackJon Thielen2019-12-072-5/+22
| * Reimplement where for custom handling of zero and nanJon Thielen2019-12-072-3/+21
| * Reimplement isin to be False rather than raising error on incompatible unitJon Thielen2019-12-072-1/+30
| * Add einsum, tile, rot90, insertJon Thielen2019-12-072-2/+34
| * Fix bad code in getattr fallbackJon Thielen2019-12-052-4/+4
| * Fixup cumprod test broken from rebaseJon Thielen2019-12-052-2/+2
| * Add nanpercentile, copyto, and isinJon Thielen2019-12-052-2/+41
| * Add fabs, minimum, and maximum ufuncsJon Thielen2019-12-053-4/+15
| * Add astype and item as wrapped NumPy methods (and refactor flatten to be like...Jon Thielen2019-12-052-11/+18
| * Refactor some simple implementations to use a signature-based implementorJon Thielen2019-12-051-91/+63
| * Updates for quantity check in numpy_func.pyJon Thielen2019-12-051-11/+13
| * Move matmul support from #865 with simplified implimentationJon Thielen2019-12-053-1/+19
| * Fixup to get all tests passingJon Thielen2019-12-055-46/+124
| * Remove oft-problematic in-place conversion to ndarray, with notes for future ...Jon Thielen2019-12-051-5/+6
| * Initial changed behavior warning modifications suggested by @crusaderkyJon Thielen2019-12-051-10/+9
| * Add handling for mixed argument typesJon Thielen2019-12-055-447/+604
| * Add __array_function__ based on changes by @andrewgsavage and @jthielenJon Thielen2019-12-053-25/+224
| * Merge pint/testsuite/test_numpy.py from branch split_quantity (props @andrewg...Jon Thielen2019-12-051-143/+479
| * Preliminary changes from prior implementation (compat, etc.)Jon Thielen2019-12-052-1/+53
* | Fix ContextChain._contextsGuido Imperiale2019-12-091-1/+1
* | Fix bug in #909 where every time a context is reactivated it creates a brand ...Guido Imperiale2019-12-092-8/+19
|/
* Correct commentGuido Imperiale2019-12-051-2/+2
* Unused importGuido Imperiale2019-12-051-1/+0
* Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-0539-1552/+356
|\
| * Merge tweaksGuido Imperiale2019-12-051-4/+1
| * Merge branch 'master' into py27_cleanupGuido Imperiale2019-12-057-62/+130
| |\
| | * Merge #911bors[bot]2019-12-052-3/+38
| | |\
| | | * Implement registry-based string preprocessing as list of callablesJon Thielen2019-12-042-3/+38
| | * | Merge #909bors[bot]2019-12-042-46/+80
| | |\ \
| | | * | CPython caches the output of __hash__ - don't implement it on mutable objectsGuido Imperiale2019-12-042-5/+11
| | | * | Trivial cleanupGuido Imperiale2019-12-031-1/+1
| | | * | Fix last bugGuido Imperiale2019-12-032-6/+6
| | | * | Fix failing testsGuido Imperiale2019-12-031-14/+12
| | | * | Code reviewGuido Imperiale2019-12-032-38/+36
| | | * | Merge branch 'master' into 795_preserve_cachesGuido Imperiale2019-12-0330-850/+1780
| | | |\ \ | | | | |/