Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.6.1
/
doc
/
release
1e85f6f
REL: set version to 1.6.0rc3.
by Ralf Gommers
· 14 years ago
v1.6.0rc3
f340e88
DOC: Updated f2py size support note.
by Pearu Peterson
· 14 years ago
9528ca8
DOC: Document the changed default error handling for the 1.6.x release.
by Charles Harris
· 14 years ago
8024c27
DEP: deprecate normed kw in histogram and restore its old behavior. Introduce
by Ralf Gommers
· 14 years ago
2acf028
DOC: slogdet was added in 1.5.0.
by Charles Harris
· 14 years ago
7ee96bd
API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API
by Mark Wiebe
· 14 years ago
f089476
DOC: Document the addition of the new polynomials in the release notes.
by Charles Harris
· 14 years ago
52edb94
DOC: Add info about iterator, new functions, and C API additions to release notes
by Mark Wiebe
· 14 years ago
c3f4e89
DOC: Updated f2py related release notes.
by Pearu Peterson
· 14 years ago
30ee1d3
DOC: update 1.6.0 release notes. Add headers for items to still be filled in.
by rgommers
· 14 years ago
7bb54ef
REL: add 1.6.0 release notes.
by rgommers
· 14 years ago
9e8bf66
DOC: Add release note mention of float16 type
by Mark Wiebe
· 15 years ago
e5387aa
DOC: some more details on release process, and blank 2.0.0 notes.
by rgommers
· 15 years ago
3c3d423
REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.
by rgommers
· 15 years ago
e7c59e6
Mention functions for Chebyshev points in release notes.
by Charles Harris
· 15 years ago
cc5d131
Merge branch 'poly'
by Charles Harris
· 15 years ago
50db7ff
DOC: Complete 1.5.0 release notes.
by rgommers
· 15 years ago
4cff2fe
Merge branch 'wgt'
by Charles Harris
· 15 years ago
0db7671
CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too
by Charles Harris
· 15 years ago
bc9cb91
DOC: Add removal of histogram 'new' keyword to release notes. Closes #797.
by rgommers
· 15 years ago
88e683b
Update 2.0.0 release documentation to reflect changes in the Chebyshev and
by Charles Harris
· 15 years ago
6e77005
REV: Revert the changes to the truncate method of Polynomial and Chebyshev.
by Charles Harris
· 15 years ago
59fd4c3
Add some more info to the release notes for 2.0.0.
by Charles Harris
· 15 years ago
894665b
Note the changes in polynomial.polynomial and polynomial.chebyshev in
by Charles Harris
· 15 years ago
e3cea87
DOC: Fix typo in 2.0.0 release notes.
by Stefan van der Walt
· 15 years ago
7d5a455
Add better summary of ndarraytype.h to release notes.
by Charles Harris
· 15 years ago
b943351
ENH: Break out parts of ndarrayobject.h that don't reference the ndarray
by Charles Harris
· 15 years ago
2c275d4
Add slogdet to the release notes for 2.0.0.
by Charles Harris
· 15 years ago
6dc315f
ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b)
by Pauli Virtanen
· 15 years ago
5664796
Move 1.5.0 release notes to 2.0.0.
by Charles Harris
· 15 years ago
794a6c4
ENH: emit ComplexWarning when casting complex to real (addresses #1319)
by Pauli Virtanen
· 16 years ago
b860d14
doc: add stub release notes
by Pauli Virtanen
· 16 years ago
e2fbec1
DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes.
by David Cournapeau
· 16 years ago
7277495
ENH: add an assert_warns testing utility.
by David Cournapeau
· 16 years ago
9e082de
Mention the new polynomial and chebyshev modules in the release notes.
by Charles Harris
· 16 years ago
869b208
doc/release: add information about arraysetops changes (from Neil Crighton)
by Pauli Virtanen
· 16 years ago
ba4fd56
docs: document r7697 in release notes
by Pauli Virtanen
· 16 years ago
5d3f592
Mention npymath reuse in release notes.
by David Cournapeau
· 16 years ago
0dc618c
Mention C99 complex support in release notes.
by David Cournapeau
· 16 years ago
6a665e0
Add highlights for 1.4.0 release notes.
by David Cournapeau
· 16 years ago
047c625
Mention neighborhood iterator in release notes.
by David Cournapeau
· 16 years ago
da7e19c
DOC: mention new spacing-based testing functions in the release notes.
by David Cournapeau
· 16 years ago
92d3b83
DOC: mention nextafter ufunc in the release notes and reference.
by David Cournapeau
· 16 years ago
64ac086
DOC: mention speed improvement at import time in release notes.
by David Cournapeau
· 16 years ago
ae6aa8d
add comment about __array_prepare__ to 1.4 release notes
by Darren Dale
· 16 years ago
6951bcd
Clarify logic for nan comparisons.
by Charles Harris
· 16 years ago
8ccbd46
Add some notes to the 1.4 release document.
by Charles Harris
· 16 years ago
a35153c
Mention the deprecated decorator in the release notes.
by David Cournapeau
· 16 years ago
5380c94
Update release notes.
by David Cournapeau
· 16 years ago
4beb657
Update the release notes for 1.4.0.
by David Cournapeau
· 16 years ago
251e1db
Start release notes for 1.4.0.
by David Cournapeau
· 16 years ago
8364447
Mention the trunc ufunc as new in 1.3 and note this in its docstring.
by Charles Harris
· 16 years ago
a6b253a
Fix some rest issues in the releases notes.
by David Cournapeau
· 16 years ago
b4c2338
Update release notes for 1.3.0
by David Cournapeau
· 16 years ago
1c9975b
Put NPY_NAN and co at the correct location in the releases notes.
by David Cournapeau
· 16 years ago
4326a51
Document which configurations work for gfortran + MS compiler.
by David Cournapeau
· 16 years ago
9c3f0da
Mention NPY_NAN and co in the release notes.
by David Cournapeau
· 16 years ago
523a237
Add note about sign(nan) to release doc.
by Charles Harris
· 16 years ago
944894a
Mention /arch option for binary installer.
by David Cournapeau
· 16 years ago
04cc3cd
Update the releases notes for 1.3.0
by David Cournapeau
· 16 years ago
442d00d
Add description of new ufuncs.
by Charles Harris
· 16 years ago
0e9f73d
Update URLs to Trac.
by Stefan van der Walt
· 16 years ago
db0301a
Update release notes for 1.3.0.
by David Cournapeau
· 16 years ago
6b59456
Mention nan handling in max and co for 1.3.0. in the releases notes.
by David Cournapeau
· 16 years ago
325f053
Try to hide that I can't compute how many weeks there are in a month...
by David Cournapeau
· 17 years ago
f77766f
More esthetical changes in rest document.
by David Cournapeau
· 17 years ago
8413dbe
Fix tables and syntax issues for rest document.
by David Cournapeau
· 17 years ago
85adad9
Spelling in time-based release doc.
by David Cournapeau
· 17 years ago
eb8892e
Rename the time-based proposal such as it is recognized as REST by trac.
by David Cournapeau
· 17 years ago
1924194
Add references for time based releases proposal.
by David Cournapeau
· 17 years ago
4edeb78
Start the proposal for time-based release.
by David Cournapeau
· 17 years ago
069fcb4
Update releases notes for 1.3.0.
by David Cournapeau
· 17 years ago
52a781d
add release notes for 1.3
by Jarrod Millman
· 17 years ago