index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
matrixlib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-06
MAINT: Remove now-unnecessary implementation of matrix str/repr
Eric Wieser
1
-13
/
+0
2017-11-13
ENH: don't show boolean dtype, as it is implied
Eric Wieser
1
-3
/
+3
2017-08-06
TST, MAINT: Add `__init__.py` files to tests directories.
Charles Harris
1
-0
/
+0
2017-08-06
Merge pull request #9505 from eric-wieser/fix-issubdtype
Charles Harris
2
-1
/
+7
2017-08-05
BUG: Be explicit about allowing all integer types in matrix exponentiation
Eric Wieser
2
-1
/
+7
2017-08-05
MAINT: Remove `level=` keyword from test arguments.
Charles Harris
1
-5
/
+4
2017-07-17
TST: Remove unittest dependencies in matrixlib/tests.
Charles Harris
4
-24
/
+25
2017-07-04
MAINT: Rearrange files in numpy/testing module.
Charles Harris
1
-1
/
+1
2017-06-10
DOC: BLD: fix lots of Sphinx warnings/errors.
Ralf Gommers
1
-1
/
+1
2017-06-03
BUG: KeyboardInterrupt is swallowed all over the place
Eric Wieser
1
-1
/
+1
2017-04-20
DOC: Improve release notes and cross-references
Eric Wieser
1
-3
/
+5
2017-03-01
BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)
Zè Vinícius
2
-41
/
+12
2017-02-24
MAINT: replace len(x.shape) with x.ndim
Eric Wieser
1
-1
/
+1
2016-02-25
DOC: Fix more typos in docs and comments.
Dongjoon Hyun
1
-1
/
+1
2016-01-09
DOC: Clarify the docstrings of matrix.argmin and matrix.argmax.
Charles Harris
1
-2
/
+10
2016-01-09
DOC: Update defmatrix.argmax docstring.
Nicolás Della Penna
1
-1
/
+1
2015-12-30
[TST] Refactor new raise_warnings logic for subpackage test suites
Nathaniel J. Smith
1
-3
/
+3
2015-12-19
DOC: Use print only as function when print_function is imported from __future__
gfyoung
1
-1
/
+1
2015-12-18
DEP: Stricter arg checking for array ordering
gfyoung
1
-6
/
+8
2015-07-25
STY: PEP8 and pyflakes fixes for numpy/matrixlib/tests.
Charles Harris
3
-110
/
+110
2015-07-01
DOC: Remove references to removed setasflat ndarray method.
Charles Harris
1
-1
/
+1
2015-05-13
BUG: np.nonzero behaving differently for 1-D arrays
Jaime Fernandez
2
-4
/
+4
2015-03-02
DOC: Reconcile docstrings and function signatures where they disagree
Robert McGibbon
1
-0
/
+2
2015-01-04
BUG: Make ravel function return 1-D arrays for matrix argument.
Charles Harris
1
-5
/
+5
2015-01-04
BUG: Make diag, diagonal return 1-D arrays for matrix arguments.
Charles Harris
1
-7
/
+7
2015-01-02
BUG: Fixes #5376: np.ravel to return same array type
Garrett-R
1
-7
/
+11
2014-12-08
BUG: Closes #2015: diag returns ndarray
Garrett-R
1
-1
/
+11
2014-09-20
DOC: document `ldict` and `gdict` in bmat, closes #5058
jaimefrio
1
-0
/
+6
2014-09-04
TST: pass sys.argv to run_module_suite by default
Julian Taylor
3
-1
/
+10
2014-08-04
Merge pull request #4932 from argriffing/ravel-docstrings
Charles Harris
2
-0
/
+87
2014-08-04
MAINT: use N.ndarray instead of core.multiarray.ndarray
alex
1
-2
/
+1
2014-08-01
DOC: matrix.squeeze docstring
alex
1
-0
/
+54
2014-07-31
DOC: clarify that matrix.ravel only copies if necessary; this is already tested
alex
1
-1
/
+2
2014-07-31
MAINT: restore optional ravel order and add tests and more docstring lines
alex
2
-11
/
+76
2014-07-31
MAINT: fix the import
alex
1
-1
/
+2
2014-07-31
DOC: add minimal clarification to the matrix.ravel docstring
alex
1
-0
/
+21
2014-07-31
DOC: clarify matrix flatten docstring
alex
1
-2
/
+5
2014-07-31
DOC: use m for matrix instead of a for array
alex
1
-4
/
+4
2014-07-31
DOC: matrix flatten docstring
alex
1
-0
/
+33
2014-02-11
ENH: add tobytes and stop using tostring in documentation
Julian Taylor
1
-2
/
+2
2013-10-04
DOC: make docstrings of matrix properties (.T, .H, .I, .A, .A1) work.
Ralf Gommers
1
-6
/
+6
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
5
-137
/
+137
2013-08-18
STY: Giant whitespace cleanup.
Charles Harris
1
-1
/
+0
2013-08-12
ENH: add quickselect algorithm and expose it via partition
Julian Taylor
1
-2
/
+3
2013-05-29
ENH: Fix SyntaxError when matrix() is called with invalid string
Leon Weber
2
-2
/
+15
2013-04-10
2to3: Apply `map` fixer.
Charles Harris
1
-1
/
+1
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
7
-7
/
+7
2013-04-03
Merge pull request #460 from endolith/regex_formatting
Charles Harris
1
-2
/
+2
2013-03-28
2to3: Use absolute imports.
Charles Harris
6
-7
/
+7
2013-03-27
2to3: Replace xrange by range and use list(range(...)) where needed
Charles Harris
1
-2
/
+2
[next]