Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.7.0b2
/
numpy
50f71cb
MAINT: silence Cython warnings about changes dtype/ufunc size.
by Ralf Gommers
· 13 years ago
d01354e
FIX: loosen numerical tolerance in test_pareto()
by Nathaniel J. Smith
· 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
07e02d0
BUG: fix npymath install location.
by David Cournapeau
· 13 years ago
6da087e
BUG: fix custom post_check.
by David Cournapeau
· 13 years ago
095a3ab
BUG: forgot to build _dotblas in bento build.
by David Cournapeau
· 13 years ago
6e3e289
FIX: Regenerate mtrand.c with Cython 0.17
by Ondřej Čertík
· 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
2f28db6
FIX: Add a test for Ticket #2066
by Ondřej Čertík
· 13 years ago
ca29849
BUG: Add a test for Ticket #2189
by Ondřej Čertík
· 13 years ago
1ee4a00
BUG: Add a test for Ticket #1588
by Ondřej Čertík
· 13 years ago
7b5dba0
BUG: Fix ticket #1588/gh issue #398, refcount error in clip
by Mark Wiebe
· 13 years ago
f65ff87
FIX: simplify the import statement
by Ondřej Čertík
· 13 years ago
124a608
Fix returned copy
by Jay Bourque
· 13 years ago
996a9fb
FIX: bug in np.where and recarray swapping
by Ondřej Čertík
· 13 years ago
7583adc
MAINT: silence DeprecationWarning in np.safe_eval().
by Ralf Gommers
· 13 years ago
3930881
BUG: fix bento build.
by David Cournapeau
· 13 years ago
fbad4a7
Remove test_recarray_from_long_formats
by cgohlke
· 13 years ago
5cb80f8
Add test for long number in shape specifier of dtype string
by cgohlke
· 13 years ago
24da7f6
Add test for long numbers in numpy.rec.array formats string
by cgohlke
· 13 years ago
77da3f8
Allow long numbers in numpy.rec.array formats string
by cgohlke
· 13 years ago
99c9397
Use PyUnicode_DecodeUTF32()
by Ondrej Certik
· 13 years ago
31660d0
Follow the C guidelines
by Ondrej Certik
· 13 years ago
d5d6894
Fix memory leak in concatenate.
by Chris
· 13 years ago
8141e1e
FIX: Make sure the tests produce valid unicode
by Ondrej Certik
· 13 years ago
d67785b
FIX: Fixes the PyUnicodeObject problem in py-3.3
by Ondrej Certik
· 13 years ago
a022015
Re-enable unpickling optimization for large py3k bytes objects.
by Ronan Lamy
· 13 years ago
470486b
Copy bytes object when unpickling an array
by Ronan Lamy
· 13 years ago
d72280f
Fix tests for empty shape, strides and suboffsets on Python 3.3
by cgohlke
· 13 years ago
a1561c2
[FIX] Add missing header so separate compilation works again
by Nathaniel J. Smith
· 13 years ago
ea23de8
TST: set raise-on-warning behavior of NoseTester to release mode.
by Ralf Gommers
· 13 years ago
a806876
Merge pull request #325 from ahmadia/patch-2
by Travis E. Oliphant
· 13 years ago
5b4e61b
BUG: Fix some tests in PR #192
by Travis E. Oliphant
· 13 years ago
88cf94d
Fix-up logic so that it is more readable.
by Travis E. Oliphant
· 13 years ago
7b8d30b
Merge remote-tracking branch 'hackerschool/2028fix'
by Travis E. Oliphant
· 13 years ago
bc10053
Merge pull request #350 from jayvius/get-view2
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
c83e5b6
Merge pull request #327 from teoliphant/restore_api
by Travis E. Oliphant
· 13 years ago
bf2c101
Merge pull request #348 from njsmith/fix-shuffle
by njsmith
· 13 years ago
2d4a1cf
prefer gfortran over g77 and vendor compilers on OS X and Linux
by Aron Ahmadia
· 13 years ago
a419a30
Merge branch 'master' of https://github.com/numpy/numpy into patch-2
by Aron Ahmadia
· 13 years ago
a03e8b4
change DeprecationWarning to FutureWarning
by Jay Bourque
· 13 years ago
2eb9610
Add tests for record array indexing
by Jay Bourque
· 13 years ago
781468b
Updated reference docs for DeprecationWarning
by Jay Bourque
· 13 years ago
a32325d
Call view object's copy method
by jayvius
· 13 years ago
91cb088
Change WARN_ON_WRITE Deprecation Warning
by jayvius
· 13 years ago
0c09e1f
fix previous commit to return copy of view instead of view
by jayvius
· 13 years ago
6363bb7
Add ability to get view when selecting subset of fields.
by jayvius
· 13 years ago
b798f12
Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings
by Nathaniel J. Smith
· 13 years ago
b26c675
[FIX] Make np.random.shuffle less brain-dead
by Nathaniel J. Smith
· 13 years ago
08c507b
Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSavezLoad)
by cgohlke
· 13 years ago
78f6672
Added cast to error check, and fixed indentation.
by Eric Fode
· 13 years ago
120c6bd
more tabs removed (hunting for c formatter to take care of this next time)
by Eric Fode
· 13 years ago
2c04244
BUG: Ticket #808: Insert was not performing properly when an integer was
by Loftie Ellis
· 13 years ago
681bceb
Tab Fix
by Eric Fode
· 13 years ago
3d31029
Style Fix
by Eric Fode
· 13 years ago
78b7693
BUG: change default threshold for matrix_rank
by Matthew Brett
· 13 years ago
6966bdc
BUG: ticket #2028: When min_scalar was not checking to see if numbers could fit into unsigned long longs. This was fixed by adding an extra case to function to check if the passed number could fit into a unsigned long long if it could not fit into anything else. Additionaly, regression tests were added.
by Eric Fode
· 13 years ago
9e5efde
STY: Remove duplicate #include.
by Charles Harris
· 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
ce0a791
BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4
by Pauli Virtanen
· 13 years ago
4e74a93
Use npy_ftell and npy_fseek
by cgohlke
· 13 years ago
2ee97d6
Use npy_ftell and npy_fseek
by cgohlke
· 13 years ago
7a060fe
define npy_fseek and npy_ftell
by cgohlke
· 13 years ago
18d6b8f
ENH: np.testing.decorators: Use Py3k compatible raise syntax
by Bradley M. Froehle
· 13 years ago
7bd9185
TST: mark longdouble tests for spacing/nextafter as knownfail on PPC.
by rgommers
· 13 years ago
e50d16e
Merge pull request #337 from rgommers/pull-335-genfromtxt
by Ralf Gommers
· 13 years ago
0920bed
Merge pull request #324 from walshb/fix_memcpy_overlap
by njsmith
· 13 years ago
76d5ae8
UPD: Replace PyDataMem_{NEW,FREE} by malloc and free.
by Charles Harris
· 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
cd3e1e2
BUG: Add include needed for separate compilation.
by Charles Harris
· 13 years ago
591ed4e
ENH: Refactor mergesort so that the code is more consistent.
by Charles Harris
· 13 years ago
7036fb3
ENH: Make sort tests use prime number of elements.
by Charles Harris
· 13 years ago
5be7e01
ENH: Add generic sorts for quicksort, heapsort, and mergesort.
by Charles Harris
· 13 years ago
286a15f
ENH: Add tests for object and structured array sorts.
by Charles Harris
· 13 years ago
d619a0d
ENH: Split sort source file by sort kind.
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
ffca058
GEN: regenerate mtrand.c to make doc changes show up.
by Ralf Gommers
· 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
3445712
DOC: merge wiki edits for chararray. Thanks to Tim Cera.
by Ralf Gommers
· 13 years ago
b426539
Update C-API version hash
by Thouis (Ray) Jones
· 13 years ago
aeff403
Merge remote-tracking branch 'upstream/master' into malloc_hooks
by Thouis (Ray) Jones
· 13 years ago
3b9a0fe
Merge pull request #328 from yarikoptic/master
by njsmith
· 13 years ago
613589e
BF(PY3): open file handles in tests in binary mode
by Yaroslav Halchenko
· 13 years ago
dd86cb3
Merge pull request #323 from njsmith/zero-size-reductions
by njsmith
· 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
731cf3a
BUG: fix incorrect references to parents in memmap children.
by Sveinung Gundersen
· 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
Next »