Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.7.1
/
numpy
/
lib
4753c19
BUG: Make nansum work with booleans.
by Charles Harris
· 13 years ago
0d053ba
Add a missing part of the test
by Ondřej Čertík
· 13 years ago
dea4fab
Backport of #2897 (ndindex failing)
by Ondřej Čertík
· 13 years ago
bffea7a
TST: Add test for in1d ravelling
by Sebastian Berg
· 13 years ago
42e5b80
BUG: Fix regression for in1d with non-array input
by Sebastian Berg
· 13 years ago
2050eb0
[FIX] preserve memory order in np.copy()
by Nathaniel J. Smith
· 13 years ago
6d1288e
BUG: Avoid regression in np.insert for axis!=0 or None
by Sebastian Berg
· 13 years ago
8a54c70
Revert "Improve ndindex execution speed."
by Ondřej Čertík
· 13 years ago
7feb44e
Revert "Retain backward compatibility. Enforce C order."
by Ondřej Čertík
· 13 years ago
65ec87e
TST: Add test for boolean insert
by Han Genuit
· 13 years ago
9ee9984
TST: Add extra test for multidimensional inserts.
by Han Genuit
· 13 years ago
8460514
BUG: Fix for issues #378 and #392
by Han Genuit
· 13 years ago
3dc3b1b
Retain backward compatibility. Enforce C order.
by Stefan van der Walt
· 13 years ago
5a471b5
Improve ndindex execution speed.
by Stefan van der Walt
· 13 years ago
7583adc
MAINT: silence DeprecationWarning in np.safe_eval().
by Ralf Gommers
· 13 years ago
5b4e61b
BUG: Fix some tests in PR #192
by Travis E. Oliphant
· 13 years ago
578a419
Merge pull request #352 from HackerSchool12/bugfix808
by Travis E. Oliphant
· 13 years ago
0b2bfa9
Merge pull request #192 from rgommers/meshgrid3d
by Travis E. Oliphant
· 13 years ago
08c507b
Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad)
by cgohlke
· 13 years ago
2c04244
BUG: Ticket #808: Insert was not performing properly when an integer was
by Loftie Ellis
· 13 years ago
423ddfb
STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h
by Pauli Virtanen
· 13 years ago
e50d16e
Merge pull request #337 from rgommers/pull-335-genfromtxt
by Ralf Gommers
· 13 years ago
895ed81
BUG: test_unique needs to test bigger arrays.
by Charles Harris
· 13 years ago
5a929a4
TST: Improve type coverage in test_unique.
by Charles Harris
· 13 years ago
3556a2b
BUG: genfromtxt: make comments=None work with spaces in strings.
by Ralf Gommers
· 13 years ago
8ecb4b2
Merge pull request #309 from thouis/malloc_hooks
by njsmith
· 13 years ago
1a70875
BUG: make genfromtxt work with comments=None. Closes Github issue 329.
by martingoodson
· 13 years ago
0e9e107
DOC: merge doc wiki edits. A number of small edits in linalg and lib.
by Ralf Gommers
· 13 years ago
2c9981b
DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).
by Ralf Gommers
· 13 years ago
aeff403
Merge remote-tracking branch 'upstream/master' into malloc_hooks
by Thouis (Ray) Jones
· 13 years ago
613589e
BF(PY3): open file handles in tests in binary mode
by Yaroslav Halchenko
· 13 years ago
c35c83c
BF: removed too much -- own_fid should be False while working with .npz
by Yaroslav Halchenko
· 13 years ago
81a03cf
ENH: added a rudimentary test for having #1517 (too many open files) fixed
by Yaroslav Halchenko
· 13 years ago
153f764
ENH: Since file handle could not be reopened (during load()) -- no need for "isclosed" logic
by Yaroslav Halchenko
· 13 years ago
4219824
BF: PY3 and PY2 < 2.7 compatibility fixes for prev 2 commits
by Yaroslav Halchenko
· 13 years ago
0e3a3d9
ENH: unittest for preceeding commit fixing #2178
by Yaroslav Halchenko
· 13 years ago
4df2444
BUG: do not "own" the FID for GzipFile and file if provided to load already opened (ticket #2178)
by Yaroslav Halchenko
· 13 years ago
b272bc6
Remove maskna API from ndarray, and all (and only) the code supporting it
by Nathaniel J. Smith
· 13 years ago
be294ab
ENH: expose PyDataMem_NEW/FREE/RENEW as numpy API functions with an event hook.
by Thouis (Ray) Jones
· 13 years ago
c8beafd
Merge pull request #290 from mforbes/new-vectorize-clean
by Travis E. Oliphant
· 13 years ago
a8f1612
Merge pull request #306 from nouiz/fill_diagonal
by Travis E. Oliphant
· 13 years ago
6cb0266
remove unused variables from histogramdd
by Jake Vanderplas
· 13 years ago
e909e4e
add the warp parameter to fill_diagonal for people that could want the old behavior.
by Frederic
· 13 years ago
69c33bf
fix the wrapping problem of fill_diagonal with tall matrix.
by Frederic
· 13 years ago
85b6828
Merge branch 'master' into clean-up-diagonal
by Nathaniel J. Smith
· 13 years ago
127ae2f
ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487)
by Michael McNeil Forbes
· 13 years ago
7ec6cf4
REF: simplify extension customization.
by David Cournapeau
· 13 years ago
ebffab2
BUG: Changed ipmt to accept array_like arguments.
by Tim Cera
· 13 years ago
0812564
Document the PyArray_Diagonal transition scheme.
by Nathaniel J. Smith
· 13 years ago
bea52bf
Transition scheme for allowing PyArray_Diagonal to return a view
by Nathaniel J. Smith
· 13 years ago
e686b36
ENH: Change datetime64 to use c_metadata instead of metadata
by Mark Wiebe
· 13 years ago
259fff8
BUG: Fix some test bugs.
by Charles Harris
· 13 years ago
905335b
DOC: Fix outdated docstring.
by Tony S Yu
· 13 years ago
e1218cc
DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to be versioned
by Mark Wiebe
· 13 years ago
8e8a4ca
BUG: Fix missing np prefix in test_function_base.py.
by Charles Harris
· 13 years ago
b35eacc
Merge pull request #245 from jseabold/digitize-open-right
by Travis E. Oliphant
· 13 years ago
168a55e
STY: Touch up documentation in arraypad.py
by Charles Harris
· 13 years ago
7270d9e
ENH: Add module containing functions for padding n-dimensional arrays.
by tim cera
· 13 years ago
5474684
TST: Add namespaces to digitize tests + one more test
by Skipper Seabold
· 13 years ago
0488f85
ENH: Give digitize left or right open interval option
by Skipper Seabold
· 13 years ago
044c7a6
WRN: Fix compiler warnings in _compiled_base.c.
by Charles Harris
· 13 years ago
1957cb3
STY: Style cleanups in numpy/lib/tests/test_function_base.
by Charles Harris
· 13 years ago
b9576ed
ENH: improve interp() speed in some cases.
by Timo Kluck
· 13 years ago
dbf2351
BUG: ticket #2063, make unique return consistent index.
by Bryan Van de Ven
· 13 years ago
aae5b0a
TST: fix string comparison test failures on Windows for Python 2.5.
by Ralf Gommers
· 13 years ago
1857ee3
DOC: Change versionadded from 2.0.0 to 1.7.0 where needed.
by Charles Harris
· 13 years ago
40f0844
ENH: Allow bincount to accept empty arrays.
by Skipper Seabold
· 13 years ago
f4dd54a
DOC: merge wiki doc edits.
by Ralf Gommers
· 13 years ago
e962f6b
TST: filter one more printed warning.
by Ralf Gommers
· 13 years ago
955f471
TST: filter RuntimeWarnings for invalids from some more test files.
by Ralf Gommers
· 13 years ago
c4482f5
ENH: lib: break reference cycle in NpzFile (#2048)
by Pauli Virtanen
· 14 years ago
015cada
Added ipmt (interest portion of payment) and ppmt (principal portion of payment) functions. Added doctests and unit tests.
by tim cera
· 14 years ago
ca258fc
Merge branch 'replace-noprefix'
by Charles Harris
· 14 years ago
a2bb1cc
BUG: Fix improper usage of warning filters in the tests
by Mark Wiebe
· 14 years ago
6bde534
UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.
by Charles Harris
· 14 years ago
d48b756
STY: meshgrid: some minor changes to address review comments.
by Ralf Gommers
· 14 years ago
1941ed6
UPD: Remove includes of noprefix.h in ufunc_object.c and _compiled_base.c.
by Charles Harris
· 14 years ago
acad872
UPD: Use prefixed macros in *.c files except numarray and linalg.
by Charles Harris
· 14 years ago
9b12b1d
STY: lib/src - replace macros in old_defines.h with new.
by Charles Harris
· 14 years ago
7a6239e
STY: Add comment and rename monotonic_ functino to be more descriptive
by Mark Wiebe
· 14 years ago
3a86a97
Merge remote-tracking branch 'dwf/release_gil_in_libfunctions'
by Mark Wiebe
· 14 years ago
9e2fd10
TST: Test gradient(...) of datetime64 and timedelta64 arrays.
by Ben Root
· 14 years ago
06d947c
ENH: Support datetime64, timedelta64 in gradient. Allow array-like input.
by Ben Root
· 14 years ago
67ba287
DOC: add a high-level comment for arr_insert_loop
by David Warde-Farley
· 14 years ago
1475319
BUG: savetxt now handles complex arrays. Closes #1573.
by Paul Anton Letnes
· 14 years ago
3fb541e
TST: meshgrid: test expected shapes for Cartesian and matrix indexing.
by Ralf Gommers
· 14 years ago
4e57117
BUG: meshgrid: raise error on single input.
by Ralf Gommers
· 14 years ago
37d723c
MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid.
by Ralf Gommers
· 14 years ago
e37a90c
ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing.
by Per A. Brodtkorb
· 14 years ago
1dc1877
ENH: add context manager for NpzFile class.
by David Cournapeau
· 14 years ago
efe04c8
DOC: mention that NpzFile instances must be closed.
by David Cournapeau
· 14 years ago
214134f
REF: simplify multi-loop breaking with a goto.
by David Warde-Farley
· 14 years ago
7d6ceb5
ENH: release the GIL for arr_insert inner loop.
by David Warde-Farley
· 14 years ago
e6696cb
REF: factor out inner loop of arr_insert.
by David Warde-Farley
· 14 years ago
6231955
ENH: release GIL for C loops in ravel/unravel.
by David Warde-Farley
· 14 years ago
a526815
ENH: Use char instead of int for error flag.
by David Warde-Farley
· 14 years ago
0d95803
ENH: less fine-grained GIL management in digitize.
by David Warde-Farley
· 14 years ago
6e4016f
ENH: release the GIL in some C library functions.
by David Warde-Farley
· 14 years ago
a2a9dfb
BUG: Fix polynomial tests.
by Stefan van der Walt
· 14 years ago
af22fc4
ENH: Add weights and covariance estimate to standard polyfit.
by Travis E. Oliphant
· 14 years ago
Next »