1. f217517 Release 1.7.0b2 by Ondrej Certik · 13 years ago v1.7.0b2
  2. 50f71cb MAINT: silence Cython warnings about changes dtype/ufunc size. by Ralf Gommers · 13 years ago
  3. fcacdcc FIX: use py24-compatible version of virtualenv on Travis by Nathaniel J. Smith · 13 years ago
  4. d01354e FIX: loosen numerical tolerance in test_pareto() by Nathaniel J. Smith · 13 years ago
  5. 65ec87e TST: Add test for boolean insert by Han Genuit · 13 years ago
  6. 9ee9984 TST: Add extra test for multidimensional inserts. by Han Genuit · 13 years ago
  7. 8460514 BUG: Fix for issues #378 and #392 by Han Genuit · 13 years ago
  8. 07e02d0 BUG: fix npymath install location. by David Cournapeau · 13 years ago
  9. 6da087e BUG: fix custom post_check. by David Cournapeau · 13 years ago
  10. 095a3ab BUG: forgot to build _dotblas in bento build. by David Cournapeau · 13 years ago
  11. cb0de72 REF: remove unused imports in bscript. by David Cournapeau · 13 years ago
  12. 6e3e289 FIX: Regenerate mtrand.c with Cython 0.17 by Ondřej Čertík · 13 years ago
  13. 3dc3b1b Retain backward compatibility. Enforce C order. by Stefan van der Walt · 13 years ago
  14. 5a471b5 Improve ndindex execution speed. by Stefan van der Walt · 13 years ago
  15. 2f28db6 FIX: Add a test for Ticket #2066 by Ondřej Čertík · 13 years ago
  16. ca29849 BUG: Add a test for Ticket #2189 by Ondřej Čertík · 13 years ago
  17. 1ee4a00 BUG: Add a test for Ticket #1588 by Ondřej Čertík · 13 years ago
  18. 7b5dba0 BUG: Fix ticket #1588/gh issue #398, refcount error in clip by Mark Wiebe · 13 years ago
  19. f65ff87 FIX: simplify the import statement by Ondřej Čertík · 13 years ago
  20. 124a608 Fix returned copy by Jay Bourque · 13 years ago
  21. 996a9fb FIX: bug in np.where and recarray swapping by Ondřej Čertík · 13 years ago
  22. 7583adc MAINT: silence DeprecationWarning in np.safe_eval(). by Ralf Gommers · 13 years ago
  23. 416af9a pavement.py: rename "yop" to "atlas" by Ondrej Certik · 13 years ago
  24. 3930881 BUG: fix bento build. by David Cournapeau · 13 years ago
  25. fbad4a7 Remove test_recarray_from_long_formats by cgohlke · 13 years ago
  26. 5cb80f8 Add test for long number in shape specifier of dtype string by cgohlke · 13 years ago
  27. 24da7f6 Add test for long numbers in numpy.rec.array formats string by cgohlke · 13 years ago
  28. 77da3f8 Allow long numbers in numpy.rec.array formats string by cgohlke · 13 years ago
  29. 99c9397 Use PyUnicode_DecodeUTF32() by Ondrej Certik · 13 years ago
  30. 31660d0 Follow the C guidelines by Ondrej Certik · 13 years ago
  31. d5d6894 Fix memory leak in concatenate. by Chris · 13 years ago
  32. 8141e1e FIX: Make sure the tests produce valid unicode by Ondrej Certik · 13 years ago
  33. d67785b FIX: Fixes the PyUnicodeObject problem in py-3.3 by Ondrej Certik · 13 years ago
  34. a022015 Re-enable unpickling optimization for large py3k bytes objects. by Ronan Lamy · 13 years ago
  35. 470486b Copy bytes object when unpickling an array by Ronan Lamy · 13 years ago
  36. d72280f Fix tests for empty shape, strides and suboffsets on Python 3.3 by cgohlke · 13 years ago
  37. a1561c2 [FIX] Add missing header so separate compilation works again by Nathaniel J. Smith · 13 years ago
  38. ea23de8 TST: set raise-on-warning behavior of NoseTester to release mode. by Ralf Gommers · 13 years ago
  39. 28ffac7 REL: set version number to 1.7.0rc1-dev. by Ralf Gommers · 13 years ago
  40. 50366a2 Release 1.7.0b1 by Ondřej Čertík · 13 years ago v1.7.0b1
  41. e022a61 Merge pull request #384 from certik/paver_fix by Ralf Gommers · 13 years ago
  42. 4077021 Fix the path to the release notes by Ondrej Certik · 13 years ago
  43. f93774d Update release notes and version number. by Travis E. Oliphant · 13 years ago
  44. 9cb8c3b Merge remote-tracking branch 'upstream/master' by Travis E. Oliphant · 13 years ago
  45. efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
  46. a806876 Merge pull request #325 from ahmadia/patch-2 by Travis E. Oliphant · 13 years ago
  47. 5b4e61b BUG: Fix some tests in PR #192 by Travis E. Oliphant · 13 years ago
  48. 88cf94d Fix-up logic so that it is more readable. by Travis E. Oliphant · 13 years ago
  49. 7b8d30b Merge remote-tracking branch 'hackerschool/2028fix' by Travis E. Oliphant · 13 years ago
  50. bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
  51. 578a419 Merge pull request #352 from HackerSchool12/bugfix808 by Travis E. Oliphant · 13 years ago
  52. 0b2bfa9 Merge pull request #192 from rgommers/meshgrid3d by Travis E. Oliphant · 13 years ago
  53. c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
  54. bf2c101 Merge pull request #348 from njsmith/fix-shuffle by njsmith · 13 years ago
  55. 2d4a1cf prefer gfortran over g77 and vendor compilers on OS X and Linux by Aron Ahmadia · 13 years ago
  56. a419a30 Merge branch 'master' of https://github.com/numpy/numpy into patch-2 by Aron Ahmadia · 13 years ago
  57. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  58. 2eb9610 Add tests for record array indexing by Jay Bourque · 13 years ago
  59. bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
  60. 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 13 years ago
  61. a32325d Call view object's copy method by jayvius · 13 years ago
  62. 91cb088 Change WARN_ON_WRITE Deprecation Warning by jayvius · 13 years ago
  63. 0c09e1f fix previous commit to return copy of view instead of view by jayvius · 13 years ago
  64. 6363bb7 Add ability to get view when selecting subset of fields. by jayvius · 13 years ago
  65. 6c772fa Merge pull request #361 from njsmith/warn-on-write-futurewarning by Travis E. Oliphant · 13 years ago
  66. b8a2ea7 DOC: Update API description with suggestions from charris. by Travis E. Oliphant · 13 years ago
  67. b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
  68. b26c675 [FIX] Make np.random.shuffle less brain-dead by Nathaniel J. Smith · 13 years ago
  69. 93e42dd DOC: update language of C-API deprecations. by Travis E. Oliphant · 13 years ago
  70. 1234d1c Merge pull request #360 from cgohlke/patch-3 by Charles Harris · 13 years ago
  71. 08c507b Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad) by cgohlke · 13 years ago
  72. f369ed6 Merge pull request #332 from nouiz/fillwbyte_doc by Charles Harris · 13 years ago
  73. 0d59c78 better new doc sentence following code review. by Frederic · 13 years ago
  74. 4d37169 DOC: add info on docstrings in test functions/methods. Also fix a typo. by Ralf Gommers · 13 years ago
  75. 78f6672 Added cast to error check, and fixed indentation. by Eric Fode · 13 years ago
  76. 4a2295d Merge pull request #358 from rgommers/howto-generator-tests by njsmith · 13 years ago
  77. 23dba57 DOC: add details on how to use generator tests to documentation. by Ralf Gommers · 13 years ago
  78. 120c6bd more tabs removed (hunting for c formatter to take care of this next time) by Eric Fode · 13 years ago
  79. 2c04244 BUG: Ticket #808: Insert was not performing properly when an integer was by Loftie Ellis · 13 years ago
  80. 681bceb Tab Fix by Eric Fode · 13 years ago
  81. 3d31029 Style Fix by Eric Fode · 13 years ago
  82. f9c6867 Merge branch 'pull-357' by Charles Harris · 13 years ago
  83. 78b7693 BUG: change default threshold for matrix_rank by Matthew Brett · 13 years ago
  84. 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
  85. 6a1ab03 Merge pull request #355 from charris/updated-pull-307 by Charles Harris · 13 years ago
  86. 9e5efde STY: Remove duplicate #include. by Charles Harris · 13 years ago
  87. 423ddfb STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h by Pauli Virtanen · 13 years ago
  88. ce0a791 BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4 by Pauli Virtanen · 13 years ago
  89. afcc4cd Merge pull request #354 from cgohlke/patch-2 by Charles Harris · 13 years ago
  90. 4e74a93 Use npy_ftell and npy_fseek by cgohlke · 13 years ago
  91. 2ee97d6 Use npy_ftell and npy_fseek by cgohlke · 13 years ago
  92. 7a060fe define npy_fseek and npy_ftell by cgohlke · 13 years ago
  93. 24b74a2 Merge pull request #353 from bfroehle/py3k_raise by Charles Harris · 13 years ago
  94. 18d6b8f ENH: np.testing.decorators: Use Py3k compatible raise syntax by Bradley M. Froehle · 13 years ago
  95. 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
  96. 7eec4e3 Merge pull request #344 from HackerSchool12/gitignoreupdate by Charles Harris · 13 years ago
  97. 09c1e40 Merge pull request #345 from rgommers/ticket-1664-powerpc-failure by Travis E. Oliphant · 13 years ago
  98. 817e897 requested filetypes and dirs to gitignore by Eric Fode · 13 years ago
  99. 7bd9185 TST: mark longdouble tests for spacing/nextafter as knownfail on PPC. by rgommers · 13 years ago
  100. 149dede added generated c files to gitignore by Eric Fode · 13 years ago