1. 50f71cb MAINT: silence Cython warnings about changes dtype/ufunc size. by Ralf Gommers · 13 years ago
  2. d01354e FIX: loosen numerical tolerance in test_pareto() by Nathaniel J. Smith · 13 years ago
  3. 65ec87e TST: Add test for boolean insert by Han Genuit · 13 years ago
  4. 9ee9984 TST: Add extra test for multidimensional inserts. by Han Genuit · 13 years ago
  5. 8460514 BUG: Fix for issues #378 and #392 by Han Genuit · 13 years ago
  6. 07e02d0 BUG: fix npymath install location. by David Cournapeau · 13 years ago
  7. 6da087e BUG: fix custom post_check. by David Cournapeau · 13 years ago
  8. 095a3ab BUG: forgot to build _dotblas in bento build. by David Cournapeau · 13 years ago
  9. 6e3e289 FIX: Regenerate mtrand.c with Cython 0.17 by Ondřej Čertík · 13 years ago
  10. 3dc3b1b Retain backward compatibility. Enforce C order. by Stefan van der Walt · 13 years ago
  11. 5a471b5 Improve ndindex execution speed. by Stefan van der Walt · 13 years ago
  12. 2f28db6 FIX: Add a test for Ticket #2066 by Ondřej Čertík · 13 years ago
  13. ca29849 BUG: Add a test for Ticket #2189 by Ondřej Čertík · 13 years ago
  14. 1ee4a00 BUG: Add a test for Ticket #1588 by Ondřej Čertík · 13 years ago
  15. 7b5dba0 BUG: Fix ticket #1588/gh issue #398, refcount error in clip by Mark Wiebe · 13 years ago
  16. f65ff87 FIX: simplify the import statement by Ondřej Čertík · 13 years ago
  17. 124a608 Fix returned copy by Jay Bourque · 13 years ago
  18. 996a9fb FIX: bug in np.where and recarray swapping by Ondřej Čertík · 13 years ago
  19. 7583adc MAINT: silence DeprecationWarning in np.safe_eval(). by Ralf Gommers · 13 years ago
  20. 3930881 BUG: fix bento build. by David Cournapeau · 13 years ago
  21. fbad4a7 Remove test_recarray_from_long_formats by cgohlke · 13 years ago
  22. 5cb80f8 Add test for long number in shape specifier of dtype string by cgohlke · 13 years ago
  23. 24da7f6 Add test for long numbers in numpy.rec.array formats string by cgohlke · 13 years ago
  24. 77da3f8 Allow long numbers in numpy.rec.array formats string by cgohlke · 13 years ago
  25. 99c9397 Use PyUnicode_DecodeUTF32() by Ondrej Certik · 13 years ago
  26. 31660d0 Follow the C guidelines by Ondrej Certik · 13 years ago
  27. d5d6894 Fix memory leak in concatenate. by Chris · 13 years ago
  28. 8141e1e FIX: Make sure the tests produce valid unicode by Ondrej Certik · 13 years ago
  29. d67785b FIX: Fixes the PyUnicodeObject problem in py-3.3 by Ondrej Certik · 13 years ago
  30. a022015 Re-enable unpickling optimization for large py3k bytes objects. by Ronan Lamy · 13 years ago
  31. 470486b Copy bytes object when unpickling an array by Ronan Lamy · 13 years ago
  32. d72280f Fix tests for empty shape, strides and suboffsets on Python 3.3 by cgohlke · 13 years ago
  33. a1561c2 [FIX] Add missing header so separate compilation works again by Nathaniel J. Smith · 13 years ago
  34. ea23de8 TST: set raise-on-warning behavior of NoseTester to release mode. by Ralf Gommers · 13 years ago
  35. a806876 Merge pull request #325 from ahmadia/patch-2 by Travis E. Oliphant · 13 years ago
  36. 5b4e61b BUG: Fix some tests in PR #192 by Travis E. Oliphant · 13 years ago
  37. 88cf94d Fix-up logic so that it is more readable. by Travis E. Oliphant · 13 years ago
  38. 7b8d30b Merge remote-tracking branch 'hackerschool/2028fix' by Travis E. Oliphant · 13 years ago
  39. bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
  40. 578a419 Merge pull request #352 from HackerSchool12/bugfix808 by Travis E. Oliphant · 13 years ago
  41. 0b2bfa9 Merge pull request #192 from rgommers/meshgrid3d by Travis E. Oliphant · 13 years ago
  42. c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
  43. bf2c101 Merge pull request #348 from njsmith/fix-shuffle by njsmith · 13 years ago
  44. 2d4a1cf prefer gfortran over g77 and vendor compilers on OS X and Linux by Aron Ahmadia · 13 years ago
  45. a419a30 Merge branch 'master' of https://github.com/numpy/numpy into patch-2 by Aron Ahmadia · 13 years ago
  46. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  47. 2eb9610 Add tests for record array indexing by Jay Bourque · 13 years ago
  48. 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 13 years ago
  49. a32325d Call view object's copy method by jayvius · 13 years ago
  50. 91cb088 Change WARN_ON_WRITE Deprecation Warning by jayvius · 13 years ago
  51. 0c09e1f fix previous commit to return copy of view instead of view by jayvius · 13 years ago
  52. 6363bb7 Add ability to get view when selecting subset of fields. by jayvius · 13 years ago
  53. b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
  54. b26c675 [FIX] Make np.random.shuffle less brain-dead by Nathaniel J. Smith · 13 years ago
  55. 08c507b Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad) by cgohlke · 13 years ago
  56. 78f6672 Added cast to error check, and fixed indentation. by Eric Fode · 13 years ago
  57. 120c6bd more tabs removed (hunting for c formatter to take care of this next time) by Eric Fode · 13 years ago
  58. 2c04244 BUG: Ticket #808: Insert was not performing properly when an integer was by Loftie Ellis · 13 years ago
  59. 681bceb Tab Fix by Eric Fode · 13 years ago
  60. 3d31029 Style Fix by Eric Fode · 13 years ago
  61. 78b7693 BUG: change default threshold for matrix_rank by Matthew Brett · 13 years ago
  62. 6966bdc BUG: ticket #2028: When min_scalar was not checking to see if numbers could fit into unsigned long longs. This was fixed by adding an extra case to function to check if the passed number could fit into a unsigned long long if it could not fit into anything else. Additionaly, regression tests were added. by Eric Fode · 13 years ago
  63. 9e5efde STY: Remove duplicate #include. by Charles Harris · 13 years ago
  64. 423ddfb STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h by Pauli Virtanen · 13 years ago
  65. ce0a791 BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4 by Pauli Virtanen · 13 years ago
  66. 4e74a93 Use npy_ftell and npy_fseek by cgohlke · 13 years ago
  67. 2ee97d6 Use npy_ftell and npy_fseek by cgohlke · 13 years ago
  68. 7a060fe define npy_fseek and npy_ftell by cgohlke · 13 years ago
  69. 18d6b8f ENH: np.testing.decorators: Use Py3k compatible raise syntax by Bradley M. Froehle · 13 years ago
  70. 7bd9185 TST: mark longdouble tests for spacing/nextafter as knownfail on PPC. by rgommers · 13 years ago
  71. e50d16e Merge pull request #337 from rgommers/pull-335-genfromtxt by Ralf Gommers · 13 years ago
  72. 0920bed Merge pull request #324 from walshb/fix_memcpy_overlap by njsmith · 13 years ago
  73. 76d5ae8 UPD: Replace PyDataMem_{NEW,FREE} by malloc and free. by Charles Harris · 13 years ago
  74. 895ed81 BUG: test_unique needs to test bigger arrays. by Charles Harris · 13 years ago
  75. 5a929a4 TST: Improve type coverage in test_unique. by Charles Harris · 13 years ago
  76. cd3e1e2 BUG: Add include needed for separate compilation. by Charles Harris · 13 years ago
  77. 591ed4e ENH: Refactor mergesort so that the code is more consistent. by Charles Harris · 13 years ago
  78. 7036fb3 ENH: Make sort tests use prime number of elements. by Charles Harris · 13 years ago
  79. 5be7e01 ENH: Add generic sorts for quicksort, heapsort, and mergesort. by Charles Harris · 13 years ago
  80. 286a15f ENH: Add tests for object and structured array sorts. by Charles Harris · 13 years ago
  81. d619a0d ENH: Split sort source file by sort kind. by Charles Harris · 13 years ago
  82. 3556a2b BUG: genfromtxt: make comments=None work with spaces in strings. by Ralf Gommers · 13 years ago
  83. 8ecb4b2 Merge pull request #309 from thouis/malloc_hooks by njsmith · 13 years ago
  84. 1a70875 BUG: make genfromtxt work with comments=None. Closes Github issue 329. by martingoodson · 13 years ago
  85. ffca058 GEN: regenerate mtrand.c to make doc changes show up. by Ralf Gommers · 13 years ago
  86. 0e9e107 DOC: merge doc wiki edits. A number of small edits in linalg and lib. by Ralf Gommers · 13 years ago
  87. 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
  88. 3445712 DOC: merge wiki edits for chararray. Thanks to Tim Cera. by Ralf Gommers · 13 years ago
  89. b426539 Update C-API version hash by Thouis (Ray) Jones · 13 years ago
  90. aeff403 Merge remote-tracking branch 'upstream/master' into malloc_hooks by Thouis (Ray) Jones · 13 years ago
  91. 3b9a0fe Merge pull request #328 from yarikoptic/master by njsmith · 13 years ago
  92. 613589e BF(PY3): open file handles in tests in binary mode by Yaroslav Halchenko · 13 years ago
  93. dd86cb3 Merge pull request #323 from njsmith/zero-size-reductions by njsmith · 13 years ago
  94. c35c83c BF: removed too much -- own_fid should be False while working with .npz by Yaroslav Halchenko · 13 years ago
  95. 81a03cf ENH: added a rudimentary test for having #1517 (too many open files) fixed by Yaroslav Halchenko · 13 years ago
  96. 153f764 ENH: Since file handle could not be reopened (during load()) -- no need for "isclosed" logic by Yaroslav Halchenko · 13 years ago
  97. 731cf3a BUG: fix incorrect references to parents in memmap children. by Sveinung Gundersen · 13 years ago
  98. 4219824 BF: PY3 and PY2 < 2.7 compatibility fixes for prev 2 commits by Yaroslav Halchenko · 13 years ago
  99. 0e3a3d9 ENH: unittest for preceeding commit fixing #2178 by Yaroslav Halchenko · 13 years ago
  100. 4df2444 BUG: do not "own" the FID for GzipFile and file if provided to load already opened (ticket #2178) by Yaroslav Halchenko · 13 years ago