Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.0b1
6dd6953
Remove svn number from 1.0b1 version
by Travis Oliphant
· 19 years ago
v1.0b1
036960c
Change version of 1.0b1 tag
by Travis Oliphant
· 19 years ago
07e319e
Change version number.
by Travis Oliphant
· 19 years ago
83d1d47
Change c-api to 1.0
by Travis Oliphant
· 19 years ago
3faacbb
Fix memory leak and Fix segfault on Python2.3 by disabling threading.
by Travis Oliphant
· 19 years ago
edb7967
Fix up segfault problem in #196
by Travis Oliphant
· 19 years ago
bb8bf82
Rename test.
by Stefan van der Walt
· 19 years ago
fa9dab8
Use StringIO instead of TempFile. Add two more tests.
by Stefan van der Walt
· 19 years ago
4c2a11b
Add regression tests so they get loaded.
by Travis Oliphant
· 19 years ago
da03634
Update tests.
by Travis Oliphant
· 19 years ago
948354a
Keep valgrind happy: assign values to memory before using.
by Stefan van der Walt
· 19 years ago
b087a1d
Test for #194.
by Stefan van der Walt
· 19 years ago
748de97
Fix so that broadcast copy and broadcast cast do not allow the broadcasted result to be larger than the destination.
by Travis Oliphant
· 19 years ago
270c4fb
Fix spelling of 'threshold'.
by Stefan van der Walt
· 19 years ago
6471522
Remove unused names from __all__ in arrayprint.
by Stefan van der Walt
· 19 years ago
7b68d6b
Add explicit imports patch in #193
by Travis Oliphant
· 19 years ago
ee4083f
Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalars. Added bug-fixes part of david huard's histogramdd ticket.
by Travis Oliphant
· 19 years ago
feb0f3a
Add more regression tests from recent tickets.
by Stefan van der Walt
· 19 years ago
046388a
Make sure we deal with null bytes appropriate when getting a random stream of bytes as a Python string.
by Robert Kern
· 19 years ago
e6b71b7
Fixed spelling of type object to be consistent with rest of code.
by Stefan van der Walt
· 19 years ago
9281fc7
Change file reading and writing to call file object instead of using PyFile_FromString
by Travis Oliphant
· 19 years ago
3a4fd7e
Add more documentation. Fix #99
by Travis Oliphant
· 19 years ago
622701d
Clean up docstrings.
by Travis Oliphant
· 19 years ago
999b6cd
Fix ticket #192
by Travis Oliphant
· 19 years ago
9780ffa
More regression tests from tickets.
by Stefan van der Walt
· 19 years ago
7b597d5
Remove TODO.txt
by Travis Oliphant
· 19 years ago
20a9e65
Add more regression tests, provided by Albert Strasheim.
by Stefan van der Walt
· 19 years ago
5083166
Apply patch for unique from #154
by Travis Oliphant
· 19 years ago
0991c5d
Fix-up optimization for assignment. Fix threading one more time.
by Travis Oliphant
· 19 years ago
f78f75e
Don't release GIL for casting involving extended data-types.
by Travis Oliphant
· 19 years ago
5172ae3
Fix up rec.array when dtype and formats are both None for cases that support it. Alter dtype=object parsing so that tuples and lists are recognized as sequences.
by Travis Oliphant
· 19 years ago
b884d99
Improve creation of object arrays when dtype=object is specified.
by Travis Oliphant
· 19 years ago
48ef07d
Fix a couple of issues with object matrices
by Travis Oliphant
· 19 years ago
d5a13c5
add some more docstrings
by cookedm
· 19 years ago
ba41f2f
Fix sub-classing of matrices..
by Travis Oliphant
· 19 years ago
fe95087
Fix pickling of dtype objects with hasobject set so hasobject gets set on un-pickle.
by Travis Oliphant
· 19 years ago
70ff09c
Add GIL-releases to tofile method.
by Travis Oliphant
· 19 years ago
eefce91
Fix ticket #175
by Travis Oliphant
· 19 years ago
bc0e889
Fixed order of DECREF and END_THREADS
by Travis Oliphant
· 19 years ago
f1f0e0d
Fix FORTRANORDER support in tostring for discontiguous arrays.
by Travis Oliphant
· 19 years ago
565f8c3
Added PyArray_ToString to C-API and made default .tostring() method return C-order.
by Travis Oliphant
· 19 years ago
b1015e1
Regression tests from previous tickets.
by Stefan van der Walt
· 19 years ago
702655e
Change so that WITH_THREAD is used in a define statement
by Travis Oliphant
· 19 years ago
958601c
Fix ticket #178 which was an error whenever multiple buffers needed to be used to cast.
by Travis Oliphant
· 19 years ago
3acb430
Fix to example.
by Travis Oliphant
· 19 years ago
ae4de66
Add test that scalar types work (i.e., scalartype(number) == number)
by cookedm
· 19 years ago
5211f02
fix small typo
by cookedm
· 19 years ago
b098d62
Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environment variable NUMPY_NOSMP can be set which will make the default 0
by Travis Oliphant
· 19 years ago
6e37900
Make sure generated C-API uses new names.
by Travis Oliphant
· 19 years ago
78a9dbd
Allow threads at several places in the code.
by Travis Oliphant
· 19 years ago
10943b6
Replace ScipyTestCase with NumpyTestCase
by cookedm
· 19 years ago
2acb0e7
fix arch flags for ifort on machines in em64t mode
by cookedm
· 19 years ago
c47e6cb
make printed errors from approx_array_* better
by cookedm
· 19 years ago
cf0dd87
Fix failing linalg.tests.test_det on 32-bit machines for csingle.
by cookedm
· 19 years ago
46fa7a1
numpy.linalg: fix bug where complex arrays weren't being returned.
by cookedm
· 19 years ago
acd97c6
linalg routines will try to return their results as the same type as the arguments.
by cookedm
· 19 years ago
f57a662
numpy.linalg.setup.py: include the test cases
by cookedm
· 19 years ago
26a4597
Add test cases for linalg
by cookedm
· 19 years ago
b9cb27d
`` -> repr in numpy.testing
by cookedm
· 19 years ago
c517a81
squash remaining uses of typecodes in linalg
by cookedm
· 19 years ago
af40b19
fix bug in eig with complex solutions
by cookedm
· 19 years ago
de0ac34
convertcode: replace ArrayType, NewAxis, and typecode =
by cookedm
· 19 years ago
705fa01
Fix use of os.WEXITSTATUS and friends: only use if they exist
by cookedm
· 19 years ago
e30882f
Fix ticket #177
by Travis Oliphant
· 19 years ago
1a9ba98
Keep rand and randn in matlib and make them take tuples as well as individual arguments.
by Travis Oliphant
· 19 years ago
3e05403
Fix docstrings.
by Travis Oliphant
· 19 years ago
27c212b
Change occurrences of N.rand to N.random.rand.
by Stefan van der Walt
· 19 years ago
cadbb5f
Fix a bug due to optimizing compilers. See http://www.nanoengineer-1.net/mediawiki/index.php?title=Bug_1058
by Travis Oliphant
· 19 years ago
0d68afb
Fix names used in dft.old refft->rfft
by Travis Oliphant
· 19 years ago
eb9f5f7
Remove global symbols from numpy. Remove use of replacetypechars in convertcode.
by Travis Oliphant
· 19 years ago
36d3c16
Remove MANIFEST file at startup time, since distutils fails to properly update it. Also add proper shebang line.
by Fernando Perez
· 19 years ago
6a882ae
Add GIL-releasing calls
by Travis Oliphant
· 19 years ago
d48cd46
Fix base when using array interface and a buffer object.
by Travis Oliphant
· 19 years ago
a345bd2
Fix .choose docstring and allow more functions to be 'vectorized'
by Travis Oliphant
· 19 years ago
107a45f
Fix casting of signed ints to unsigned ints and Change aligned=0 to aligned=False in records.py
by Travis Oliphant
· 19 years ago
e438206
Fix so formats as dtype is not accepted.
by Travis Oliphant
· 19 years ago
6880ab5
Alter order of records.py keyword arguments and allow dtype= keyword or formats= keyword to determine type.
by Travis Oliphant
· 19 years ago
1e689a2
Add the dtype= keyword to records.py functions
by Travis Oliphant
· 19 years ago
9e82f3c
Add dtype= keyword to functions for record arrays so that pre-built descriptors can be used.
by Travis Oliphant
· 19 years ago
bedbd80
Make third argument to recarray.__new__ a keyword.
by Travis Oliphant
· 19 years ago
ac7ff77
MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Created a names member of PyArray_Descr and changed usages that extracted -1 out of the fields dict.
by Travis Oliphant
· 19 years ago
b4ca1e1
replace some bare except:'s
by cookedm
· 19 years ago
18cecea
fix warning about comparisions in scalarmathmodule.c.src
by cookedm
· 19 years ago
0a7f9f5
Use dtype in numeric.indices.
by Stefan van der Walt
· 19 years ago
c245978
fix tabs -> spaces
by Tim Leslie
· 19 years ago
6e4374e
remove unused import
by Tim Leslie
· 19 years ago
1643267
fix clobbering of N
by Tim Leslie
· 19 years ago
23c7be5
Comment changes.
by Travis Oliphant
· 19 years ago
16013d9
Fix 0-stride contiguous bug.
by Travis Oliphant
· 19 years ago
adeeb81
Add CopyAnyInto and CastAnyInto functions for implementing UPDATEIFCOPY functionality when source and destination are not broadcastable but the same shape.
by Travis Oliphant
· 19 years ago
36c839a
Add simple get_numarray_include() function and typedefs for completeness
by Travis Oliphant
· 19 years ago
3655a56
Fix problem with CheckFromAny when descr is NULL
by Travis Oliphant
· 19 years ago
56d04a8
fix numarray package a bit.
by Travis Oliphant
· 19 years ago
a8b6880
Add definition to avoid repeat noprefix.h defines
by Travis Oliphant
· 19 years ago
21e52f0
Fix f2py and doc
by Travis Oliphant
· 19 years ago
b6f0858
More f2py changes
by Travis Oliphant
· 19 years ago
5694ae7
More fixes to f2py
by Travis Oliphant
· 19 years ago
d1b4920
Fix f2py to use new names
by Travis Oliphant
· 19 years ago
a29b0e2
Remove tMIN and tMAX macros
by Travis Oliphant
· 19 years ago
546ad88
Make _FLAGS names available in noprefix.h
by Travis Oliphant
· 19 years ago
Next »