๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v0.9.4
c79bcec
fix so patch is applied correctly.
by Travis Oliphant
ยท 20 years ago
v0.9.4
6718010
Added python 2.3 patch to 0.9.4 release.
by Travis Oliphant
ยท 20 years ago
a0b249c
Remove svn_version lookup in release.
by Travis Oliphant
ยท 20 years ago
f32a4e4
Comment change in fortranobject.c better.
by Travis Oliphant
ยท 20 years ago
34b8ce6
Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not reverse dimensions.
by Travis Oliphant
ยท 20 years ago
beb7e7c
Added tests for fromstring.
by Travis Oliphant
ยท 20 years ago
f18a0fa
Fix uninitialized variable.
by Travis Oliphant
ยท 20 years ago
4072234
Fix a few more improper uses of .dtype attribute.
by Travis Oliphant
ยท 20 years ago
1b409ce
Update C-API version.
by Travis Oliphant
ยท 20 years ago
e5a5e24
Added ability to read ascii strings in fromstring.
by Travis Oliphant
ยท 20 years ago
d51b059
Fix arange to accept None and treat it as if it hadn't been passed in.
by Travis Oliphant
ยท 20 years ago
67e7565
Add a BSD-type LICENSE.txt file
by Travis Oliphant
ยท 20 years ago
6b724c9
A few safety checks for platforms where SIZEOF_LONG < SIZEOF_INTP -- windows 64-bit I think
by Travis Oliphant
ยท 20 years ago
a0a42fc
Fix conversions to NaN for other floating types
by Travis Oliphant
ยท 20 years ago
3249d3b
Fix so that None converts to Nan in array conversion.
by Travis Oliphant
ยท 20 years ago
f3a4e8f
Fix str representation for rank-0 arrays
by Travis Oliphant
ยท 20 years ago
97f03d6
Fix segfault when using subdescr.
by Travis Oliphant
ยท 20 years ago
e45d0eb
Change License text to NumPy License (permission granted by Pearu)
by Travis Oliphant
ยท 20 years ago
e966fd1
Remove unnecessary check.
by Travis Oliphant
ยท 20 years ago
9ccdfb6
Change order of descriptor functions to match required vs. non-required.
by Travis Oliphant
ยท 20 years ago
e8d6184
Fixed error in no-axis methods for matrices.
by Travis Oliphant
ยท 20 years ago
502af60
Fix so that arrays never become scalars using .copy() command
by Travis Oliphant
ยท 20 years ago
45475dd
take advantage of nomask=False_
by sasha
ยท 20 years ago
b228886
changed nomask from None to False_
by sasha
ยท 20 years ago
c8ca3be
Fix inappropriate DECREF.
by Travis Oliphant
ยท 20 years ago
01597c2
Made ma immune to a bug in choose
by sasha
ยท 20 years ago
39edf80
Defined False_ and True_
by sasha
ยท 20 years ago
7cff614
numpy no longer needs to be a namespace package.
by Robert Kern
ยท 20 years ago
8e801af
Fix reference counting problems..
by Travis Oliphant
ยท 20 years ago
481610f
Fix bad strides in complex scalar-matrix multiply.
by Travis Oliphant
ยท 20 years ago
490cbac
More optimizations to indexing...
by Travis Oliphant
ยท 20 years ago
5c62c0e
faster 'nonzero', &, | and ^ for bool_
by sasha
ยท 20 years ago
70e790a
Speed ups to indexing..
by Travis Oliphant
ยท 20 years ago
8755f53
Using /etc/ld.so.conf and LD_LIBRARY_PATH to detect MKLROOT. When MKLROOT is not detected, using MKL is disabled.
by Pearu Peterson
ยท 20 years ago
ee811d8
Added NDARRAY_VERSION check on import_array
by Travis Oliphant
ยท 20 years ago
6a30aaf
Add restore functions to numpy.dual
by Travis Oliphant
ยท 20 years ago
107c7d3
Use a register_func system for altering functions in numpy.dual
by Travis Oliphant
ยท 20 years ago
f7d8a57
Cleaned up some uses of CheckFromAny
by Travis Oliphant
ยท 20 years ago
044fa49
Fixed up PyArray_FromAny and friends for API --- recompile extensions...
by Travis Oliphant
ยท 20 years ago
ac121be
more tests for {{{__array__}}} calls
by sasha
ยท 20 years ago
3611572
More optimization in iterator for 1d.
by Travis Oliphant
ยท 20 years ago
f5fef90
Re-order optimization in iterator for 1d.
by Travis Oliphant
ยท 20 years ago
39d51cd
Add optimization in iterator for 1d.
by Travis Oliphant
ยท 20 years ago
a58b3f7
Fix problems with non-square matrices in _dotblas.c
by Travis Oliphant
ยท 20 years ago
ecd4f32
Revert passing -m32 to g77
by cookedm
ยท 20 years ago
b387165
static allocation of boolean values
by sasha
ยท 20 years ago
968b923
intern bool_arrtype values
by sasha
ยท 20 years ago
5aab814
Fixed char.array function
by Travis Oliphant
ยท 20 years ago
59bd342
added passing optional context to the __array__ method
by sasha
ยท 20 years ago
c701bc5
Fixed up inappropriate copy...
by Travis Oliphant
ยท 20 years ago
d1e5d1d
Use pickle.loads/dumps for test_ma to avoid littering the filesystem with test9.pik files.
by cookedm
ยท 20 years ago
0e1c718
Reset MAX_DIMS to 32 and add tests for dot.
by Travis Oliphant
ยท 20 years ago
e5bd12f
use nomask instead of None
by sasha
ยท 20 years ago
8706ede
fixed filled(masked)
by sasha
ยท 20 years ago
76761ff
Fixed dotblas for zero-size arrays.
by Travis Oliphant
ยท 20 years ago
e92c9c4
Add Paulo's improvements to _dotblas.c and don't always require contiguous.
by Travis Oliphant
ยท 20 years ago
4593515
Fixed up usage of dtype to be consistent with new dtype objects.
by Travis Oliphant
ยท 20 years ago
a397b55
Load numpy.linalg on import
by Travis Oliphant
ยท 20 years ago
fd4b2e8
Fix equality comparison for object arrays.
by Travis Oliphant
ยท 20 years ago
74ce986
Add docstrings to index_tricks functions (r_, c_, ndenumerate, index_exp)
by cookedm
ยท 20 years ago
1f45e43
Fixed uninitialized memory in real_fft.
by Travis Oliphant
ยท 20 years ago
edc8a85
Fix shape() function. Fix so that longdouble typecode never overwrites double if longdouble is the same as double. Fix missing math module import.
by Travis Oliphant
ยท 20 years ago
8b271e0
Move handling of array priorities in dot-related functions to a separate function.
by cookedm
ยท 20 years ago
f22f844
do not mask errors in {{{__array_wrap__}}}
by sasha
ยท 20 years ago
1a89728
Remove the automatic squeezing from _dotblas so that it is compatible with Numeric and non BLAS optimized matrixmultiply.
by Travis Oliphant
ยท 20 years ago
d868ba2
Made dtypedescr name attribute always report bit-width; fixed memmap slicing; Improved documentation of convertfile and convertall in convertcode.py
by Travis Oliphant
ยท 20 years ago
02f61f0
Fix unnecessary priority checks in multiarray and use C-API call in ufuncobject
by Travis Oliphant
ยท 20 years ago
9e0de87
Minor renaming.
by Travis Oliphant
ยท 20 years ago
03c8042
Speed up matrix-vector calculations using matrix class.
by Travis Oliphant
ยท 20 years ago
ded5913
Do not check {{{__array_priority__}}} if only one instance with {{{__array_wrap__}}} is
by sasha
ยท 20 years ago
ee91d88
Fix bad use of .dtype
by Travis Oliphant
ยท 20 years ago
0283b6f
Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char
by Travis Oliphant
ยท 20 years ago
d04bb02
handle odd scipy installations
by sasha
ยท 20 years ago
42b3ee7
fixed handling of __array_priority__
by sasha
ยท 20 years ago
90b8e1d
Added missing info.py files
by Pearu Peterson
ยท 20 years ago
aaf9d39
Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages.
by Pearu Peterson
ยท 20 years ago
2cdbd57
Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages.
by Pearu Peterson
ยท 20 years ago
5410f34
fixed domains for arccosh and arctanh
by sasha
ยท 20 years ago
dde45b1
use extended {{{__array_wrap__}}} in ma
by sasha
ยท 20 years ago
ceda8cd
extended __array_wrap__ see wiki:MaskedArray
by sasha
ยท 20 years ago
6de260c
Finish the fix...
by Travis Oliphant
ยท 20 years ago
438efde
fixed printing of masked zero-rank arrays
by sasha
ยท 20 years ago
c5d8aaf
Remove expm1 and log1p from C99 defs.
by Travis Oliphant
ยท 20 years ago
f64c19f
fixed core dump for invalid __array__
by sasha
ยท 20 years ago
ed647a0
fix up the expm1 and log1p additions.
by Travis Oliphant
ยท 20 years ago
968dd66
fix up the expm1 and log1p additions.
by Travis Oliphant
ยท 20 years ago
3883205
Add generate_div_by_zero
by Travis Oliphant
ยท 20 years ago
8aee1fe
Fix AIX portion of code
by Travis Oliphant
ยท 20 years ago
42779fe
introduced nomask = None constant
by sasha
ยท 20 years ago
0a407f9
made 'masked' rank-0
by sasha
ยท 20 years ago
071f111
Make (type, 1) case equivalent to type
by Travis Oliphant
ยท 20 years ago
ece9e80
Fix segfault in constructor when dtype not given.
by Travis Oliphant
ยท 20 years ago
470bc4b
Fix the complex version of expm1
by cookedm
ยท 20 years ago
a41d567
Use better functions for inverse hyperbolic functions, and expose log1p and expm1.
by cookedm
ยท 20 years ago
f1a1c7c
started filling in missing ma.array methods
by sasha
ยท 20 years ago
74cc5f8
Fix up use of aligned keyword.
by Travis Oliphant
ยท 20 years ago
f547239
Fixed-up tests we are not returning object array scalars...
by Travis Oliphant
ยท 20 years ago
fec83ff
Don't return Object Array Scalars.
by Travis Oliphant
ยท 20 years ago
7433c36
Fix arraysetops.
by Travis Oliphant
ยท 20 years ago
a13aad3
Add support for generators in NumPy sum
by Travis Oliphant
ยท 20 years ago
Next »