1. 351726a REL: Set version to 1.4.1. by rgommers · 15 years ago v1.4.1
  2. 05cc071 REL: update Changelog start and end points. by rgommers · 15 years ago v1.4.1rc3
  3. 490a98f Update version number to 1.4.1rc3. by rgommers · 15 years ago
  4. 927098a Backport r8260. Fix to make distutils work with Python 2.7b1. by rgommers · 15 years ago
  5. f5b38bd TST: Mark TestClog as known failure. Has been failing on Windows for a while. by rgommers · 15 years ago
  6. 2edbff0 Add 1.4.1 release notes. by rgommers · 15 years ago v1.4.1rc2
  7. 3075036 REL: Change version number to 1.4.1rc2. by rgommers · 15 years ago
  8. 5aa1983 REL: Remove 64-bit flags from release script. by rgommers · 15 years ago
  9. 5a4e393 Update the histogram warning - the 'new' keyword will be removed in 2.0. by rgommers · 15 years ago
  10. 81ddba5 Fix typo. by rgommers · 15 years ago
  11. c7ba500 REL: Set version number to 1.4.1rc1 by rgommers · 15 years ago v1.4.1rc1
  12. 423b3df REL: Change path to Atlas libs. by rgommers · 15 years ago
  13. 439ad94 Make Wine paths a little less hardcoded. by rgommers · 15 years ago
  14. 7b2407f BUG: doc build needs access to site-packages to find MPL. by rgommers · 15 years ago
  15. 89754b7 BUG: Backport r8320-r8223 from trunk. by Charles Harris · 15 years ago
  16. 25f230b BUG: fix kaiser for M=1. by David Cournapeau · 15 years ago
  17. 0999689 ENH: Don't let Chebyshev and Polynomial participate in array operations. by Charles Harris · 15 years ago
  18. 9433d0c BUG: fix paver execution on windows 7 for python 2.6. by David Cournapeau · 15 years ago
  19. f298d08 BUG: Fix lower bound specification for integration in the Chebyshev and by Charles Harris · 15 years ago
  20. 9632b54 Fix 1.4.x branch so that it also does not add the metadata info to the dtype pickle unless it has to. This will allow 1.4.x pickles to be compatible with 1.3.x pickles. by Travis Oliphant · 16 years ago
  21. 8dbea17 BUG: fix non-separate compilation. by David Cournapeau · 16 years ago
  22. c65c587 ENH: handle complex input for assert_array_almost_equal_nulp. by David Cournapeau · 16 years ago
  23. 31397bd BUG: fix typo. by David Cournapeau · 16 years ago
  24. d9ae826 TST: add simple test for complex arrays input to assert_array_almost_equal_nulp. by David Cournapeau · 16 years ago
  25. f03be80 REF: remove datetime support at python level. by David Cournapeau · 16 years ago
  26. a349883 REF: remove datetime support at the C level. by David Cournapeau · 16 years ago
  27. 388a5d5 REF: replace literal dtypes by category in umath code generator. by David Cournapeau · 16 years ago
  28. 51273f2 BUG: Partial backport of r8085 to fix ticket #1388. by Charles Harris · 16 years ago
  29. 22e77c5 BUG: Backport r8086 to fix ticket #1379. by Charles Harris · 16 years ago
  30. 38ad6b1 BUG: Backport r8087. by Charles Harris · 16 years ago
  31. aeaeff0 BUG: Add needed imports of warnings. by Charles Harris · 16 years ago
  32. dbc00d9 Backport fix for #1336. by Charles Harris · 16 years ago
  33. 02b5c74 * fix methods using axis when the mask is nomask by pierregm · 16 years ago
  34. 4b42c8f REL: release NumPy 1.4.0. by David Cournapeau · 16 years ago v1.4.0
  35. dc55b99 REL: start rc3 - or hopefully the actual release. by David Cournapeau · 16 years ago
  36. 76b40e8 REL: 1.4.0rc2. by David Cournapeau · 16 years ago v1.4.0rc2
  37. 68b51c4 BUG: Fix ticket #1339. by Charles Harris · 16 years ago
  38. b0549eb Take Py3K material out of 1.4.x by Travis Oliphant · 16 years ago
  39. a50b6a3 Backport of 8014: Don't segfault if fromfile reading is somehow faulty by mdroe · 16 years ago
  40. 9a06197 Back-port date-time setting with ints and strings to numpy 1.4 by Travis Oliphant · 16 years ago
  41. 016fd76 STY+BUG: fix unused and unitialized variable. by David Cournapeau · 16 years ago
  42. cddad8f BUG: fix bug failure on big endian arch on Darwin. by David Cournapeau · 16 years ago
  43. b972800 BUG: #1329: fix spacing for large values. by David Cournapeau · 16 years ago
  44. f5e6aca BUG: fix escaping of pkgdir on windows. by David Cournapeau · 16 years ago
  45. d3910e2 BUG: fix missing import after fixing bug for get_info with eggs. by David Cournapeau · 16 years ago
  46. 524fe74 BUG: fix numscons build. by David Cournapeau · 16 years ago
  47. 2936f34 BUG: fix #1273: npy-pkg-info files did not work for eggs. by David Cournapeau · 16 years ago
  48. 77026b3 ENH: automatically translate pkgdir in .ini file. by David Cournapeau · 16 years ago
  49. c71c53b BUG: Fix bugs in complex pow (fixes #1313) by Pauli Virtanen · 16 years ago
  50. 7a93a46 REL: we need a rc2. by David Cournapeau · 16 years ago
  51. 2c67dfd BUG: fix 1087, thanks to Leek for the fix. by David Cournapeau · 16 years ago
  52. 5704eb1 BUG: fix #1317. by David Cournapeau · 16 years ago
  53. 06a0a53 * _iotools.LineSplitter : prevent the first and/or last empty tab-separated columns to be dropped by pierregm · 16 years ago
  54. 846d905 * Bugfix #1173 and #1174 by mdroe · 16 years ago
  55. ec09ee7 BUG: Remove reliance on true divide returning nan for zero divide in by Charles Harris · 16 years ago
  56. a5ecbeb DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes. by David Cournapeau · 16 years ago
  57. 43fac04 BUG: icc 11 requires complex double, complex alone is not enough to define a C99 complex number. by David Cournapeau · 16 years ago
  58. 323360a BUG: Backport r7870. by Charles Harris · 16 years ago
  59. dfbfb2d BUG: Fix memory leak reported in #1222 --- the problem was not DECREF'ing the final objects sitting in the castbuf when conversion from a data-type to Object is performed. Intermediate objects are DECREF'd when a new object is assigned, but it's the final ones that were not being DECREF'd by Travis Oliphant · 16 years ago
  60. 7b60f32 Fix a memory-leak when setting arrays from a sequence containing subclasses of arrays. by Travis Oliphant · 16 years ago
  61. 6e45c01 Fix a test condition in construction of the loop object so that the identity data gets initialized when reduceat with buffer is called. by Travis Oliphant · 16 years ago
  62. 758cd6c TST: Add a separate test for reference counting to the 1.4.x branch of the fix to #1299 by Travis Oliphant · 16 years ago
  63. da0ac61 Add test for ticket #1299 fix. by Travis Oliphant · 16 years ago
  64. 676b659 BUG: Fixed #1299 which actually exposed two bugs: 1) not using PyArray_Item to incref just the object portion of a scalar with an object member and 2) not using the entire itemsize when copying the data-structure to the array. by Travis Oliphant · 16 years ago
  65. 94a1fa8 REL: release 1.4.0rc1. by David Cournapeau · 16 years ago v1.4.0rc1
  66. 7ee0d5e REL: generate both 2.5 and 2.6 win and mac os x installers in release script. by David Cournapeau · 16 years ago
  67. 2294355 REL: fix atlas detection for SSE2/SSE3 wininst. by David Cournapeau · 16 years ago
  68. 4ed44df REL: re-enable SSE2 binary in the superpack. by David Cournapeau · 16 years ago
  69. d3ea5e7 REL: fix dmg name and dmg build. by David Cournapeau · 16 years ago
  70. 7537e90 Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard. by David Cournapeau · 16 years ago
  71. a0eb734 BUG: fix numscons build, missing subst in _numpyconfig.h by David Cournapeau · 16 years ago
  72. b9a504b BUG: Backport r7802 fix for vs2009 compilation. by Charles Harris · 16 years ago
  73. 2476cd3 BUG: do not redefine SIZEOF_LONG in config.h if already defined in python headers. by David Cournapeau · 16 years ago
  74. eb9404f BUG: fix arch-dependent SIZEOF in npy_config.h for mac os x. by David Cournapeau · 16 years ago
  75. abd0408 ENH: add a guard to ensure config.h is never included directly. by David Cournapeau · 16 years ago
  76. 65880fd BUG: (#1221) special case mac os x in numpyconfig.h by David Cournapeau · 16 years ago
  77. 8ad949b BUG: import DistutilsError. by David Cournapeau · 16 years ago
  78. 6d048e1 BUG: (#1078): fix segfault when creating arrays with a sequence which contains 0d array. by David Cournapeau · 16 years ago
  79. 1f8de94 BUG: fix separate compilation which was broken when removing the datetime from the public C API. by David Cournapeau · 16 years ago
  80. bc2242c REL: change branch endpoint to 1.4.x when generating changelog for release. by David Cournapeau · 16 years ago
  81. d2a77f6 DOC: do not mention datetime for 1.4.0 as agreed on the ML. by David Cournapeau · 16 years ago
  82. e794bad DOC: there is no acorrelate function. by David Cournapeau · 16 years ago
  83. aa87d0e BUG: fix md5 import for python 2.6 in paver file. by David Cournapeau · 16 years ago
  84. 68de22f BUG: forgot to update the C_API_VERSION as well. by David Cournapeau · 16 years ago
  85. a59ddb1 ENH: add version 4 checksum of the C API (numpy 1.4.0). by David Cournapeau · 16 years ago
  86. ae395d8 REF: disable the datetime exported API. by David Cournapeau · 16 years ago
  87. ec8c09a BUG: fix wrong declaration of _datetime_strings. by David Cournapeau · 16 years ago
  88. 39da923 BUG: declare _datetime_strings and mark its definition as a private symbol so that separate compilation works. by David Cournapeau · 16 years ago
  89. eeed9fa BUG: the _arg ufunc declaration was accidentaly removed in a previous commit, breaking the separate compilation mode. by David Cournapeau · 16 years ago
  90. 9d658f9 numpy.datetime --> numpy.datetime_ and fix Descr_FromScalar to correctly add DateTime Meta data. by Travis Oliphant · 16 years ago
  91. df1edd4 Remove extra comma in enum for C89 and C++ compatibility. by mdroe · 16 years ago
  92. d857eaf BUG: fix 2.5 >= try/except/finally. by David Cournapeau · 16 years ago
  93. 5623023 TST: use assert_warns to check for warnings (and to avoid cluttering non-verbose test output). by David Cournapeau · 16 years ago
  94. 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
  95. d930631 REF: move warning context manager into utils. by David Cournapeau · 16 years ago
  96. 734123b TST: mark spacing/nextafter long double versions tests as known failures on win32. by David Cournapeau · 16 years ago
  97. 3dd4442 TST: use different tests for each precision for spacing and nextafter. by David Cournapeau · 16 years ago
  98. b7daa99 ENH: add release script. by David Cournapeau · 16 years ago
  99. a898a83 REL: only build nosse and sse3 binaries. by David Cournapeau · 16 years ago
  100. b4fbc59 REL: add the scripts and art for the mac os x dmg. by David Cournapeau · 16 years ago