summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* TST: clean up invalid value warning emitted from test.rgommers2010-08-251-1/+5
* BUG: (backport of r8665) Fix bug on Windows in fromfile/tofile. Closes #1583....rgommers2010-08-251-0/+4
* TST: Mark Clog test as knownfail on Windows.rgommers2010-08-221-1/+6
* TST: mark test for #99 as knownfail for 64 bit Windows.rgommers2010-08-221-1/+2
* TST: silence NaN related test warnings. See #1587.rgommers2010-08-227-69/+166
* BCK: Backport r8653 from trunk.Charles Harris2010-08-181-3/+3
* TST: (backport of r8623) skip C99 nan/inf tests on Windows.rgommers2010-08-171-0/+19
* BUG: Fix non-performing test.Charles Harris2010-08-151-13/+13
* ENH: Backport r8641-r8642 from trunk.Charles Harris2010-08-152-1/+99
* BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes andCharles Harris2010-08-156-67/+174
* BUG: Backport r8635 from trunk.Charles Harris2010-08-154-30/+36
* DEP: (backport of r8627) change default behavior of correlate(), old behavior...rgommers2010-08-142-25/+14
* DEP: (backport of r8626) deprecate behavior for out-of-order field indexing o...rgommers2010-08-142-3/+24
* BUG: (backport of r8625) define LDEXPL/FREXPL functions for MSVC builds (see ...rgommers2010-08-141-0/+10
* BUG: (backport of r8624) workaround for undefined isnan/isinf in VS2008. Clos...rgommers2010-08-141-3/+15
* BUG: (backport of r8622) Better format specifier for Py 2.7, 3.2 on win-amd64...rgommers2010-08-141-0/+4
* BUG: Backport r8619 to fix ticked #1554.Charles Harris2010-08-112-7/+24
* BUG: Backport fixes for ticket #1579, r8615-r8617.Charles Harris2010-08-102-109/+139
* ENH: (backport of r8608) Make atleast_3d respect ndarray subclasses. Closes #...rgommers2010-08-081-2/+2
* TST: (backport of r8606) fix memmap test error. Closes #1550. Thanks to Chris...rgommers2010-08-081-0/+1
* 3K: (backport of r8595) distutils: fix __code__ object access in mingw32ccomp...rgommers2010-08-051-1/+4
* 3K: (backport r8599) fix core/dotblas module initialization.Pauli Virtanen2010-08-041-3/+30
* BUG: (backport r8589) core/3K: use bytes.maketrans instead of the deprecated ...Pauli Virtanen2010-08-031-1/+1
* BUG: (backport r8588) core: fix a missed PyCObject call (#1571)Pauli Virtanen2010-08-031-1/+1
* BUG: (backport r8572) core: fix refcount error in PyArray_Take (#939)Pauli Virtanen2010-08-032-0/+15
* BUG: (backport r8548) core/umath: do not create views unnecessarily in ndarra...Pauli Virtanen2010-08-032-0/+14
* DOC: wiki merge, matrlixlib and some ndarray methods.rgommers2010-08-013-28/+30
* DOC: wiki merge, twodim_base and a few loose ones.rgommers2010-08-014-52/+54
* DOC: wiki merge, npyio, format and function_basergommers2010-08-013-64/+91
* DOC: wiki merge, core.umathrgommers2010-08-011-131/+165
* DOC: wiki merge, core/numeric.pyrgommers2010-08-011-22/+26
* DOC: wiki merge, fromnumeric.pyrgommers2010-08-011-107/+121
* DOC: wiki merge, add itemset method doc.rgommers2010-08-011-13/+59
* DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring.rgommers2010-08-011-2/+40
* BUG: (backport of r8574) fix typo in commit r8564-66.rgommers2010-08-011-1/+1
* BUG: (backport of r8568) remove unnecessary import and reload in test_getlimits.rgommers2010-08-011-8/+0
* BUG: (backport r8569) core/umath: fix powers of complex 0 (#1271)Pauli Virtanen2010-07-312-1/+41
* TST: (backport r8567) Add tests for matlib. Closes #1242.Pauli Virtanen2010-07-312-4/+57
* BUG: fix numscons build issue introduced in r8541.rgommers2010-07-311-0/+2
* BUG: (backport of r8553) fix base_repr for py3k.rgommers2010-07-311-1/+1
* ENH: (backport of r8551) Make trapz work with ndarray subclasses. Thanks to R...rgommers2010-07-312-5/+37
* BUG: make sure npy_cpu.h is always included in ndarraytypes.hDavid Cournapeau2010-07-291-0/+1
* BUG: look for endian.h.David Cournapeau2010-07-293-0/+10
* ENH: (backport r8539) testing: add assert_tol_equal for testing array equalit...Pauli Virtanen2010-07-282-1/+60
* BUG: (backport r8535) support assignment x[(0,)] = foo in ndarray subtypes (#...Pauli Virtanen2010-07-282-3/+17
* (backport r8534) Fix copy-and-paste error discovered by re-factor testing...Pauli Virtanen2010-07-281-1/+1
* DOC: (backport r8525) Merge wiki changes for RandomState as far as possible. ...Pauli Virtanen2010-07-281-57/+69
* BUG: (backport r8532) fix usability bugs in lookforPauli Virtanen2010-07-281-8/+9
* BUG: (backport of r8530) fix base_repr.rgommers2010-07-282-23/+31
* BUG (backport r8526): fix alpha build.David Cournapeau2010-07-271-0/+35