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