1. 9f829ac DOC: add 1.7.1-notes.rst notes by Ondrej Certik · 12 years ago
  2. 1be0d08 DOC: Add mention of PyArray_SetBaseObject stealing a reference by Mark Wiebe · 12 years ago
  3. 0bf8638 DOC: Remove documentation of non-existing advanced iter NA flags. by Sebastian Berg · 12 years ago
  4. 13371fd DOC: document the casting rules changes by Ondřej Čertík · 13 years ago
  5. 3fe7bf0 DOC: remove parentheses around "experimental" by Ondřej Čertík · 13 years ago
  6. 0be2faa DOC: Move the news entry in release notes by Ondřej Čertík · 13 years ago
  7. c7b17b3 DOC: update release notes about AArch64 by Ondřej Čertík · 13 years ago
  8. d5d2049 move to www.numpy.org by Sandro Tosi · 13 years ago
  9. 78628fd fix array interface documentation links by Sandro Tosi · 13 years ago
  10. a757cb5 DOC: document the change in .base by Ondřej Čertík · 13 years ago
  11. eb730a5 MAINT: Update and cleanup 1.7.0-notes.rst. by Ondřej Čertík · 13 years ago
  12. 06973ed DOC: Deprecate NPY_CHAR in release notes by Ondřej Čertík · 13 years ago
  13. 891a665 DOC: expand sections on commit messages and merging/rebasing in the devguide. by Ralf Gommers · 13 years ago
  14. 674eacf DOC: one more edit to the dev-guide. by Ralf Gommers · 13 years ago
  15. f0f366c DOC: remove section "Patching" from dev-guide. by Ralf Gommers · 13 years ago
  16. 80bb924 DOC: a few edits to make "Development Workflow" in the dev guide clearer. by Ralf Gommers · 13 years ago
  17. dc981d0 DOC: document in dev-guide how to write a good commit message. by Ralf Gommers · 13 years ago
  18. 900d2e5 DOC: Mention deprecation warning in release notes by Ondřej Čertík · 13 years ago
  19. 2397c9d FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
  20. f93774d Update release notes and version number. by Travis E. Oliphant · 13 years ago
  21. efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
  22. bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
  23. c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
  24. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  25. bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
  26. 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 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. 93e42dd DOC: update language of C-API deprecations. by Travis E. Oliphant · 13 years ago
  30. f369ed6 Merge pull request #332 from nouiz/fillwbyte_doc by Charles Harris · 13 years ago
  31. 0d59c78 better new doc sentence following code review. by Frederic · 13 years ago
  32. 4d37169 DOC: add info on docstrings in test functions/methods. Also fix a typo. by Ralf Gommers · 13 years ago
  33. 23dba57 DOC: add details on how to use generator tests to documentation. by Ralf Gommers · 13 years ago
  34. 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
  35. 6f335e0 Fix-up deprecations language. by Travis E. Oliphant · 13 years ago
  36. 9a4ef17 Fix the deprecations language. by Travis E. Oliphant · 13 years ago
  37. 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
  38. 5df8f24 DOC: merge wiki docs - edits under doc/. by Ralf Gommers · 13 years ago
  39. b009f97 Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous. by Frederic · 13 years ago
  40. 5639414 DOC: update HOWTO_RELEASE document. by Ralf Gommers · 13 years ago
  41. 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
  42. b272bc6 Remove maskna API from ndarray, and all (and only) the code supporting it by Nathaniel J. Smith · 13 years ago
  43. ac94777 Merge pull request #298 from dlaxalde/sphinxext/cleanup by Travis E. Oliphant · 13 years ago
  44. 263c877 sphinxext: remove mention of old files in LICENSE.txt by Denis Laxalde · 13 years ago
  45. adddbc7 sphinxext: some cleanup in setup.py by Denis Laxalde · 13 years ago
  46. 85b6828 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  47. c6b67ff DOC: Remove duplicate unique links in HOWTO_DOCUMENT. by Stefan van der Walt · 13 years ago
  48. b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
  49. 412c8a6 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
  50. 5c96ec6 Merge pull request #268 from FrancescAlted/master by Mark · 13 years ago
  51. c247305 Typo fix by Nathaniel J. Smith · 13 years ago
  52. 0812564 Document the PyArray_Diagonal transition scheme. by Nathaniel J. Smith · 13 years ago
  53. cbce4e6 Consolidate all array writeability checking in new PyArray_RequireWriteable by Nathaniel J. Smith · 13 years ago
  54. 3bbbbd4 NEP: Add some details about how existing C-API access interacts with NA by Mark Wiebe · 13 years ago
  55. 8669d3f DOC: verbosity -> verbose in testing guidelines by Denis Laxalde · 13 years ago
  56. d609dff REL: change Sphinx version in release script to 1.1.3. by Ralf Gommers · 13 years ago
  57. d7d6b6c Stress that all array creation C functions steals a reference to descr. by Francesc Alted · 13 years ago
  58. 0b99c90 DOC: Add datetime to the changed items in the release notes. by Charles Harris · 13 years ago
  59. bb50db6 DOC: Add a section documenting 1.6/1.7 datetime64 differences by Mark Wiebe · 13 years ago
  60. 416e1ab DOC: fix link and add explanation on how to run examples. by Ralf Gommers · 13 years ago
  61. d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
  62. 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
  63. 313fe46 ENH: Add 'sorter' argument to searchsorted. by Bryan Van de Ven · 13 years ago
  64. 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
  65. 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
  66. caa0883 MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. by Ralf Gommers · 13 years ago
  67. 39029f5 DOC: generate links to source code by Pauli Virtanen · 13 years ago
  68. 8670ca3 Merge pull request #219 from mwiebe/test_warn_param by Ralf Gommers · 13 years ago
  69. b9f0f1f ENH: Made "isclose()" NA-aware, added release note and versionadded. by Joe Kington · 13 years ago
  70. 8df4e67 TST: add some string kw options to simplify switching NoseTester behavior. by Ralf Gommers · 13 years ago
  71. 7961e1f TST: add "raise on warning" behavior to NoseTester constructor. by Ralf Gommers · 13 years ago
  72. 0b400cb Fix typo (all ready -> already) by Jason Grout · 13 years ago
  73. f4dd54a DOC: merge wiki doc edits. by Ralf Gommers · 13 years ago
  74. 879536e DOC: Add a C style guide. by Charles Harris · 13 years ago
  75. 58d883a DOC: add to release HOWTO that the C API version should be updated. by Ralf Gommers · 14 years ago
  76. bbf49fc DOC: clarify numpy version for removal, document sed script better. by Charles Harris · 14 years ago
  77. cceb8f6 STY: Fix up the 2.0 (1.7) release notes. by Charles Harris · 14 years ago
  78. 8886322 DEP: Deprecate the old_defines.h header and the macros therein. by Charles Harris · 14 years ago
  79. c4b92ea DOC: numpybook - Replace macro names in old_defines.h with new. by Charles Harris · 14 years ago
  80. 28214cf DOC: Replace references to macros in old_defines with new. by Charles Harris · 14 years ago
  81. 95e2e15 STY: Replace more found macros in old_defines.h with new. by Charles Harris · 14 years ago
  82. 7bb277b DOC: Document macro changes in release notes. by Charles Harris · 14 years ago
  83. 4364975 DOC: Improve numpy reference documentation of polynomial classes. by Charles Harris · 14 years ago
  84. 88163cb DOC: Move removing deprecated imports note to deprecation section. by Charles Harris · 14 years ago
  85. 9e2fbab DOC: Document new polynomial package functionality in the release notes. by Charles Harris · 14 years ago
  86. d3ac8f7 DOC: Document the use of the polynomial convenience classes. by Charles Harris · 14 years ago
  87. 9d40c7c DOC: Lower toc number of levels. by Charles Harris · 14 years ago
  88. 08c8c54 DOC: Add version added to some of the polynomial package modules. by Charles Harris · 14 years ago
  89. 6bc4374 BUG: Fix up links to classes. by Charles Harris · 14 years ago
  90. 2e6ef35 DOC: Rearrange the polynomial documents. by Charles Harris · 14 years ago
  91. 26195cf FIX: Add release notes, use inverse cdf method for non-uniform by Chris Jordan-Squire · 14 years ago
  92. 67f24e8 FIX: Changed named to choice, reverted other changes. by Chris Jordan-Squire · 14 years ago
  93. 8b6c850 ENH: New sample function, bugs in tests fixed by Chris Jordan-Squire · 14 years ago
  94. 35952aa DOC: describe required version of GCC in MinGW on Windows in release doc. by Ralf Gommers · 14 years ago
  95. fac8674 DOC: add note on formatting math to HOWTO_DOCUMENT. by Ralf Gommers · 14 years ago
  96. aded70c STY: Fix spelling and reword text. by Charles Harris · 14 years ago
  97. d6ccaca DOC: numpydoc.py was still using old, scipy trac url in docstring by Valentin Haenel · 14 years ago
  98. 81bf485 DOC: mention numpydoc in numpy conventions by Valentin Haenel · 14 years ago
  99. 900d82e DOC: Add note about <ufunc>.reduce evaluation order by Mark Wiebe · 14 years ago
  100. 10fac98 ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer for legacy code by Mark Wiebe · 14 years ago