summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* isortGuido Imperiale2019-12-1331-135/+129
* flake8 fixesGuido Imperiale2019-12-1313-87/+110
* blackGuido Imperiale2019-12-1340-3827/+4790
* Merge #928bors[bot]2019-12-125-115/+179
|\
| * Tests cleanupGuido Imperiale2019-12-122-77/+110
| * Fix Jupyter and LateX reprGuido Imperiale2019-12-125-48/+79
|/
* Merge #926bors[bot]2019-12-122-2/+3
|\
| * require setuptoolsKeewis2019-12-121-0/+1
| * 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-119-439/+1631
|\
| * NumPy function util cleanup based on feedbackJon Thielen2019-12-101-31/+32
| * Add link to wraps in NumPy doc commentary on performanceJon Thielen2019-12-091-1/+2
| * 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-083-18/+48
| * 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
* | Merge #923bors[bot]2019-12-093-9/+20
|\ \ | |/ |/|
| * 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-093-9/+20
|/
* Merge #915bors[bot]2019-12-0514-178/+417
|\
| * Correct commentGuido Imperiale2019-12-051-2/+2
| * CHANGES tweakGuido Imperiale2019-12-051-3/+2
| * Unused importGuido Imperiale2019-12-051-1/+0
| * ChangesGuido Imperiale2019-12-051-1/+70
| * Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-0552-1661/+386
| |\ | |/ |/|
* | Merge #910bors[bot]2019-12-0553-1619/+266
|\ \
| * | Merge tweaksGuido Imperiale2019-12-051-4/+1
| * | READMEGuido Imperiale2019-12-052-4/+6