summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: (backport of r8574) fix typo in commit r8564-66.maintenance/1.4.xrgommers2010-08-011-1/+1
* BUG: fix numscons build issue introduced in r8541.rgommers2010-07-311-0/+2
* BUG: make sure npy_cpu.h is always included in ndarrayobject.hDavid Cournapeau2010-07-291-0/+1
* BUG: look for endian.h.David Cournapeau2010-07-293-0/+10
* BUG (backport r8526): fix alpha build.David Cournapeau2010-07-271-0/+35
* BUG (backport r8465): lib: fix sinc to handle array-like inputs properly (fix...Pauli Virtanen2010-06-272-1/+10
* BUG: f2py: replace a string exception with a real one (fixes #1515)Pauli Virtanen2010-06-191-1/+2
* REL: Set version to 1.4.1.v1.4.1rgommers2010-04-221-1/+1
* REL: update Changelog start and end points.v1.4.1rc3rgommers2010-04-181-2/+2
* Update version number to 1.4.1rc3.rgommers2010-04-181-1/+1
* Backport r8260. Fix to make distutils work with Python 2.7b1.rgommers2010-04-181-1/+6
* TST: Mark TestClog as known failure. Has been failing on Windows for a while.rgommers2010-04-181-3/+4
* Add 1.4.1 release notes.v1.4.1rc2rgommers2010-04-182-1/+18
* REL: Change version number to 1.4.1rc2.rgommers2010-04-181-1/+1
* REL: Remove 64-bit flags from release script.rgommers2010-04-181-1/+1
* Update the histogram warning - the 'new' keyword will be removed in 2.0.rgommers2010-04-181-5/+5
* Fix typo.rgommers2010-04-181-1/+1
* REL: Set version number to 1.4.1rc1v1.4.1rc1rgommers2010-04-181-2/+2
* REL: Change path to Atlas libs.rgommers2010-04-181-3/+3
* Make Wine paths a little less hardcoded.rgommers2010-04-181-4/+4
* BUG: doc build needs access to site-packages to find MPL.rgommers2010-04-181-5/+6
* BUG: Backport r8320-r8223 from trunk.Charles Harris2010-04-052-82/+76
* BUG: fix kaiser for M=1.David Cournapeau2010-03-312-9/+11
* ENH: Don't let Chebyshev and Polynomial participate in array operations.Charles Harris2010-03-081-0/+3
* BUG: fix paver execution on windows 7 for python 2.6.David Cournapeau2010-03-041-1/+3
* BUG: Fix lower bound specification for integration in the Chebyshev andCharles Harris2010-02-273-6/+10
* Fix 1.4.x branch so that it also does not add the metadata info to the dtype ...Travis Oliphant2010-02-121-10/+12
* BUG: fix non-separate compilation.David Cournapeau2010-02-091-1/+0
* ENH: handle complex input for assert_array_almost_equal_nulp.David Cournapeau2010-02-091-3/+6
* BUG: fix typo.David Cournapeau2010-02-091-1/+1
* TST: add simple test for complex arrays input to assert_array_almost_equal_nulp.David Cournapeau2010-02-091-0/+13
* REF: remove datetime support at python level.David Cournapeau2010-02-092-11/+6
* REF: remove datetime support at the C level.David Cournapeau2010-02-0918-2323/+103
* REF: replace literal dtypes by category in umath code generator.David Cournapeau2010-02-091-2/+2
* BUG: Partial backport of r8085 to fix ticket #1388.Charles Harris2010-02-071-0/+3
* BUG: Backport r8086 to fix ticket #1379.Charles Harris2010-02-071-1/+1
* BUG: Backport r8087.Charles Harris2010-02-071-2/+2
* BUG: Add needed imports of warnings.Charles Harris2010-02-072-1/+2
* Backport fix for #1336.Charles Harris2010-01-161-16/+24
* * fix methods using axis when the mask is nomaskpierregm2010-01-122-6/+33
* REL: release NumPy 1.4.0.v1.4.0David Cournapeau2009-12-281-2/+2
* REL: start rc3 - or hopefully the actual release.David Cournapeau2009-12-211-2/+2
* REL: 1.4.0rc2.v1.4.0rc2David Cournapeau2009-12-211-1/+1
* BUG: Fix ticket #1339.Charles Harris2009-12-191-2/+2
* Take Py3K material out of 1.4.xTravis Oliphant2009-12-161-5/+1
* Backport of 8014: Don't segfault if fromfile reading is somehow faultymdroe2009-12-151-2/+6
* Back-port date-time setting with ints and strings to numpy 1.4Travis Oliphant2009-12-151-2/+36
* STY+BUG: fix unused and unitialized variable.David Cournapeau2009-12-141-3/+3
* BUG: fix bug failure on big endian arch on Darwin.David Cournapeau2009-12-141-4/+4
* BUG: #1329: fix spacing for large values.David Cournapeau2009-12-132-5/+160