[Numpy-svn] [numpy/numpy] 6966bd: BUG: ticket #2028: When min_scalar was not checkin...
GitHub
noreply at github.com
Tue Jul 17 23:48:33 EDT 2012
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: 6966bdcf28ec709e794d4b0c65cb72b0275d8e92
https://github.com/numpy/numpy/commit/6966bdcf28ec709e794d4b0c65cb72b0275d8e92
Author: Eric Fode <ericfode at linuxlaptop.(none)>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
M numpy/core/tests/test_multiarray.py
Log Message:
-----------
BUG: ticket #2028: When min_scalar was not checking to see if numbers could fit into unsigned long longs. This was fixed by adding an extra case to function to check if the passed number could fit into a unsigned long long if it could not fit into anything else. Additionaly, regression tests were added.
Commit: 3d3102989eb760a711db3ade580a84541e5ee403
https://github.com/numpy/numpy/commit/3d3102989eb760a711db3ade580a84541e5ee403
Author: Eric Fode <ericfode at gmail.com>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
Log Message:
-----------
Style Fix
Commit: 681bceb247b960b8939e021713f00d0de09900cb
https://github.com/numpy/numpy/commit/681bceb247b960b8939e021713f00d0de09900cb
Author: Eric Fode <ericfode at gmail.com>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
Log Message:
-----------
Tab Fix
Commit: 120c6bdca272717c21ce4d79c29142ef64c457c0
https://github.com/numpy/numpy/commit/120c6bdca272717c21ce4d79c29142ef64c457c0
Author: Eric Fode <ericfode at gmail.com>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
Log Message:
-----------
more tabs removed (hunting for c formatter to take care of this next time)
Commit: 78f66726040a87d3d0955f1d437c5a7c745bc632
https://github.com/numpy/numpy/commit/78f66726040a87d3d0955f1d437c5a7c745bc632
Author: Eric Fode <ericfode at gmail.com>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
Log Message:
-----------
Added cast to error check, and fixed indentation.
Commit: 7b8d30b4c1dc0f33d9988d47de24c77cbeea41f8
https://github.com/numpy/numpy/commit/7b8d30b4c1dc0f33d9988d47de24c77cbeea41f8
Author: Travis E. Oliphant <teoliphant at gmail.com>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
M numpy/core/tests/test_multiarray.py
Log Message:
-----------
Merge remote-tracking branch 'hackerschool/2028fix'
Commit: 88cf94d5ddc1c42e2ff078dc4fbb3c626efedae3
https://github.com/numpy/numpy/commit/88cf94d5ddc1c42e2ff078dc4fbb3c626efedae3
Author: Travis E. Oliphant <teoliphant at gmail.com>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M numpy/core/src/multiarray/common.c
Log Message:
-----------
Fix-up logic so that it is more readable.
Commit: 5b4e61b8a18d79385d503624886d9d5f2038b31b
https://github.com/numpy/numpy/commit/5b4e61b8a18d79385d503624886d9d5f2038b31b
Author: Travis E. Oliphant <teoliphant at gmail.com>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M numpy/lib/tests/test_function_base.py
Log Message:
-----------
BUG: Fix some tests in PR #192
Compare: https://github.com/numpy/numpy/compare/bc1005324566...5b4e61b8a18d
More information about the Numpy-svn
mailing list