- 6727624 updating version information for tag by Jarrod Millman · 17 years ago v1.1.1
- a32adee Backport win32build improvements + MANIFEST.in fix. by David Cournapeau · 17 years ago
- e3f63ef Set build scripts to unix ff. by David Cournapeau · 17 years ago
- 20efcc4 Remove unused nsis scripts. by David Cournapeau · 17 years ago
- 0a02410 prepare_bootstrap script now handles pyver correctly, and can be set from command line. by David Cournapeau · 17 years ago
- d42999f Update readme for win32build tools. by David Cournapeau · 17 years ago
- 6dde6a1 Fix path issue in nsis script. by David Cournapeau · 17 years ago
- d23e5e4 Add top script to generate binaries from scratch. by David Cournapeau · 17 years ago
- 1b4980a Bootstrap script now works from scratch. by David Cournapeau · 17 years ago
- 5e47de2 Set LZMA solid compressor. by David Cournapeau · 17 years ago
- f1ff5f9 Build all ARCHS if arch arg not given to build script. by David Cournapeau · 17 years ago
- 619ae0c Add code-generator files in MANIFEST because distutils does not pick them up. by David Cournapeau · 17 years ago
- ae80bef Fixing MANIFEST.in on win32. by David Cournapeau · 17 years ago
- 8a946f6 Uncomment bootstrap tasks. by David Cournapeau · 17 years ago
- c90b955 Add nsis template, and bootstrap script, to bootstrap win32 binary build. by David Cournapeau · 17 years ago
- 078c2f3 Merge cpuid/nsis_scripts for win32 build. by David Cournapeau · 17 years ago
- bd8c4ce Use OptionParser for win32 build script. by David Cournapeau · 17 years ago
- e1bc01f Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts). by David Cournapeau · 17 years ago
- 1fddb21 Add script for building osx installer. by chris.burns · 17 years ago
- db05eda Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx. by Alan McIntyre · 17 years ago
- 8936ecc Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
- e6f61c9 Added tests to improve coverage. Converted tests from doctests to unit tests. by Alan McIntyre · 17 years ago
- d409225 Start working on a INSTALL.txt document for building/installing numpy. by David Cournapeau · 17 years ago
- 7ad4022 Add some more info for installing numpy. by David Cournapeau · 17 years ago
- 252e128 Standardized NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
- 1ab04d3 Fix doctest command continuation line. by Alan McIntyre · 17 years ago
- 0175369 Removed unused private function _castCopyAndTranspose. by Alan McIntyre · 17 years ago
- 681aa53 Standardize NumPy import as "import numpy as np". by Alan McIntyre · 17 years ago
- 694b85c * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
- 6dd88dc * force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857) by pierregm · 17 years ago
- 848778f Make skip message a simple 'S'. by Charles Harris · 17 years ago
- cc3af8a Backport r5348: f2py removal part 2. by Charles Harris · 17 years ago
- e9ae63e Skip one more possibly failing C99 test by Pauli Virtanen · 17 years ago
- b354ef2 Backport r5357: f2py removal part 1. by Charles Harris · 17 years ago
- 856861c Added tests to improve coverage of numpy.lib. by Alan McIntyre · 17 years ago
- fd544cd Backport r5498 fixes to loadtxt. by Charles Harris · 17 years ago
- 4672601 Fix Python2.3 incompatibility. by Charles Harris · 17 years ago
- b5e26c4 Clean up loadtxt. Fix Python 2.3 compatibility. by Stefan van der Walt · 17 years ago
- a2dcde5 Apply Stefan's patch for Ryan's loadtext fix. by Charles Harris · 17 years ago
- a097099 define actual_dtype and desired_dtype by pierregm · 17 years ago
- e41b0e3 Committed patch from Ryan May. It fixes error in loadtxt occurring when usecols is not None and dtypes are given. by dhuard · 17 years ago
- 75779e8 core: * suppressed the debugging info... by pierregm · 17 years ago
- 923ef80 core: by pierregm · 17 years ago
- 38b0a63 core: by pierregm · 17 years ago
- 70e9b49 core: by pierregm · 17 years ago
- ab8dfb1 testutils : * backport from 1.2 by pierregm · 17 years ago
- b8ecdad Removed unused private function _asarray1d. by Alan McIntyre · 17 years ago
- 8e86b69 Added numpy.testing.verbose, to allow tests to vary output accordingly. by Alan McIntyre · 17 years ago
- 77effdd Added tests to improve coverage of numpy.core. by Alan McIntyre · 17 years ago
- 1e5549f Bring back reverted r5461. Error was in the regression test. by Charles Harris · 17 years ago
- bd2f3c0 Fix broken regression test. by Charles Harris · 17 years ago
- 9b21f44 Fix broken regression test. by Charles Harris · 17 years ago
- 7f91116 make regression test work for reverted NaN fix. by Charles Harris · 17 years ago
- 2ba50c2 Make regression test work for reverted NaN fix. by Charles Harris · 17 years ago
- 454985b fix typo by Charles Harris · 17 years ago
- b629243 Revert r5472. by Charles Harris · 17 years ago
- d045a20 Revert r5470. by Charles Harris · 17 years ago
- cade1fb debugging printout. by Charles Harris · 17 years ago
- de448a1 Fix use of NAN for MSVC platforms. by Charles Harris · 17 years ago
- 2de0cbb Fix _SIGN macros for MSVC compilers. Test. by Charles Harris · 17 years ago
- ebc870e Backport r5465. by Charles Harris · 17 years ago
- 7c757f5 Fix ticket #794. by Charles Harris · 17 years ago
- 17fc989 Replace bogus repeat1 with repeat. Doesn't change generator behavior. by Charles Harris · 17 years ago
- 20a3dc5 Fix ticket #794. by Charles Harris · 17 years ago
- 5808ab5 Add a pydoc import in lookfor; missed in the import refactoring. by Pauli Virtanen · 17 years ago
- 3db00b1 Fix errors in C99 tests. Skip tests failing on some platforms. by Pauli Virtanen · 17 years ago
- 7a15553 Undo test of SPARC alignment. by Charles Harris · 17 years ago
- 1c82d09 Testing SPARC alignment. by Charles Harris · 17 years ago
- da36770 BUG: Allow longs as well as ints to satisfy Win64. by Robert Kern · 17 years ago
- 0bebd52 Revert r5461, it seems to cause obscure problems by Charles Harris · 17 years ago
- 31e66cf Backport part of r5446 to fudge test of exotic type failing on SPARC. by Charles Harris · 17 years ago
- 476b0fd Add verbose keyword to test for compatibility with trunk. by Charles Harris · 17 years ago
- cd723b0 Backport r5452 build fixes. by Charles Harris · 17 years ago
- 4d640d9 Backport fix for #848 by copying whole scalartypes.inc.src from trunk. by Charles Harris · 17 years ago
- ecf30dc Fix some errors in C99 tests. Skip tests failing on Sparc64 by Pauli Virtanen · 17 years ago
- ca75c7e Add tests for complex functions: test against Python's cmath, check the branch cuts and C99 compliance at inf, nan special points. by Pauli Virtanen · 17 years ago
- a7c080e Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh. by Pauli Virtanen · 17 years ago
- 6951052 Fix arccosh and arcsinh implementations for complex numbers. by Charles Harris · 17 years ago
- d5300c2 Comment out extension option since it is not used at present. by Alan McIntyre · 17 years ago
- df1fc32 Instead of importing nose plugins, use the existing list of classes that by Alan McIntyre · 17 years ago
- d7611a5 Fix other reference count leak pointed out in #848 due to missing DECREF for typecode. by Travis Oliphant · 17 years ago
- c003f55 Generate headers in the right place for inplace builds. by Robert Kern · 17 years ago
- f3bef65 Comment cleanup. by Alan McIntyre · 17 years ago
- 3e4f726 Use a subclass of the nose doctest plugin instead of monkeypatching the builtin plugin. by Alan McIntyre · 17 years ago
- f1104f8 * added .torecords(), to convert a masked array to a flexible array with fields '_data' and '_mask' by pierregm · 17 years ago
- ab911fc * fixed a pb with printing flexible ndarrays with subdtypes by pierregm · 17 years ago
- 7a47bfa Add numpy.doc.jargon entry. by Stefan van der Walt · 17 years ago
- 4bc3f39 FOR BUILDBOT: More unsavory workarounds for Sparc64. Change back when we've fixed the actual bug. by Robert Kern · 17 years ago
- 16146b4 FOR BUILDBOT: Change the test to make sure the double is aligned to a reasonable boundary. It does no harm to the test, but it shouldn't be necessary. However, I need the buildbots to test it out on the Sparc64 platform for me. by Robert Kern · 17 years ago
- e83b078 Backport r5438 to 1.1.x. Fixes #837. by Pauli Virtanen · 17 years ago
- e2df0c7 testutils * improved check on object/record arrays by pierregm · 17 years ago
- 1359da2 Backport fix for ticket #849. by Charles Harris · 17 years ago
- 0a9ae13 Remove blank line. by Charles Harris · 17 years ago
- f90a924 Fix ticket #849. Thanks to Michael Abbott. by Charles Harris · 17 years ago
- 75a3b81 Coding style cleanups. by Charles Harris · 17 years ago
- b788f25 Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that *_skip_separator always consumes at least one character or fails. by Pauli Virtanen · 17 years ago
- cec077e Backport fix for ticket #850. by Charles Harris · 17 years ago
- f48abc5 Fix ticket #850. Thanks to Michael Abbott for the patch. by Charles Harris · 17 years ago
- a4aa6fa Replace hard tabs with spaces. by Charles Harris · 17 years ago
- a98f7c8 Coding style cleanup. Replace hard tabs with spaces. by Charles Harris · 17 years ago