Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.1
/
doc
tag
b2b97cf6c3d6315ce796ce943ea1f85e9c4770bb
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Tue Mar 25 22:56:13 2014
object
62a7575fd82ddf028517780c01fecf7e0cca27aa
1.8.1 Release
c03a660
DOC: add size 1 object reduction to release notes
by Julian Taylor
· 11 years ago
88cf65c
DOC: reset scipy-sphinx-theme back to master
by Julian Taylor
· 11 years ago
06f9694
REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento.
by Ralf Gommers
· 11 years ago
3bce2ea
DOC: Update 1.8.1 release notes for gh-4533 backport.
by Charles Harris
· 11 years ago
072259d
DOC: Document fix for gh-4486.
by Charles Harris
· 11 years ago
dfc7c5a
DOC: add byte_bounds issue to release notes
by Julian Taylor
· 11 years ago
938a5ee
DOC: Document new ability to silence get_atlas_info in release notes.
by Charles Harris
· 11 years ago
e4d360b
DOC: Update 1.8.1 release notes.
by Charles Harris
· 11 years ago
fbde895
DOC: Add gh-4502 to the 1.8.1 release notes.
by Charles Harris
· 11 years ago
e4a8034
DOC: Document backport of gh-4466 in 1.8.1 release notes.
by Charles Harris
· 11 years ago
c22185c
DOC: Add backport of gh-4483 to release notes.
by Charles Harris
· 11 years ago
0bfcb0e
BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupClose
by Julian Taylor
· 12 years ago
43f7ff7
DOC: add fixed issue 4145 to release notes
by Julian Taylor
· 12 years ago
812d3a9
DOC: Update 1.8.1 release note issues with gh-4359.
by Charles Harris
· 12 years ago
f53ab41
BUG: fix non-c99 fallback for np.inf input to log1p/expm1
by Julian Taylor
· 12 years ago
c0f1021
DOC: Use tp_basicsize, not NPY_SIZEOF_PYARRAYOBJECT, for allocation
by Bradley M. Froehle
· 12 years ago
9d1356d
DOC: add object as_stride fix to release notes
by Julian Taylor
· 12 years ago
f75cd3f
DOC: add histogram fix to release notes
by Julian Taylor
· 12 years ago
b098379
DOC: add 1.8.1 release notes
by Julian Taylor
· 12 years ago
df3d529
DOC: sync release notes with master
by Julian Taylor
· 12 years ago
e0a8a09
MAINT: update scipy-sphinx-theme
by Pauli Virtanen
· 12 years ago
73f3762
BUG: fix native-only long long check
by Julian Taylor
· 12 years ago
13848bd
DOC: Add list of authors to 1.8.0 release notes.
by Charles Harris
· 12 years ago
22efec1
DOC: Update 1.8.0 release notes.
by Charles Harris
· 12 years ago
958985a
DOC: Tweak the 1.8.0 release notes.
by Charles Harris
· 12 years ago
7d9017a
DOC: add highlights to release notes and rewrite and move some sections
by Julian Taylor
· 12 years ago
c2fc934
DOC: fix signature of NpyIter_GetIterNext in capi doc
by Julian Taylor
· 12 years ago
3e0f71a
DOC: minor rewording of partition note
by Julian Taylor
· 12 years ago
9505e18
DOC: move support for large files to features
by Julian Taylor
· 12 years ago
36606ab
DOC: mention new comparison runtime warnings in release notes
by Julian Taylor
· 12 years ago
481bf95
Merge pull request #3744 from juliantaylor/doc-update-1.8.x
by Charles Harris
· 12 years ago
1816fa0
DOC: add isclose and partition to reference and link some docs
by Julian Taylor
· 12 years ago
2863c82
DOC: Make savez_compressed show up in the documentation.
by Charles Harris
· 12 years ago
8a0cdc6
ENH: Add build support for openblas.
by Charles Harris
· 12 years ago
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
577183e
DOC: Update 1.8.0-notes.rst
by Charles Harris
· 12 years ago
b440929
Update docs
by Jay Bourque
· 12 years ago
f63eb17
Add documentation for new 'at' ufunc method
by Jay Bourque
· 12 years ago
04c341d
Update documentation for 'at' method
by Jay Bourque
· 12 years ago
fb7bfd8
DOC: Update 1.8.0 release notes.
by Charles Harris
· 12 years ago
37b6baa
Merge pull request #3625 from charris/update-howtorelease
by Ralf Gommers
· 12 years ago
73db716
DOC: Update HOWTO_RELEASE.rst.txt.
by Charles Harris
· 12 years ago
871d079
BUG: Use io.open instead of open for compatibility.
by Charles Harris
· 12 years ago
3c9c31b
Merge pull request #3534 from charris/nan-stat-functions
by Charles Harris
· 12 years ago
580a3b6
Merge pull request #3608 from charris/remove-1.8-diagonal-refs
by Charles Harris
· 12 years ago
98e3a6c
DOC: Note the new behavior of financial.npv in the 1.8.0 release notes.
by Charles Harris
· 12 years ago
dc73e1b
DOC: Various fixes.
by Charles Harris
· 12 years ago
5864961
Explicitly set encoding to UTF-8 in postprocess.py
by Sascha Peilicke
· 12 years ago
f8244a6
DOC: Document nanmean, nanvar, and nanstd in the 1.8.0 release notes.
by Charles Harris
· 12 years ago
c7dd1e5
MAINT: Refactor nanfunctions.
by Charles Harris
· 12 years ago
df1aa99
DOC: Remove references to diagonal changes in 1.8.
by Charles Harris
· 12 years ago
4d9cd69
ENH: implement median in terms of partition
by Julian Taylor
· 12 years ago
9c4c1c4
ENH: add quickselect algorithm and expose it via partition
by Julian Taylor
· 12 years ago
83a3daf
BUG: Document that numpy.int_ doesn't inherit from int on Py3k
by Yury V. Zaytsev
· 12 years ago
b2de377
Fix documentation description of loop spam in interactive interpreter
by Eric Price
· 12 years ago
75ac90e
Merge pull request #3565 from charris/documentation-fixes
by Charles Harris
· 12 years ago
d03cd89
MAINT: fix typo in npy-format.txt
by Martin Spacek
· 12 years ago
fb416a0
MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst.
by Charles Harris
· 12 years ago
eacca11
DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.
by Jesús Gómez
· 12 years ago
b307a8a
Merge branch 'numpy-swig' into gh-3451
by Charles Harris
· 12 years ago
895866d
Merge pull request #3550 from endolith/patch-1
by njsmith
· 12 years ago
4259c4e
DOC:Revert ``assert()`` back to ``assert`` (statement)
by endolith
· 12 years ago
fab4c0e
DOC: fix HOWTO_BUILD_DOCS.rst.txt
by Pauli Virtanen
· 12 years ago
3903928
Add Numpydoc as a git submodule
by Pauli Virtanen
· 12 years ago
f4f7c53
Move numpydoc to a separate repository
by Pauli Virtanen
· 12 years ago
1eea247
DOC:Some minor proofreading of Tests introduction
by endolith
· 12 years ago
bf0134d
DOC: put release notes in inverse order
by Pauli Virtanen
· 12 years ago
41eeed7
DOC: update scipy.org doc build Makefile targets
by Pauli Virtanen
· 12 years ago
df21983
DOC: use the new scipy-sphinx-theme in the documentation
by Pauli Virtanen
· 12 years ago
28eadc0
MAINT: Remove outdated version checks.
by Charles Harris
· 12 years ago
4441bdd
BUG: Check earlier for higher priority in binary operators, add test
by Andreas Kloeckner
· 12 years ago
cb7c7be
Corrected typos in documentation for PyArray_GETPTR1.
by Daniel
· 12 years ago
29dcc54
Merge pull request #2875 from ahojnnes/array-init
by njsmith
· 12 years ago
70cb9e5
Rename filled, filled_like to full, full_like
by Johannes Schönberger
· 12 years ago
2241e6c
ENH: Allow unnamed return values in Returns section of doc string
by Rob Ruana
· 12 years ago
f70632f
Added more mentions of the SuperTensor tests and corrected the number of typemaps and tests (currently 1427 unit tests passed with 'make test': 372+324+324+324+40+19+24)
by Egor Zindy
· 12 years ago
f56411b
Added mention of the SuperTensor tests in the README file
by Egor Zindy
· 12 years ago
1ed31cd
Removed 'static' keyword from pyfragments.swg altoghether. I've had the following errors In function ‘SWIG_AsVal_long’: error: initialiser element is not constant In function ‘SWIG_AsVal_unsigned_SS_long’: error: initialiser element is not constant, BOTH in Windows/MinGW and Linux when compiling with gcc
by Egor Zindy
· 12 years ago
2a5c2c8
Merge pull request #3436 from juliantaylor/vectorize-bool
by Charles Harris
· 12 years ago
3e95144
Fix minor typos in Polynomial class documentation
by Kumar Appaiah
· 12 years ago
4b4a736
ENH: vectorize boolean logical &&, ||, abs and not
by Julian Taylor
· 12 years ago
c6e4020
Updated info about sphinx.ext.autosummary.
by Robert Costa
· 12 years ago
7c4e9e1
adjust the optimal IO buffer size for npz files
by Bartosz Telenczuk
· 12 years ago
ffa0130
DOC: use full ufunc names
by Julian Taylor
· 12 years ago
6bcba96
ENH: vectorize base math with SSE2
by Julian Taylor
· 12 years ago
eb6cf4b
ENH: Vectorize float min/max operation with sse2
by Julian Taylor
· 12 years ago
558cd20
Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new
by Charles Harris
· 12 years ago
187f128
DOC: Add integer deprecations to release notes
by Sebastian Berg
· 12 years ago
a2bac9d
Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns index order everywhere.
by Egor Zindy
· 12 years ago
a21d825
cleaned-up loop indexes in Tensor.cxx
by Egor Zindy
· 12 years ago
3e47130
Merge pull request #3411 from juliantaylor/vectorize-fabs
by Charles Harris
· 12 years ago
938f586
cosmetic changes to numpy.i
by Egor Zindy
· 12 years ago
7720373
Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swig
by Egor Zindy
· 12 years ago
0caf9d70
Fixed the capsule / cobject memory destructor. Added types to deal with lists of arrays and lists of tensors as input and inplace types.
by zindy
· 12 years ago
7fb8b71
DOC: document isnan/bswap and SSE2 improvements
by Julian Taylor
· 12 years ago
7af95b0
A minor cleanup
by Joon Ro
· 12 years ago
b4b20dc
Add filled and filled_like to changelog of 1.8.0
by Johannes Schönberger
· 12 years ago
0155f8d
DOC: add missing release notes to the reference guide.
by Ralf Gommers
· 12 years ago
ab2741a
DOC: remove module index from reference guide.
by Ralf Gommers
· 12 years ago
Next »