Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 50366a2 Release 1.7.0b1 by Ondřej Čertík · 13 years ago v1.7.0b1
  2. e022a61 Merge pull request #384 from certik/paver_fix by Ralf Gommers · 13 years ago
  3. 4077021 Fix the path to the release notes by Ondrej Certik · 13 years ago
  4. f93774d Update release notes and version number. by Travis E. Oliphant · 13 years ago
  5. 9cb8c3b Merge remote-tracking branch 'upstream/master' by Travis E. Oliphant · 13 years ago
  6. efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
  7. a806876 Merge pull request #325 from ahmadia/patch-2 by Travis E. Oliphant · 13 years ago
  8. 5b4e61b BUG: Fix some tests in PR #192 by Travis E. Oliphant · 13 years ago
  9. 88cf94d Fix-up logic so that it is more readable. by Travis E. Oliphant · 13 years ago
  10. 7b8d30b Merge remote-tracking branch 'hackerschool/2028fix' by Travis E. Oliphant · 13 years ago
  11. bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
  12. 578a419 Merge pull request #352 from HackerSchool12/bugfix808 by Travis E. Oliphant · 13 years ago
  13. 0b2bfa9 Merge pull request #192 from rgommers/meshgrid3d by Travis E. Oliphant · 13 years ago
  14. c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
  15. bf2c101 Merge pull request #348 from njsmith/fix-shuffle by njsmith · 13 years ago
  16. 2d4a1cf prefer gfortran over g77 and vendor compilers on OS X and Linux by Aron Ahmadia · 13 years ago
  17. a419a30 Merge branch 'master' of https://github.com/numpy/numpy into patch-2 by Aron Ahmadia · 13 years ago
  18. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  19. 2eb9610 Add tests for record array indexing by Jay Bourque · 13 years ago
  20. bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
  21. 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 13 years ago
  22. a32325d Call view object's copy method by jayvius · 13 years ago
  23. 91cb088 Change WARN_ON_WRITE Deprecation Warning by jayvius · 13 years ago
  24. 0c09e1f fix previous commit to return copy of view instead of view by jayvius · 13 years ago
  25. 6363bb7 Add ability to get view when selecting subset of fields. by jayvius · 13 years ago
  26. 6c772fa Merge pull request #361 from njsmith/warn-on-write-futurewarning by Travis E. Oliphant · 13 years ago
  27. b8a2ea7 DOC: Update API description with suggestions from charris. by Travis E. Oliphant · 13 years ago
  28. b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
  29. b26c675 [FIX] Make np.random.shuffle less brain-dead by Nathaniel J. Smith · 13 years ago
  30. 93e42dd DOC: update language of C-API deprecations. by Travis E. Oliphant · 13 years ago
  31. 1234d1c Merge pull request #360 from cgohlke/patch-3 by Charles Harris · 13 years ago
  32. 08c507b Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad) by cgohlke · 13 years ago
  33. f369ed6 Merge pull request #332 from nouiz/fillwbyte_doc by Charles Harris · 13 years ago
  34. 0d59c78 better new doc sentence following code review. by Frederic · 13 years ago
  35. 4d37169 DOC: add info on docstrings in test functions/methods. Also fix a typo. by Ralf Gommers · 13 years ago
  36. 78f6672 Added cast to error check, and fixed indentation. by Eric Fode · 13 years ago
  37. 4a2295d Merge pull request #358 from rgommers/howto-generator-tests by njsmith · 13 years ago
  38. 23dba57 DOC: add details on how to use generator tests to documentation. by Ralf Gommers · 13 years ago
  39. 120c6bd more tabs removed (hunting for c formatter to take care of this next time) by Eric Fode · 13 years ago
  40. 2c04244 BUG: Ticket #808: Insert was not performing properly when an integer was by Loftie Ellis · 13 years ago
  41. 681bceb Tab Fix by Eric Fode · 13 years ago
  42. 3d31029 Style Fix by Eric Fode · 13 years ago
  43. f9c6867 Merge branch 'pull-357' by Charles Harris · 13 years ago
  44. 78b7693 BUG: change default threshold for matrix_rank by Matthew Brett · 13 years ago
  45. 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
  46. 6a1ab03 Merge pull request #355 from charris/updated-pull-307 by Charles Harris · 13 years ago
  47. 9e5efde STY: Remove duplicate #include. by Charles Harris · 13 years ago
  48. 423ddfb STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h by Pauli Virtanen · 13 years ago
  49. ce0a791 BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4 by Pauli Virtanen · 13 years ago
  50. afcc4cd Merge pull request #354 from cgohlke/patch-2 by Charles Harris · 13 years ago
  51. 4e74a93 Use npy_ftell and npy_fseek by cgohlke · 13 years ago
  52. 2ee97d6 Use npy_ftell and npy_fseek by cgohlke · 13 years ago
  53. 7a060fe define npy_fseek and npy_ftell by cgohlke · 13 years ago
  54. 24b74a2 Merge pull request #353 from bfroehle/py3k_raise by Charles Harris · 13 years ago
  55. 18d6b8f ENH: np.testing.decorators: Use Py3k compatible raise syntax by Bradley M. Froehle · 13 years ago
  56. 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
  57. 7eec4e3 Merge pull request #344 from HackerSchool12/gitignoreupdate by Charles Harris · 13 years ago
  58. 09c1e40 Merge pull request #345 from rgommers/ticket-1664-powerpc-failure by Travis E. Oliphant · 13 years ago
  59. 817e897 requested filetypes and dirs to gitignore by Eric Fode · 13 years ago
  60. 7bd9185 TST: mark longdouble tests for spacing/nextafter as knownfail on PPC. by rgommers · 13 years ago
  61. 149dede added generated c files to gitignore by Eric Fode · 13 years ago
  62. e50d16e Merge pull request #337 from rgommers/pull-335-genfromtxt by Ralf Gommers · 13 years ago
  63. 0920bed Merge pull request #324 from walshb/fix_memcpy_overlap by njsmith · 13 years ago
  64. f4c47a5 Merge pull request #339 from charris/generic-sorts by Charles Harris · 13 years ago
  65. 76d5ae8 UPD: Replace PyDataMem_{NEW,FREE} by malloc and free. by Charles Harris · 13 years ago
  66. 895ed81 BUG: test_unique needs to test bigger arrays. by Charles Harris · 13 years ago
  67. 5a929a4 TST: Improve type coverage in test_unique. by Charles Harris · 13 years ago
  68. cd3e1e2 BUG: Add include needed for separate compilation. by Charles Harris · 13 years ago
  69. 591ed4e ENH: Refactor mergesort so that the code is more consistent. by Charles Harris · 13 years ago
  70. 7036fb3 ENH: Make sort tests use prime number of elements. by Charles Harris · 13 years ago
  71. 5be7e01 ENH: Add generic sorts for quicksort, heapsort, and mergesort. by Charles Harris · 13 years ago
  72. 286a15f ENH: Add tests for object and structured array sorts. by Charles Harris · 13 years ago
  73. d619a0d ENH: Split sort source file by sort kind. by Charles Harris · 13 years ago
  74. 6f335e0 Fix-up deprecations language. by Travis E. Oliphant · 13 years ago
  75. 9a4ef17 Fix the deprecations language. by Travis E. Oliphant · 13 years ago
  76. 3556a2b BUG: genfromtxt: make comments=None work with spaces in strings. by Ralf Gommers · 13 years ago
  77. 8ecb4b2 Merge pull request #309 from thouis/malloc_hooks by njsmith · 13 years ago
  78. 64c3a8f Add separate-build tests to tox.ini by Nathaniel J. Smith · 13 years ago
  79. 1a70875 BUG: make genfromtxt work with comments=None. Closes Github issue 329. by martingoodson · 13 years ago
  80. 436a28f Merge branch 'merge-wiki-edits' into master. by Ralf Gommers · 13 years ago
  81. ffca058 GEN: regenerate mtrand.c to make doc changes show up. by Ralf Gommers · 13 years ago
  82. 0e9e107 DOC: merge doc wiki edits. A number of small edits in linalg and lib. by Ralf Gommers · 13 years ago
  83. 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
  84. 3445712 DOC: merge wiki edits for chararray. Thanks to Tim Cera. by Ralf Gommers · 13 years ago
  85. 5df8f24 DOC: merge wiki docs - edits under doc/. by Ralf Gommers · 13 years ago
  86. b426539 Update C-API version hash by Thouis (Ray) Jones · 13 years ago
  87. aeff403 Merge remote-tracking branch 'upstream/master' into malloc_hooks by Thouis (Ray) Jones · 13 years ago
  88. 3b9a0fe Merge pull request #328 from yarikoptic/master by njsmith · 13 years ago
  89. 613589e BF(PY3): open file handles in tests in binary mode by Yaroslav Halchenko · 13 years ago
  90. dd86cb3 Merge pull request #323 from njsmith/zero-size-reductions by njsmith · 13 years ago
  91. b009f97 Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous. by Frederic · 13 years ago
  92. c35c83c BF: removed too much -- own_fid should be False while working with .npz by Yaroslav Halchenko · 13 years ago
  93. 81a03cf ENH: added a rudimentary test for having #1517 (too many open files) fixed by Yaroslav Halchenko · 13 years ago
  94. 153f764 ENH: Since file handle could not be reopened (during load()) -- no need for "isclosed" logic by Yaroslav Halchenko · 13 years ago
  95. 731cf3a BUG: fix incorrect references to parents in memmap children. by Sveinung Gundersen · 13 years ago
  96. 4219824 BF: PY3 and PY2 < 2.7 compatibility fixes for prev 2 commits by Yaroslav Halchenko · 13 years ago
  97. 0e3a3d9 ENH: unittest for preceeding commit fixing #2178 by Yaroslav Halchenko · 13 years ago
  98. 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
  99. d2c8843 Removed misleading comment. by Ben Walsh · 13 years ago
  100. 4f03448 Added test for overlapping array assignments. by Ben Walsh · 13 years ago