Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.9.0
/
numpy
/
lib
tag
58c73f744f57e83ad6af923f9c59e26e193416da
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Sun Sep 07 08:59:06 2014
object
07601a64cdfeb1c0247bde1294ad6380413cab66
1.9.0 Release
d9137a4
DOC: fix missing space in percentile doc
by Julian Taylor
· 11 years ago
ef101b8
Merge pull request #5022 from seberg/structured-insert
by Julian Taylor
· 11 years ago
f880b1a
BUG: Fix np.insert for inserting a single item into a structured array
by Sebastian Berg
· 11 years ago
4344ffc
Merge pull request #5006 from dhomeier/ioconv_usecols
by Julian Taylor
· 11 years ago
709a06d
BUG: fix genfromtxt check of converters when using usecols
by Derek Homeier
· 11 years ago
eb8ea0d
Merge pull request #5005 from juliantaylor/use-tempdir-for-large-file
by Julian Taylor
· 11 years ago
e95cf5f
TST: skip large file test on windows
by Julian Taylor
· 11 years ago
dcf32db
BUG: avoid NamedTemporaryFile for large file test
by Matthew Brett
· 11 years ago
3f5ae6d
Merge pull request #4989 from juliantaylor/percentile-fix
by Julian Taylor
· 11 years ago
040d040
BUG: don't overwrite input percentile arrays
by Julian Taylor
· 11 years ago
16eef1e
DOC: Fix typo in _iotools.py docstring.
by Charles Harris
· 11 years ago
118a1bb
Merge pull request #4930 from juliantaylor/charris-pep8-numpy-lib
by Charles Harris
· 11 years ago
01b0d7e
STY: Make files in numpy/lib PEP8 compliant.
by Charles Harris
· 11 years ago
dec6658
MAINT: Fixes for problems in numpy/lib revealed by pyflakes.
by Charles Harris
· 11 years ago
0b5a664
STY: PEP8 compliance for numpy/lib/tests.
by Charles Harris
· 11 years ago
b2955ed
MAINT: Fix problems noted by pyflakes in numpy/lib/tests.
by Charles Harris
· 11 years ago
97bf5a7
BUG: Avoid type promotion in tril and triu.
by Yotam Doron
· 11 years ago
52a9ff6
BUG: Use `np.where` in np.triu/np.tril, fixes #4859
by jaimefrio
· 11 years ago
4e3a24b
Merge pull request #4828 from ogrisel/fix-isfileobj-py3
by Julian Taylor
· 11 years ago
290f192
Move tempdir context manager to numpy.testing.utils
by Olivier Grisel
· 11 years ago
e20d4b9
BUG: handle rounding issue with histogram edges on float32 data
by Julian Taylor
· 11 years ago
6e2a69b
DOC: remove wrong mention of .gz in np.load
by Julian Taylor
· 11 years ago
10098da
Merge pull request #4454 from jurnix/namedargs
by Julian Taylor
· 11 years ago
292b9ff
BUG: Fixed piecewise function for 0d input
by Juan Luis Cano Rodríguez
· 11 years ago
4452960
BUG: Correct behavior for lists of tuples in unique, closes #4785
by jaimefrio
· 11 years ago
7f8aae0
PEP8 nitpicks
by jurnix
· 11 years ago
21ea30b
TST: add a format 2.0 roundtrip test
by Julian Taylor
· 11 years ago
f7f838b
BUG: fix test deleting temporary file before using it on windows
by Julian Taylor
· 11 years ago
14cc717
Merge pull request #4760 from juliantaylor/masked-median
by Charles Harris
· 11 years ago
99ff7a7
ENH: use masked median for small multidimensional nanmedians
by Julian Taylor
· 11 years ago
e6f4366
Merge pull request #4765 from juliantaylor/npyformat-2.0
by Charles Harris
· 11 years ago
38dda9d
DOC: Fix indentation and add missing blank lines for meshgrid doc.
by Charles Harris
· 11 years ago
fc50d27
ENH: add storage format 2.0 with 4 byte header length size
by Julian Taylor
· 11 years ago
b8222cb
DOC: add versionadded tags to meshgrid arguments
by Julian Taylor
· 11 years ago
40bebba
TST: fix random failing histogram test
by Julian Taylor
· 11 years ago
d41fc7a
MAINT: Removed code emulating keepdims in cov
by David Freese
· 11 years ago
83c6d76
BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.
by Michael McNeil Forbes
· 11 years ago
c243ca7
Merge pull request #4749 from seberg/0d-nanperc-out
by Julian Taylor
· 11 years ago
29f9b6e
BUG: nanpercentile/nanmedian 0-d with output given.
by Sebastian Berg
· 11 years ago
3e09d37
Merge pull request #4750 from jaimefrio/tri-sty
by seberg
· 11 years ago
2f7cb25
STY: Use `.astype`'s `copy` kwarg in `np.tri`
by jaimefrio
· 11 years ago
f80ccb0
DOC: clarify savetxt delimiter and newline docstring
by Julian Taylor
· 11 years ago
5fe26e6
Merge pull request #4574 from ggventurini/master
by Julian Taylor
· 11 years ago
19aa509
ENH: added functionality nanpercentile to numpy
by David Freese
· 11 years ago
62e4561
ENH: Add the scipy NumpyVersion class.
by Charles Harris
· 11 years ago
d150103
Merge pull request #4307 from dfreese/feature/nanmedian
by Julian Taylor
· 11 years ago
f40831a
MAINT: Comparison deprecation followup fixes
by Sebastian Berg
· 11 years ago
9b8f6c7
DEP: Deprecate that comparisons ignore errors.
by Sebastian Berg
· 11 years ago
31e969b
DOC/FIX: Fix error in documentation
by Yoshiki Vázquez Baeza
· 11 years ago
beec75b
ENH: added functionality nanmedian to numpy
by David Freese
· 11 years ago
ff459fd
Add tests using matrices
by Marten van Kerkwijk
· 11 years ago
5348c02
BUG: incorrect argument order to _copyto in in np.nanmax, np.nanmin
by Marten van Kerkwijk
· 11 years ago
eae3d1a
ENH: add a 'return_counts=' keyword argument to `np.unique`
by jaimefrio
· 11 years ago
079ca4d
ENH: Better error w/ line num for bad column count in np.loadtxt()
by Daniel da Silva
· 11 years ago
39de3c8
Docstring fix for `savetxt`
by ggventurini
· 11 years ago
30aeb2e
ENH: Replace exponentiation with cumulative product in np.vander
by jaimefrio
· 11 years ago
bce5bfb
Merge pull request #3830 from jarondl/recfromcsv
by Charles Harris
· 11 years ago
dab5e3e
ENH: use smallest integer for tri ranges
by Julian Taylor
· 11 years ago
ddc95d3
ENH: apply_along_axis accepts named arguments
by Albert
· 11 years ago
419cb15
Merge pull request #4542 from immerrr/fix-bincount-systemerror
by Charles Harris
· 11 years ago
7395900
Merge pull request #4509 from jaimefrio/twodim-speedup
by Julian Taylor
· 11 years ago
e5cf365
BUG: fix incorrect minlength handling in np.bincount
by immerrr
· 11 years ago
a80946d
ENH: speed-up of triangular matrix functions
by jaimefrio
· 11 years ago
3a4030c
Merge pull request #4358 from seberg/fast-select
by Charles Harris
· 11 years ago
123b319
ENH: Speed improvements and deprecations for np.select
by Sebastian Berg
· 11 years ago
de0e571
DOC: Link convolve with polymul
by endolith
· 11 years ago
caf3fc4
TST: add unittest for byte_bounds
by Olivier Grisel
· 11 years ago
741e5c7
FIX: missing asarray import in numpy.libs.utils
by Olivier Grisel
· 11 years ago
5df0158
TST: add some more tests
by Julian Taylor
· 11 years ago
646f54e
Merge pull request #4498 from meltingwax/meltingwax/2092
by Charles Harris
· 11 years ago
f8942f5
DOC: specify that 2d array must be non-empty in np.poly error message.
by Daniel da Silva
· 11 years ago
7d53c81
MAINT: revert back to separate median implementation
by Julian Taylor
· 11 years ago
eea1a9c
ENH: add extended axis and keepdims support to median and percentile
by Julian Taylor
· 11 years ago
424b56e
Merge pull request #4479 from leomao/master
by Charles Harris
· 11 years ago
aff43c0
STY: change and delete some comments in recfromcsv
by jarondl
· 11 years ago
42d6a74
remove assert in _get_ufunc_and_otypes, add a test in test_function_base.py
by LeoMao
· 11 years ago
7add97b
ENH: release gil for np.packbits and np.unpackbits
by Julian Taylor
· 11 years ago
3d419a1
when initialize a vectorize object, always set self._ufunc to None first. fix #3285
by LeoMao
· 11 years ago
64694a5
Merge pull request #4428 from jarondl/genfromtxt-doc
by Charles Harris
· 11 years ago
91fa07e
Merge pull request #4430 from juliantaylor/apply-over-doc
by Charles Harris
· 11 years ago
f6800f5
DOC: document equivalence of apply_over_axes and tuple axis ufuncs
by Julian Taylor
· 11 years ago
6030f09
DOC: two minor typos in genfromtxt
by jarondl
· 11 years ago
479437d
DOC: add missing parameters to npyio.genfromtxt, fix #2929
by Yaron de Leeuw
· 11 years ago
4e1bffa
BUG: fix ValueError for byte_bounds() on datetime array close gh-4345
by mosessky
· 11 years ago
41a17e8
Merge pull request #4377 from ContinuumIO/as_strided_fix
by Charles Harris
· 11 years ago
94d35b5
Merge pull request #4372 from charris/fix-gh-2423
by Charles Harris
· 11 years ago
a4e7645
Merge pull request #4376 from charris/fix-gh-2807
by Charles Harris
· 11 years ago
24438fb
Merge pull request #4284 from robquant/histogramdd_rightmost_binedge
by Julian Taylor
· 11 years ago
39f1133
DOC: npyio.recfromcsv keyword argument changes
by Yaron de Leeuw
· 11 years ago
3b99f37
TST: Added regression test for recfromcsv dtype error, as suggested by @hpaulj
by Yaron de Leeuw
· 11 years ago
803a75f
MAINT (API?): organize npyio.recfromcsv defaults
by Yaron de Leeuw
· 11 years ago
df84ecf
BUG: accept non arrays in cor and corrcoeff
by Julian Taylor
· 11 years ago
1f2771c
DOC: some versionadded notes
by alex
· 11 years ago
a98b6b4
Fix stride_stricks.as_strided function for object arrays
by Jay Bourque
· 11 years ago
73750e6
DOC: Improve the documentation of numpy.load.
by Charles Harris
· 11 years ago
3392529
DOC: Fix documentation of normed in histogram2d and histogramdd.
by Charles Harris
· 11 years ago
5100498
Merge pull request #4302 from charris/fix-gh-605
by seberg
· 11 years ago
249c38e
ENH: tril and triu broadcasting
by alex
· 11 years ago
a712c67
BUG: Fixes #2799
by jaimefrio
· 12 years ago
fd399aa
TST: do not use "ignore" to filter warnings
by Sebastian Berg
· 12 years ago
Next »