1. 4753c19 BUG: Make nansum work with booleans. by Charles Harris · 13 years ago
  2. 0d053ba Add a missing part of the test by Ondřej Čertík · 13 years ago
  3. dea4fab Backport of #2897 (ndindex failing) by Ondřej Čertík · 13 years ago
  4. bffea7a TST: Add test for in1d ravelling by Sebastian Berg · 13 years ago
  5. 42e5b80 BUG: Fix regression for in1d with non-array input by Sebastian Berg · 13 years ago
  6. 2050eb0 [FIX] preserve memory order in np.copy() by Nathaniel J. Smith · 13 years ago
  7. 6d1288e BUG: Avoid regression in np.insert for axis!=0 or None by Sebastian Berg · 13 years ago
  8. 8a54c70 Revert "Improve ndindex execution speed." by Ondřej Čertík · 13 years ago
  9. 7feb44e Revert "Retain backward compatibility. Enforce C order." by Ondřej Čertík · 13 years ago
  10. 65ec87e TST: Add test for boolean insert by Han Genuit · 13 years ago
  11. 9ee9984 TST: Add extra test for multidimensional inserts. by Han Genuit · 13 years ago
  12. 8460514 BUG: Fix for issues #378 and #392 by Han Genuit · 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. 7583adc MAINT: silence DeprecationWarning in np.safe_eval(). by Ralf Gommers · 13 years ago
  16. 5b4e61b BUG: Fix some tests in PR #192 by Travis E. Oliphant · 13 years ago
  17. 578a419 Merge pull request #352 from HackerSchool12/bugfix808 by Travis E. Oliphant · 13 years ago
  18. 0b2bfa9 Merge pull request #192 from rgommers/meshgrid3d by Travis E. Oliphant · 13 years ago
  19. 08c507b Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad) by cgohlke · 13 years ago
  20. 2c04244 BUG: Ticket #808: Insert was not performing properly when an integer was by Loftie Ellis · 13 years ago
  21. 423ddfb STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h by Pauli Virtanen · 13 years ago
  22. e50d16e Merge pull request #337 from rgommers/pull-335-genfromtxt by Ralf Gommers · 13 years ago
  23. 895ed81 BUG: test_unique needs to test bigger arrays. by Charles Harris · 13 years ago
  24. 5a929a4 TST: Improve type coverage in test_unique. by Charles Harris · 13 years ago
  25. 3556a2b BUG: genfromtxt: make comments=None work with spaces in strings. by Ralf Gommers · 13 years ago
  26. 8ecb4b2 Merge pull request #309 from thouis/malloc_hooks by njsmith · 13 years ago
  27. 1a70875 BUG: make genfromtxt work with comments=None. Closes Github issue 329. by martingoodson · 13 years ago
  28. 0e9e107 DOC: merge doc wiki edits. A number of small edits in linalg and lib. by Ralf Gommers · 13 years ago
  29. 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
  30. aeff403 Merge remote-tracking branch 'upstream/master' into malloc_hooks by Thouis (Ray) Jones · 13 years ago
  31. 613589e BF(PY3): open file handles in tests in binary mode by Yaroslav Halchenko · 13 years ago
  32. c35c83c BF: removed too much -- own_fid should be False while working with .npz by Yaroslav Halchenko · 13 years ago
  33. 81a03cf ENH: added a rudimentary test for having #1517 (too many open files) fixed by Yaroslav Halchenko · 13 years ago
  34. 153f764 ENH: Since file handle could not be reopened (during load()) -- no need for "isclosed" logic by Yaroslav Halchenko · 13 years ago
  35. 4219824 BF: PY3 and PY2 < 2.7 compatibility fixes for prev 2 commits by Yaroslav Halchenko · 13 years ago
  36. 0e3a3d9 ENH: unittest for preceeding commit fixing #2178 by Yaroslav Halchenko · 13 years ago
  37. 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
  38. b272bc6 Remove maskna API from ndarray, and all (and only) the code supporting it by Nathaniel J. Smith · 13 years ago
  39. be294ab ENH: expose PyDataMem_NEW/FREE/RENEW as numpy API functions with an event hook. by Thouis (Ray) Jones · 13 years ago
  40. c8beafd Merge pull request #290 from mforbes/new-vectorize-clean by Travis E. Oliphant · 13 years ago
  41. a8f1612 Merge pull request #306 from nouiz/fill_diagonal by Travis E. Oliphant · 13 years ago
  42. 6cb0266 remove unused variables from histogramdd by Jake Vanderplas · 13 years ago
  43. e909e4e add the warp parameter to fill_diagonal for people that could want the old behavior. by Frederic · 13 years ago
  44. 69c33bf fix the wrapping problem of fill_diagonal with tall matrix. by Frederic · 13 years ago
  45. 85b6828 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  46. 127ae2f ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487) by Michael McNeil Forbes · 13 years ago
  47. 7ec6cf4 REF: simplify extension customization. by David Cournapeau · 13 years ago
  48. ebffab2 BUG: Changed ipmt to accept array_like arguments. by Tim Cera · 13 years ago
  49. 0812564 Document the PyArray_Diagonal transition scheme. by Nathaniel J. Smith · 13 years ago
  50. bea52bf Transition scheme for allowing PyArray_Diagonal to return a view by Nathaniel J. Smith · 13 years ago
  51. e686b36 ENH: Change datetime64 to use c_metadata instead of metadata by Mark Wiebe · 13 years ago
  52. 259fff8 BUG: Fix some test bugs. by Charles Harris · 13 years ago
  53. 905335b DOC: Fix outdated docstring. by Tony S Yu · 13 years ago
  54. e1218cc DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to be versioned by Mark Wiebe · 13 years ago
  55. 8e8a4ca BUG: Fix missing np prefix in test_function_base.py. by Charles Harris · 13 years ago
  56. b35eacc Merge pull request #245 from jseabold/digitize-open-right by Travis E. Oliphant · 13 years ago
  57. 168a55e STY: Touch up documentation in arraypad.py by Charles Harris · 13 years ago
  58. 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
  59. 5474684 TST: Add namespaces to digitize tests + one more test by Skipper Seabold · 13 years ago
  60. 0488f85 ENH: Give digitize left or right open interval option by Skipper Seabold · 13 years ago
  61. 044c7a6 WRN: Fix compiler warnings in _compiled_base.c. by Charles Harris · 13 years ago
  62. 1957cb3 STY: Style cleanups in numpy/lib/tests/test_function_base. by Charles Harris · 13 years ago
  63. b9576ed ENH: improve interp() speed in some cases. by Timo Kluck · 13 years ago
  64. dbf2351 BUG: ticket #2063, make unique return consistent index. by Bryan Van de Ven · 13 years ago
  65. aae5b0a TST: fix string comparison test failures on Windows for Python 2.5. by Ralf Gommers · 13 years ago
  66. 1857ee3 DOC: Change versionadded from 2.0.0 to 1.7.0 where needed. by Charles Harris · 13 years ago
  67. 40f0844 ENH: Allow bincount to accept empty arrays. by Skipper Seabold · 13 years ago
  68. f4dd54a DOC: merge wiki doc edits. by Ralf Gommers · 13 years ago
  69. e962f6b TST: filter one more printed warning. by Ralf Gommers · 13 years ago
  70. 955f471 TST: filter RuntimeWarnings for invalids from some more test files. by Ralf Gommers · 13 years ago
  71. c4482f5 ENH: lib: break reference cycle in NpzFile (#2048) by Pauli Virtanen · 14 years ago
  72. 015cada Added ipmt (interest portion of payment) and ppmt (principal portion of payment) functions. Added doctests and unit tests. by tim cera · 14 years ago
  73. ca258fc Merge branch 'replace-noprefix' by Charles Harris · 14 years ago
  74. a2bb1cc BUG: Fix improper usage of warning filters in the tests by Mark Wiebe · 14 years ago
  75. 6bde534 UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core. by Charles Harris · 14 years ago
  76. d48b756 STY: meshgrid: some minor changes to address review comments. by Ralf Gommers · 14 years ago
  77. 1941ed6 UPD: Remove includes of noprefix.h in ufunc_object.c and _compiled_base.c. by Charles Harris · 14 years ago
  78. acad872 UPD: Use prefixed macros in *.c files except numarray and linalg. by Charles Harris · 14 years ago
  79. 9b12b1d STY: lib/src - replace macros in old_defines.h with new. by Charles Harris · 14 years ago
  80. 7a6239e STY: Add comment and rename monotonic_ functino to be more descriptive by Mark Wiebe · 14 years ago
  81. 3a86a97 Merge remote-tracking branch 'dwf/release_gil_in_libfunctions' by Mark Wiebe · 14 years ago
  82. 9e2fd10 TST: Test gradient(...) of datetime64 and timedelta64 arrays. by Ben Root · 14 years ago
  83. 06d947c ENH: Support datetime64, timedelta64 in gradient. Allow array-like input. by Ben Root · 14 years ago
  84. 67ba287 DOC: add a high-level comment for arr_insert_loop by David Warde-Farley · 14 years ago
  85. 1475319 BUG: savetxt now handles complex arrays. Closes #1573. by Paul Anton Letnes · 14 years ago
  86. 3fb541e TST: meshgrid: test expected shapes for Cartesian and matrix indexing. by Ralf Gommers · 14 years ago
  87. 4e57117 BUG: meshgrid: raise error on single input. by Ralf Gommers · 14 years ago
  88. 37d723c MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid. by Ralf Gommers · 14 years ago
  89. e37a90c ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing. by Per A. Brodtkorb · 14 years ago
  90. 1dc1877 ENH: add context manager for NpzFile class. by David Cournapeau · 14 years ago
  91. efe04c8 DOC: mention that NpzFile instances must be closed. by David Cournapeau · 14 years ago
  92. 214134f REF: simplify multi-loop breaking with a goto. by David Warde-Farley · 14 years ago
  93. 7d6ceb5 ENH: release the GIL for arr_insert inner loop. by David Warde-Farley · 14 years ago
  94. e6696cb REF: factor out inner loop of arr_insert. by David Warde-Farley · 14 years ago
  95. 6231955 ENH: release GIL for C loops in ravel/unravel. by David Warde-Farley · 14 years ago
  96. a526815 ENH: Use char instead of int for error flag. by David Warde-Farley · 14 years ago
  97. 0d95803 ENH: less fine-grained GIL management in digitize. by David Warde-Farley · 14 years ago
  98. 6e4016f ENH: release the GIL in some C library functions. by David Warde-Farley · 14 years ago
  99. a2a9dfb BUG: Fix polynomial tests. by Stefan van der Walt · 14 years ago
  100. af22fc4 ENH: Add weights and covariance estimate to standard polyfit. by Travis E. Oliphant · 14 years ago