Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.9.3
/
numpy
/
lib
tag
99f0de3ac2c13be2790144e818d92bb89ca4f0fc
tagger
Matthew Brett <matthew.brett@gmail.com>
Tue Sep 22 00:07:12 2015
object
edb902cdc6573553afcf11047ecdfb447e444322
REL: 1.9.3 release
40a6085
MAINT: remove legacy monkeypatching of GzipFile
by Nathaniel J. Smith
· 10 years ago
d685309
Merge pull request #5619 from jaimefrio/unique_docstring
by Julian Taylor
· 10 years ago
da3c6a2
DOC: Describe return_counts keyword in np.unique docstring
by Jaime Fernandez
· 10 years ago
4ea05b0
TST: Add test for loadtxt with None as string type.
by Charles Harris
· 11 years ago
79ac576
BUG: Fix loadtxt with comments=None and a string None data.
by Leonardo Donelli
· 11 years ago
6970732
Merge pull request #5203 from njsmith/master
by Julian Taylor
· 11 years ago
079fcfc
BUG: Fixes #5184 gradient calculation behavior at boundaries
by David M Fobes
· 11 years ago
8b58d98
BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.
by Warren Weckesser
· 11 years ago
3205c89
BUG: copy inherited masks in MaskedArray.__array_finalize__
by Nathaniel J. Smith
· 11 years ago
d310ff9
Merge pull request #5182 from juliantaylor/nanmedian-inf
by Julian Taylor
· 11 years ago
fb6ff96
Merge pull request #5183 from charris/fix-npy-header-write
by Julian Taylor
· 11 years ago
2f1e276
BUG: fix nanmedian on arrays containing inf
by Julian Taylor
· 11 years ago
a8e027f
BUG: Fix writing of intrinsic long integers in python2 npy files.
by Charles Harris
· 11 years ago
90ae342
Merge pull request #5178 from charris/fix-npz-header-incompatibility
by Julian Taylor
· 11 years ago
8b1f90a
TST: Add tests for Python2, Python3 *.npy compatibility.
by Charles Harris
· 11 years ago
8f068b7
BUG: Make python2 *.npy files readable in python3.
by Charles Harris
· 11 years ago
ed228e6
Merge pull request #5149 from charris/fix-ma-docs-for-OO-option
by Julian Taylor
· 11 years ago
dc45391
BUG: Make numpy import when run with Python flag '-OO'.
by Charles Harris
· 11 years ago
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
Next »