1. f93774d Update release notes and version number. by Travis E. Oliphant · 13 years ago
  2. efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
  3. bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
  4. c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
  5. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  6. bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
  7. 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 13 years ago
  8. b8a2ea7 DOC: Update API description with suggestions from charris. by Travis E. Oliphant · 13 years ago
  9. b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
  10. 93e42dd DOC: update language of C-API deprecations. by Travis E. Oliphant · 13 years ago
  11. f369ed6 Merge pull request #332 from nouiz/fillwbyte_doc by Charles Harris · 13 years ago
  12. 0d59c78 better new doc sentence following code review. by Frederic · 13 years ago
  13. 4d37169 DOC: add info on docstrings in test functions/methods. Also fix a typo. by Ralf Gommers · 13 years ago
  14. 23dba57 DOC: add details on how to use generator tests to documentation. by Ralf Gommers · 13 years ago
  15. 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
  16. 6f335e0 Fix-up deprecations language. by Travis E. Oliphant · 13 years ago
  17. 9a4ef17 Fix the deprecations language. by Travis E. Oliphant · 13 years ago
  18. 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
  19. 5df8f24 DOC: merge wiki docs - edits under doc/. by Ralf Gommers · 13 years ago
  20. b009f97 Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous. by Frederic · 13 years ago
  21. 5639414 DOC: update HOWTO_RELEASE document. by Ralf Gommers · 13 years ago
  22. db1701b BUG: Fix boolean indexing to previous behavior by adding an additional check before using the new code path. Add tests. by Travis E. Oliphant · 13 years ago
  23. b272bc6 Remove maskna API from ndarray, and all (and only) the code supporting it by Nathaniel J. Smith · 13 years ago
  24. ac94777 Merge pull request #298 from dlaxalde/sphinxext/cleanup by Travis E. Oliphant · 13 years ago
  25. 263c877 sphinxext: remove mention of old files in LICENSE.txt by Denis Laxalde · 13 years ago
  26. adddbc7 sphinxext: some cleanup in setup.py by Denis Laxalde · 13 years ago
  27. 85b6828 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  28. c6b67ff DOC: Remove duplicate unique links in HOWTO_DOCUMENT. by Stefan van der Walt · 13 years ago
  29. b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
  30. 412c8a6 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  31. 5c96ec6 Merge pull request #268 from FrancescAlted/master by Mark · 13 years ago
  32. c247305 Typo fix by Nathaniel J. Smith · 13 years ago
  33. 0812564 Document the PyArray_Diagonal transition scheme. by Nathaniel J. Smith · 13 years ago
  34. cbce4e6 Consolidate all array writeability checking in new PyArray_RequireWriteable by Nathaniel J. Smith · 13 years ago
  35. 3bbbbd4 NEP: Add some details about how existing C-API access interacts with NA by Mark Wiebe · 13 years ago
  36. 8669d3f DOC: verbosity -> verbose in testing guidelines by Denis Laxalde · 13 years ago
  37. d609dff REL: change Sphinx version in release script to 1.1.3. by Ralf Gommers · 13 years ago
  38. d7d6b6c Stress that all array creation C functions steals a reference to descr. by Francesc Alted · 13 years ago
  39. 0b99c90 DOC: Add datetime to the changed items in the release notes. by Charles Harris · 13 years ago
  40. bb50db6 DOC: Add a section documenting 1.6/1.7 datetime64 differences by Mark Wiebe · 13 years ago
  41. 416e1ab DOC: fix link and add explanation on how to run examples. by Ralf Gommers · 13 years ago
  42. d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
  43. 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
  44. 313fe46 ENH: Add 'sorter' argument to searchsorted. by Bryan Van de Ven · 13 years ago
  45. 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
  46. 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
  47. caa0883 MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. by Ralf Gommers · 13 years ago
  48. 39029f5 DOC: generate links to source code by Pauli Virtanen · 14 years ago
  49. 8670ca3 Merge pull request #219 from mwiebe/test_warn_param by Ralf Gommers · 14 years ago
  50. b9f0f1f ENH: Made "isclose()" NA-aware, added release note and versionadded. by Joe Kington · 14 years ago
  51. 8df4e67 TST: add some string kw options to simplify switching NoseTester behavior. by Ralf Gommers · 14 years ago
  52. 7961e1f TST: add "raise on warning" behavior to NoseTester constructor. by Ralf Gommers · 14 years ago
  53. 0b400cb Fix typo (all ready -> already) by Jason Grout · 14 years ago
  54. f4dd54a DOC: merge wiki doc edits. by Ralf Gommers · 14 years ago
  55. 879536e DOC: Add a C style guide. by Charles Harris · 14 years ago
  56. 58d883a DOC: add to release HOWTO that the C API version should be updated. by Ralf Gommers · 14 years ago
  57. bbf49fc DOC: clarify numpy version for removal, document sed script better. by Charles Harris · 14 years ago
  58. cceb8f6 STY: Fix up the 2.0 (1.7) release notes. by Charles Harris · 14 years ago
  59. 8886322 DEP: Deprecate the old_defines.h header and the macros therein. by Charles Harris · 14 years ago
  60. c4b92ea DOC: numpybook - Replace macro names in old_defines.h with new. by Charles Harris · 14 years ago
  61. 28214cf DOC: Replace references to macros in old_defines with new. by Charles Harris · 14 years ago
  62. 95e2e15 STY: Replace more found macros in old_defines.h with new. by Charles Harris · 14 years ago
  63. 7bb277b DOC: Document macro changes in release notes. by Charles Harris · 14 years ago
  64. 4364975 DOC: Improve numpy reference documentation of polynomial classes. by Charles Harris · 14 years ago
  65. 88163cb DOC: Move removing deprecated imports note to deprecation section. by Charles Harris · 14 years ago
  66. 9e2fbab DOC: Document new polynomial package functionality in the release notes. by Charles Harris · 14 years ago
  67. d3ac8f7 DOC: Document the use of the polynomial convenience classes. by Charles Harris · 14 years ago
  68. 9d40c7c DOC: Lower toc number of levels. by Charles Harris · 14 years ago
  69. 08c8c54 DOC: Add version added to some of the polynomial package modules. by Charles Harris · 14 years ago
  70. 6bc4374 BUG: Fix up links to classes. by Charles Harris · 14 years ago
  71. 2e6ef35 DOC: Rearrange the polynomial documents. by Charles Harris · 14 years ago
  72. 26195cf FIX: Add release notes, use inverse cdf method for non-uniform by Chris Jordan-Squire · 14 years ago
  73. 67f24e8 FIX: Changed named to choice, reverted other changes. by Chris Jordan-Squire · 14 years ago
  74. 8b6c850 ENH: New sample function, bugs in tests fixed by Chris Jordan-Squire · 14 years ago
  75. 35952aa DOC: describe required version of GCC in MinGW on Windows in release doc. by Ralf Gommers · 14 years ago
  76. fac8674 DOC: add note on formatting math to HOWTO_DOCUMENT. by Ralf Gommers · 14 years ago
  77. aded70c STY: Fix spelling and reword text. by Charles Harris · 14 years ago
  78. d6ccaca DOC: numpydoc.py was still using old, scipy trac url in docstring by Valentin Haenel · 14 years ago
  79. 81bf485 DOC: mention numpydoc in numpy conventions by Valentin Haenel · 14 years ago
  80. 900d82e DOC: Add note about <ufunc>.reduce evaluation order by Mark Wiebe · 14 years ago
  81. 10fac98 ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer for legacy code by Mark Wiebe · 14 years ago
  82. f818910 DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatterns by Mark Wiebe · 14 years ago
  83. e4a1c55 DOC: missingdata: Updates from pull request feedback by Mark Wiebe · 14 years ago
  84. 0bfefe3 DOC: missingdata: Updates based on pull request feedback by Mark Wiebe · 14 years ago
  85. 159bfbc DOC: Mention the update to np.all and np.any in the release notes by Mark Wiebe · 14 years ago
  86. cc32630 ENH: missingdata: Make numpy.all follow the NA && False == False rule by Mark Wiebe · 14 years ago
  87. 6706908 DOC: missingdata: Also show what assigning a non-NA value does in each case by Mark Wiebe · 14 years ago
  88. b64ace5 DOC: missingdata: Add introductory documentation for NA-masked arrays by Mark Wiebe · 14 years ago
  89. 3e32ef2 DOC: missingdata: Some tweaks to the NA mask documentation by Mark Wiebe · 14 years ago
  90. 770c94e DOC: missingdata: Add example of a C-API function supporting NA masks by Mark Wiebe · 14 years ago
  91. 847404a DOC: missingdata: Documenting C API for NA-masked arrays by Mark Wiebe · 14 years ago
  92. e0b8c5c ENH: missingdata: Add maskna= flag to np.eye constructor by Mark Wiebe · 14 years ago
  93. 64e30a7 ENH: missingdata: Add skipna=, keepdims= parameters to methods by Mark Wiebe · 14 years ago
  94. 9ca27ae ENH: missingdata: Add wheremask to PyArray_ContainsNA by Mark Wiebe · 14 years ago
  95. 9764760 DOC: Add info to the release notes about the full boolean indexing change by Mark Wiebe · 14 years ago
  96. 3710f2b DOC: nditer: Document NpyIter_IsFirstVisit function by Mark Wiebe · 14 years ago
  97. 1848be6 NEP: missingdata: Some fixes and updates to the NEP by Mark Wiebe · 14 years ago
  98. 3941e5a BUG: ufunc: Fix bug in multi-dimensional reduction without a unit by Mark Wiebe · 14 years ago
  99. e5b2073 DOC: Tweak to the release notes by Mark Wiebe · 14 years ago
  100. f45fd67 DOC: Small tweak to release notes by Mark Wiebe · 14 years ago