index
:
delta/python-packages/pint.git
_decimal
_npsubclass
_pytest_migration
code_reorganization
develop
master
pre-commit/autoupdate-0
staging
staging.tmp
trying
github.com: hgrecco/pint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pint
/
testsuite
/
test_quantity.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix string formatting for numpy array scalars
Ryan May
2021-06-28
1
-0
/
+10
*
Merge pull request #1328 from keewis/fix-negative-exponent
Jules Chéron
2021-06-12
1
-0
/
+12
|
\
|
*
use a custom UnitRegistry for complete test isolation
Keewis
2021-06-04
1
-2
/
+2
|
*
check that exponentiation does not result in numpy scalar typed scales
Keewis
2021-06-03
1
-0
/
+12
*
|
docs: fix a few simple typos
Tim Gates
2021-05-19
1
-1
/
+1
|
/
*
Add support for Quantity in the constructor
Jules Chéron
2021-04-03
1
-0
/
+5
*
Merge branch 'master' into _pytest_migration
Hernan Grecco
2021-01-16
1
-2
/
+2
|
\
|
*
Remove redundant parentheses
Miroslav Šedivý
2021-01-08
1
-2
/
+2
*
|
Fixed some helpers
Hernan
2021-01-16
1
-1
/
+1
*
|
Migration of all tests to pytest
Hernan
2021-01-10
1
-457
/
+504
|
/
*
Linter
Hernan
2021-01-07
1
-3
/
+3
*
Fixed merge conflicts
Hernan
2021-01-07
1
-1
/
+16
|
\
|
*
Formatting and changelog.
Lewis A. Marshall
2020-10-31
1
-5
/
+13
|
*
Quantity comparisons ensure other is Quantity.
Lewis A. Marshall
2020-10-31
1
-1
/
+8
*
|
Run linter on all files
Hernan
2021-01-07
1
-2
/
+1
|
/
*
Change html repr away from latex to a Sparse/Dask-like repr
Jon Thielen
2020-08-16
1
-8
/
+17
*
fix superscripting in HTML and pretty print
Clark Willison
2020-06-08
1
-6
/
+6
*
Fixed bug with to_compact
FranchuFranchu
2020-03-21
1
-0
/
+6
*
add, iadd, eq, gt, etc. to treat bare NaN like 0
Guido Imperiale
2020-03-12
1
-48
/
+154
*
Support pickle protocol 0/1
Guido Imperiale
2020-02-28
1
-9
/
+7
*
Remove array function warning on first creation
Jon Thielen
2020-02-18
1
-6
/
+3
*
Raise ValueError for ambiguity when attempting to cast Quantity with offset u...
Jon Thielen
2019-12-30
1
-0
/
+2
*
Refactor upcast type check to check actual types rather than names
Jon Thielen
2019-12-27
1
-5
/
+7
*
Add upcast tests for xarray, with additional implementation checks
Jon Thielen
2019-12-27
1
-3
/
+3
*
Add upcast type check on Quantity creation, and make list extensible
Jon Thielen
2019-12-27
1
-0
/
+9
*
Run pyment -w --convert -o numpydoc .
Hernan
2019-12-27
1
-0
/
+7
*
Deprecate array protocol fallback
Jon Thielen
2019-12-26
1
-0
/
+4
*
Merge remote-tracking branch 'upstream/master' into pretty_print2
Guido Imperiale
2019-12-17
1
-22
/
+22
|
\
|
*
Preformatted strings
Guido Imperiale
2019-12-13
1
-4
/
+4
|
*
Remove redundant encoding information (utf8 is the default)
Guido Imperiale
2019-12-13
1
-2
/
+0
|
*
More polish
Guido Imperiale
2019-12-13
1
-14
/
+16
|
*
isort
Guido Imperiale
2019-12-13
1
-2
/
+2
*
|
# Conflicts:
Guido Imperiale
2019-12-16
1
-11
/
+14
|
/
*
black
Guido Imperiale
2019-12-13
1
-661
/
+748
*
Tests cleanup
Guido Imperiale
2019-12-12
1
-39
/
+50
*
Fix Jupyter and LateX repr
Guido Imperiale
2019-12-12
1
-6
/
+6
*
Move BehaviorChangeWarning to first array Quantity creation
Jon Thielen
2019-12-08
1
-1
/
+13
*
Update matmul test noting matmul has only been a proper ufunc since NumPy 1.16
Jon Thielen
2019-12-07
1
-1
/
+2
*
Move matmul support from #865 with simplified implimentation
Jon Thielen
2019-12-05
1
-0
/
+9
*
Fixup to get all tests passing
Jon Thielen
2019-12-05
1
-3
/
+1
*
Add __array_function__ based on changes by @andrewgsavage and @jthielen
Jon Thielen
2019-12-05
1
-1
/
+3
*
Remove 2.7 support from codebase
Guido Imperiale
2019-12-03
1
-21
/
+15
*
Reimplement _Quantity.__iter__ to return an iterator
Jon Thielen
2019-10-22
1
-0
/
+13
*
Use assertWarns only in Python 3
xtreak
2019-08-17
1
-2
/
+5
*
Use context manager for assertWarns and fix DeprecationWarning
xtreak
2019-08-17
1
-2
/
+3
*
Merge #762
bors[bot]
2019-02-08
1
-0
/
+25
|
\
|
*
added @helpers.requires_numpy() to test_from_sequence. (also cleaned up some ...
Deniz Bozyigit
2019-02-08
1
-6
/
+3
|
*
Modified default constructor to process sequences of Quantities. This behavio...
Deniz Bozyigit
2019-02-06
1
-2
/
+6
|
*
added custom constructors from_sequence and from_list to Quantity, as discuss...
Deniz Bozyigit
2019-02-06
1
-0
/
+24
*
|
Add ndarray formatting support for float_kind data
Jules
2019-02-02
1
-0
/
+13
|
/
[next]