1. 68538b7 REL: set version to 1.6.1 by Ralf Gommers · 14 years ago v1.6.1
  2. 064e172 BUG: Fix regression in printing polynomials. by Charles Harris · 14 years ago
  3. 62e1548 BUG: defer numpy.distutils import in ctypeslib. by Ralf Gommers · 14 years ago
  4. 41fa279 REL: set version to 1.6.1rc3 by Ralf Gommers · 14 years ago v1.6.1rc3
  5. 734b1f5 BUG: iter: writeonly operands weren't always being buffered correctly (Ticket #1895/1896) by Mark Wiebe · 14 years ago
  6. 9b46e7b REL: set version to 1.6.1rc2. by Ralf Gommers · 14 years ago v1.6.1rc2
  7. 025c8c7 BUG: deal with shared lib extension in a single place. Fix ctypes.load_library. by rgommers · 14 years ago
  8. 9a91fe1 BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843. by Ralf Gommers · 14 years ago
  9. 4362bdb BUG: nditer: Error in detecting double reduction loop (Fixes #1885) by Mark Wiebe · 14 years ago
  10. 3c2ddd9 BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --include-paths. Updated docs. by Pearu Peterson · 14 years ago
  11. 5a96f98 BUG: core: Fix corner case of object array assignment (#1870) by Mark Wiebe · 14 years ago
  12. 1b12521 ENH: Add the polynomial module to the documentation. by Charles Harris · 14 years ago
  13. e27a071 REL: set version number to 1.6.1rc2.dev by Ralf Gommers · 14 years ago
  14. b11e3af REL: tag 1.6.1rc1 by rgommers · 14 years ago v1.6.1rc1
  15. 5765325 BUG: core: PyArray_NewFromDescr needs to update flags when strides != NULL (fixes #1863 by Mark Wiebe · 14 years ago
  16. 878ab94 ENH: distutils: do the correct thing when swig_opts is a string in setup.py by rgommers · 14 years ago
  17. 08953ea BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbose on unspecified use modules. by Pearu Peterson · 14 years ago
  18. a265004 BUG: Regression of object <-> structured array data copying (ticket #1838) by Mark Wiebe · 14 years ago
  19. 70ff561 BUG: Iterator reduction buffering bug when the inner loop is bigger than the buffer size (ticket #1837) by Mark Wiebe · 14 years ago
  20. 30f56a8 BUG: PyArray_FillWithZero didn't work in the general case by Mark Wiebe · 14 years ago
  21. cfd2320 BUG: Fix buffered reduction case in nditer (ticket #1834) by Mark Wiebe · 14 years ago
  22. 8f8f385 TST: Reduced test case for ticket #1834 by Mark Wiebe · 14 years ago
  23. d1bd08d REL: set version to 1.6.1dev, released=False. by Ralf Gommers · 14 years ago
  24. 039ceba REL: release Numpy 1.6.0 by Ralf Gommers · 14 years ago v1.6.0
  25. 1e85f6f REL: set version to 1.6.0rc3. by Ralf Gommers · 14 years ago v1.6.0rc3
  26. afc9584 use np.atleast_Nd() to boost dimensions to ndmin by Derek Homeier · 14 years ago
  27. 22fd21c changed ndmin option in loadtxt to return shape (1, X.size) for single-row inputs by Derek Homeier · 14 years ago
  28. 243a6fd BUG: Fix the order of declaring variables in f2py generated code. The bug was noticable with ifort but not with gfortran. by Pearu Peterson · 14 years ago
  29. f340e88 DOC: Updated f2py size support note. by Pearu Peterson · 14 years ago
  30. b5deff1 BUG: Fix two argument size support for Fortran module routines. Reverted size-to-shape mapping patch and implemented two argument size function in C. by Pearu Peterson · 14 years ago
  31. f15b435 BUG: Fix assumed shape support for module routines. by Pearu Peterson · 14 years ago
  32. ceba67b REL: set version to 1.6.0rc2. by Ralf Gommers · 14 years ago v1.6.0rc2
  33. 99512f7 BUG: Cleanup in PyUFunc_FromFuncAndDataAndSignature error case. by Michael Droettboom · 14 years ago
  34. 2d7e943 BUG: Fix a bug where memory was being read after being freed. by Michael Droettboom · 14 years ago
  35. 47dd54d BUG: Fix reference counting leaks in C-based multiarray_tests by Michael Droettboom · 14 years ago
  36. a4b00fb BUG: Fix memory leak in UMath_Tests_test_signature test by Michael Droettboom · 14 years ago
  37. f5202c8 BUG: Fix memory leak in f2py_rout_wrap_call test. by Michael Droettboom · 14 years ago
  38. f936dfc BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL builds by Mark Wiebe · 14 years ago
  39. 6788075 BUG: fix messed up version number. by Ralf Gommers · 14 years ago
  40. 15f4f87 REL: include OS X version in dmg installer name. Corresponds to python.org scheme. by Ralf Gommers · 14 years ago
  41. 65bcb41 REL: set version to 1.6.0rc1 by Ralf Gommers · 14 years ago v1.6.0rc1
  42. 215c97e DOC:BUG: fix percentile examples. Closes #1813. by Ralf Gommers · 14 years ago
  43. 64f6f0d TST: fix test due to recent change for large arrays (ValueError / MemoryError). by Ralf Gommers · 14 years ago
  44. fa64829 TST: mark a string array test as knownfail for py3.x in 1.6.x branch only. by Ralf Gommers · 14 years ago
  45. d59e66b BUG: Remove buggy test for error trying to allocate too large array. by Charles Harris · 14 years ago
  46. bbe8ebc TST: fix test for too large array, raises ValueError, not MemoryError. by Ralf Gommers · 14 years ago
  47. 419d1e0 TST: fix forgotten import in core/test_regression.py by Ralf Gommers · 14 years ago
  48. a53c746 BUG: Make some variables npy_int8 instead of char. by Charles Harris · 14 years ago
  49. 2ee03c5 BUG: linalg: Update the rwork size in the call to zgesdd to reflect a documentation bugfix in Lapack SVN revision 729. by Jason Grout · 14 years ago
  50. 472aea6 BUG: Switch char to npy_byte/npy_ubyte in min_scalar_type by Mark Wiebe · 14 years ago
  51. e164f46 TST: Try to make the test for checking array size from dimensions a by Charles Harris · 14 years ago
  52. 8dd0dae BUG: Fix regression in checking array size from dimensions. by Christolph Gohlke · 14 years ago
  53. 5751d84 BUG: Fix another cast to char. by Charles Harris · 14 years ago
  54. 5ab756a BUG: Fix signed char assumption in einsum label parsing by Mark Wiebe · 14 years ago
  55. fd48161 WRN: Fix gcc warnings (4.6.0 with "-Wall -Wno-unused-function") by Mark Wiebe · 14 years ago
  56. e8ce261 STY: Make include flag name match file name. by Charles Harris · 14 years ago
  57. 84ab1c7 BUG: Change some char variables to npy_int8 so that they are always signed by Charles Harris · 14 years ago
  58. d4db14b BUG: ticket #1805, replace type char by signed char for tables. by Charles Harris · 14 years ago
  59. f75bfab BUG: PyArray_FromString failed to disallow object arrays by Mark Wiebe · 14 years ago
  60. 63028e6 STY: Add comment about errobj reference ownership by Mark Wiebe · 14 years ago
  61. e008630 BUG: Fix memory leak in reduction ufuncs -- the error object was not being dereferenced in the non-error case. by Michael Droettboom · 14 years ago
  62. cc55973 TST: Add some specific desirable type-promotion use cases to the tests by Mark Wiebe · 14 years ago
  63. bc03f06 DOC: Document the new keyword arguments for ufuncs by Mark Wiebe · 14 years ago
  64. 9e817bb DOC: Improve the documentation about type promotion by Mark Wiebe · 14 years ago
  65. fd06695 BUG: Fix type promotion regression for ufuncs (Ticket #1798) by Mark Wiebe · 14 years ago
  66. fc0148b BUG: Fix type promotion regression for the result_type function (Ticket #1798) by Mark Wiebe · 14 years ago
  67. e458dae TST: Add tests for scalar*array type promotion by Mark Wiebe · 14 years ago
  68. 7bb23a7 BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801. by Ralf Gommers · 14 years ago
  69. 5ea609c BUG: numpy doesn't compile anymore with ifort using -O3, changing to -O1. by Ralf Gommers · 14 years ago
  70. e167082 TST: fix test failure related to intp on 64-bit Windows. by Ralf Gommers · 14 years ago
  71. 31bfe43 ENH: do not make backup copies when running 2to3. by Ralf Gommers · 14 years ago
  72. da53b9f BUG: Fix Python version comparison in last patch by Mark Wiebe · 14 years ago
  73. fefa07c BUG: Work around the fact that Python 2.6 doesn't support %lld in PyString_Format by Mark Wiebe · 14 years ago
  74. 281f1b0 BUG: Fix INTP printf formatting string on 64-bit windows by Mark Wiebe · 14 years ago
  75. 7f1389d BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a file by Charles Harris · 14 years ago
  76. 88fe4a3 BUG: Python 2.4 doesn't accept the construction class foo(): by Charles Harris · 14 years ago
  77. 1439a8d REL: set version to 1.6.0b3.dev by Ralf Gommers · 14 years ago
  78. 9b2031f REL: set version to 1.6.0b2, released=True. by Ralf Gommers · 14 years ago v1.6.0b2
  79. 9bf5bd3 BUG: ticket #1071, fix loadtxt to handle tab delimited data with missing by Derek Homeir · 14 years ago
  80. 0e572e3 ENH: Let genfromtxt accept generators as text sources. Add test for that case. by Charles Harris · 14 years ago
  81. 21acd2b WRN: Fix another warning for Python 3k. by Charles Harris · 14 years ago
  82. 5dc4cec BUG: Use // instead of / for integer division in Python 3k. by Charles Harris · 14 years ago
  83. f831d00 BUG: Fix strings for Python 3k. by Charles Harris · 14 years ago
  84. 22640a5 TST: silence some test warnings on py3.2 + win32 in 1.6.x branch. Related to #1792. by Ralf Gommers · 14 years ago
  85. 370fdbd ENH: ticket #1616, let loadtxt accept generators in additions to by Charles Harris · 14 years ago
  86. bccf291 BUG: fix fromstring segfault with dtype=bool. Closes #1689. Thanks to Justin Peel. by Ralf Gommers · 14 years ago
  87. 79e06d5 BUG: fix tests in test_linalg.py. Do not subclass from TestCase. by Ralf Gommers · 14 years ago
  88. 3c31160 BUG: fix test issues in test_twodim_base.py. Simplify and make tests run. by Ralf Gommers · 14 years ago
  89. 9514449 BUG: fix test_scalarmath.py, don't use TestCase subclass for geenrator test. by Ralf Gommers · 14 years ago
  90. b597934 BUG: do not subclass TestCase for generator tests. Runs ~80 more tests now. by Ralf Gommers · 14 years ago
  91. c713f07 BUG: fix allclose to work for scalar inf. Also actually runs tests. by Ralf Gommers · 14 years ago
  92. b88c2b1 ENH: add ndmin keyword to loadtxt. Closes #1562. by Ralf Gommers · 14 years ago
  93. a6148cc ENH: return empty array from loadtxt for an empty file. Closes #1752. by Ralf Gommers · 14 years ago
  94. 2099656 TST: add test for ticket #1458. by Charles Harris · 14 years ago
  95. 2a7e289 ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured array by Derek Homier · 14 years ago
  96. a068db3 TST: Add test for ticket #1559. by Charles Harris · 14 years ago
  97. fc2f3a7 BUG: Fix atleast_1d and atleast_2d to work with masked arrays. by weathergod · 14 years ago
  98. ad7cb17 BUG: ticket #1428, allow int64 and uint64 integer types to be specified in by Charles Harris · 14 years ago
  99. 32903b3 BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt. by Christoph Gohlke · 14 years ago
  100. c2d904a ENH: Changes (and tests) to allow exporting half-floats through the buffer interface. (#1789) by Eli Stevens · 14 years ago