summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_quantity.py
Commit message (Expand)AuthorAgeFilesLines
* Fix string formatting for numpy array scalarsRyan May2021-06-281-0/+10
* Merge pull request #1328 from keewis/fix-negative-exponentJules Chéron2021-06-121-0/+12
|\
| * use a custom UnitRegistry for complete test isolationKeewis2021-06-041-2/+2
| * check that exponentiation does not result in numpy scalar typed scalesKeewis2021-06-031-0/+12
* | docs: fix a few simple typosTim Gates2021-05-191-1/+1
|/
* Add support for Quantity in the constructorJules Chéron2021-04-031-0/+5
* Merge branch 'master' into _pytest_migrationHernan Grecco2021-01-161-2/+2
|\
| * Remove redundant parenthesesMiroslav Šedivý2021-01-081-2/+2
* | Fixed some helpersHernan2021-01-161-1/+1
* | Migration of all tests to pytestHernan2021-01-101-457/+504
|/
* LinterHernan2021-01-071-3/+3
* Fixed merge conflictsHernan2021-01-071-1/+16
|\
| * Formatting and changelog.Lewis A. Marshall2020-10-311-5/+13
| * Quantity comparisons ensure other is Quantity.Lewis A. Marshall2020-10-311-1/+8
* | Run linter on all filesHernan2021-01-071-2/+1
|/
* Change html repr away from latex to a Sparse/Dask-like reprJon Thielen2020-08-161-8/+17
* fix superscripting in HTML and pretty printClark Willison2020-06-081-6/+6
* Fixed bug with to_compactFranchuFranchu2020-03-211-0/+6
* add, iadd, eq, gt, etc. to treat bare NaN like 0Guido Imperiale2020-03-121-48/+154
* Support pickle protocol 0/1Guido Imperiale2020-02-281-9/+7
* Remove array function warning on first creationJon Thielen2020-02-181-6/+3
* Raise ValueError for ambiguity when attempting to cast Quantity with offset u...Jon Thielen2019-12-301-0/+2
* Refactor upcast type check to check actual types rather than namesJon Thielen2019-12-271-5/+7
* Add upcast tests for xarray, with additional implementation checksJon Thielen2019-12-271-3/+3
* Add upcast type check on Quantity creation, and make list extensibleJon Thielen2019-12-271-0/+9
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-0/+7
* Deprecate array protocol fallbackJon Thielen2019-12-261-0/+4
* Merge remote-tracking branch 'upstream/master' into pretty_print2Guido Imperiale2019-12-171-22/+22
|\
| * Preformatted stringsGuido Imperiale2019-12-131-4/+4
| * Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
| * More polishGuido Imperiale2019-12-131-14/+16
| * isortGuido Imperiale2019-12-131-2/+2
* | # Conflicts:Guido Imperiale2019-12-161-11/+14
|/
* blackGuido Imperiale2019-12-131-661/+748
* Tests cleanupGuido Imperiale2019-12-121-39/+50
* Fix Jupyter and LateX reprGuido Imperiale2019-12-121-6/+6
* Move BehaviorChangeWarning to first array Quantity creationJon Thielen2019-12-081-1/+13
* Update matmul test noting matmul has only been a proper ufunc since NumPy 1.16Jon Thielen2019-12-071-1/+2
* Move matmul support from #865 with simplified implimentationJon Thielen2019-12-051-0/+9
* Fixup to get all tests passingJon Thielen2019-12-051-3/+1
* Add __array_function__ based on changes by @andrewgsavage and @jthielenJon Thielen2019-12-051-1/+3
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-21/+15
* Reimplement _Quantity.__iter__ to return an iteratorJon Thielen2019-10-221-0/+13
* Use assertWarns only in Python 3xtreak2019-08-171-2/+5
* Use context manager for assertWarns and fix DeprecationWarningxtreak2019-08-171-2/+3
* Merge #762bors[bot]2019-02-081-0/+25
|\
| * added @helpers.requires_numpy() to test_from_sequence. (also cleaned up some ...Deniz Bozyigit2019-02-081-6/+3
| * Modified default constructor to process sequences of Quantities. This behavio...Deniz Bozyigit2019-02-061-2/+6
| * added custom constructors from_sequence and from_list to Quantity, as discuss...Deniz Bozyigit2019-02-061-0/+24
* | Add ndarray formatting support for float_kind dataJules2019-02-021-0/+13
|/