Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v0.4.2b1
ac4db18
Merged changes from newcore
by Travis Oliphant
· 20 years ago
v0.4.2b1
dce41a2
Moved doc to subdir of scipy
by Travis Oliphant
· 20 years ago
8c1d5fa
Updated version after beta tag
by Travis Oliphant
· 20 years ago
1f5d8ae
Fixed memset to 0 in dotblas.
by Travis Oliphant
· 20 years ago
b94cc89
Fixed memset to 0 in dotblas.
by Travis Oliphant
· 20 years ago
3d0634c
r328@Blasphemy: kern | 2005-10-11 19:50:41 -0700 matrix.py fixes and tests.
by Robert Kern
· 20 years ago
c9833ef
r327@Blasphemy: kern | 2005-10-11 19:49:52 -0700 Missing self.
by Robert Kern
· 20 years ago
e8e5a12
Fixed getting things from scipy.linalg
by Travis Oliphant
· 20 years ago
e5d34e2
cookedm doing test commit
by cookedm
· 20 years ago
c4bd04d
Added new user.
by Travis Oliphant
· 20 years ago
c18832a
Fixed flags problem on array_interface conversion.
by Travis Oliphant
· 20 years ago
3fc25bb
Removed comments. Fixed can_cast so that 64-bit integer can be cast safely to a double precision.
by Travis Oliphant
· 20 years ago
9edde60
Fixed long double unary func problem.
by Travis Oliphant
· 20 years ago
7f1961c
10/11/05 -- CJH -- Commented out diagnostic print statement.
by chanley
· 20 years ago
47d169b
Added ndenumerate. Some print statements for debugging on 64-bit
by Travis Oliphant
· 20 years ago
652a657
test commit
by chanley
· 20 years ago
3febd7b
test change
by chanley
· 20 years ago
1f624ba
Fixed typo
by Travis Oliphant
· 20 years ago
57971b8
Print statements for 64-bit debug.
by Travis Oliphant
· 20 years ago
e8fc406
Fixed scalar stuff again.
by Travis Oliphant
· 20 years ago
9eda64c
Infinite recursion for long doubles.
by Travis Oliphant
· 20 years ago
150f901
Removed deleted mtrand routines from scipy/corelib/setup.py and fixed
by swalton
· 20 years ago
6f21495
r300@Blasphemy: kern | 2005-10-09 09:54:11 -0700
by Robert Kern
· 20 years ago
9792b8b
More fixes for 64-bit systems.
by Travis Oliphant
· 20 years ago
4a11f55
Fixed loop->bufcnt for 64-bit fixes.
by Travis Oliphant
· 20 years ago
6f56244
Fixed off-by-one at end problem with fromfile text files.
by Travis Oliphant
· 20 years ago
1bfa259
Added comments
by Travis Oliphant
· 20 years ago
47c9ceb
Fixed backwards compatibility with Numeric on 64-bit machines.
by Travis Oliphant
· 20 years ago
b81e0a0
Fixes to get core version working.
by Travis Oliphant
· 20 years ago
747d81f
Fixed typo and moved __svn_version__ for core
by Travis Oliphant
· 20 years ago
92af93f
More information on flags...
by Travis Oliphant
· 20 years ago
016786a
Added a blank README file for rpm
by Travis Oliphant
· 20 years ago
8f185e4
Improve the array docstring a bit.
by Travis Oliphant
· 20 years ago
8b0a6e8
Fix use of PyArray_New in PyArray_FromDims
by Travis Oliphant
· 20 years ago
943e381
Some printing fixes.
by Travis Oliphant
· 20 years ago
fdfefd7
More 64 bit fixes.
by Travis Oliphant
· 20 years ago
21d16bd
Fixed some typecode initilization warnings. Made core libraries accessible directly under scipy name space.
by Travis Oliphant
· 20 years ago
bb644a0
Minor changes
by Travis Oliphant
· 20 years ago
1effbf8
Moving DISTUTILS.txt to newcore/doc.
by Pearu Peterson
· 20 years ago
52c686c
Moved extra modules to basic
by Travis Oliphant
· 20 years ago
4d0a78f
Minor formatting changes.
by Travis Oliphant
· 20 years ago
ab3e2b4
Fixed formatting.
by Travis Oliphant
· 20 years ago
c5e4fba
Fixed up one change in PyArray_New
by Travis Oliphant
· 20 years ago
3f0cd73
Added some simple CAPI documentation.
by Travis Oliphant
· 20 years ago
dfdb868
Fixed more intp issues.
by Travis Oliphant
· 20 years ago
8af0fea
r206@Blasphemy: kern | 2005-10-07 03:12:29 -0700
by Robert Kern
· 20 years ago
7239af6
Finished delting random.
by Travis Oliphant
· 20 years ago
9caec19
Deleted random package.
by Travis Oliphant
· 20 years ago
f47d2fd
r201@Blasphemy: kern | 2005-10-07 02:46:04 -0700 Don't need this anymore
by Robert Kern
· 20 years ago
c060cee
More 64-bit fixes.
by Travis Oliphant
· 20 years ago
1f5d0b4
More checks for SIZEOF_LONGLONG==SIZEOF_LONG
by Travis Oliphant
· 20 years ago
d2b5deb
r188@Blasphemy: kern | 2005-10-07 02:37:24 -0700
by Robert Kern
· 20 years ago
06e8eab
Fixed import problem.
by Travis Oliphant
· 20 years ago
54a193f
Added Inf to base
by Travis Oliphant
· 20 years ago
e67afea
Some more fixes
by Travis Oliphant
· 20 years ago
911cb6b
Fixed missing intp's
by Travis Oliphant
· 20 years ago
de02f81
Get rid of rfftfreq and add random.
by Travis Oliphant
· 20 years ago
1348aa1
Trial run of random...
by Travis Oliphant
· 20 years ago
a3a464b
Some f2py fixes
by Travis Oliphant
· 20 years ago
061e5e4
Fixed up add_library for a bit.
by Travis Oliphant
· 20 years ago
2b5ac62
Fixed up fftpack a bit. Don't want to conflict with scipy's use of rfft.
by Travis Oliphant
· 20 years ago
df3bc1b
Added helper.py from scipy.
by Travis Oliphant
· 20 years ago
04a98ff
r165@Blasphemy: kern | 2005-10-06 22:02:09 -0700 More distributions!
by Robert Kern
· 20 years ago
1c8e6d9
r164@Blasphemy: kern | 2005-10-06 22:01:39 -0700 Typo
by Robert Kern
· 20 years ago
0a8d3a1
Fixed vectorize segfault...
by Travis Oliphant
· 20 years ago
d52d900
Fixed issues with threading...
by Travis Oliphant
· 20 years ago
c2871a8
Added optimization for array_subscript and eleminated threaded support for a while.
by Travis Oliphant
· 20 years ago
6de1ded
Added more COMPATIBILITY info.
by Travis Oliphant
· 20 years ago
bce31b0
Added compatibility information
by Travis Oliphant
· 20 years ago
3dc10e0
Fixed tests.
by Travis Oliphant
· 20 years ago
3d544ba
Fixed some BOOL-related bugs. BOOLs are now cast to their correct type.
by Travis Oliphant
· 20 years ago
9ce3555
Fixed remaining problems with casting buffer sizes..
by Travis Oliphant
· 20 years ago
2444393
r107@Blasphemy: kern | 2005-10-05 04:21:41 -0700
by Robert Kern
· 20 years ago
e35b804
r104@Blasphemy: kern | 2005-10-05 04:20:16 -0700 Fix apply_along_axis
by Robert Kern
· 20 years ago
b3b6921
r88@Blasphemy: kern | 2005-10-04 07:03:42 -0700 Some fixes to code and tests
by Robert Kern
· 20 years ago
e3a5778
Added feature that output arrays less than bufsize make temporaries...
by Travis Oliphant
· 20 years ago
c3a9fe7
Fixed some more bugs
by Travis Oliphant
· 20 years ago
2d40d9e
Moved inclusion of files from MANIFEST.in to proper setup.py files.
by Pearu Peterson
· 20 years ago
77ec6f0
Fixed object put bug..
by Travis Oliphant
· 20 years ago
b4a71a6
r85@Blasphemy: kern | 2005-10-04 03:56:27 -0700 Ahem
by Robert Kern
· 20 years ago
ea06171
r84@Blasphemy: kern | 2005-10-04 03:55:47 -0700
by Robert Kern
· 20 years ago
4219df8
r82@Blasphemy: kern | 2005-10-04 03:25:34 -0700
by Robert Kern
· 20 years ago
d32f2d2
Added extra_info kw to add_extension method. Cleaned corelib setup.py.
by Pearu Peterson
· 20 years ago
50967f0
Added cblas.h.
by Pearu Peterson
· 20 years ago
d92e550
Improved logic so sequence can act like tuple for advanced indexing as well.
by Travis Oliphant
· 20 years ago
3dfcce1
Made sure that arbitrary sequences (smaller than MAX_DIMS) with slice objects in them use standard indexing.
by Travis Oliphant
· 20 years ago
118022b
Fixed Broadcasting problem introduced by previous fixes...
by Travis Oliphant
· 20 years ago
fd10c43
Fixed segfaults in buffered casting when castsize was different than buffersize. Also fixed so copies are made whenever the array is less than the buffersize
by Travis Oliphant
· 20 years ago
68a551c
Several fixes.
by Travis Oliphant
· 20 years ago
c04829a
Fix problem with uninitialized memory in _dotblas. Changed old C-API to set the memory to 0 as before.
by Travis Oliphant
· 20 years ago
e00e0b3
Fixed bug in umath absolute.
by Travis Oliphant
· 20 years ago
7bada31
Fixing some linalg bugs...
by Travis Oliphant
· 20 years ago
fa3237c
Improved logic.
by Travis Oliphant
· 20 years ago
e901c38
One minor change to sdist.
by Travis Oliphant
· 20 years ago
079a8b7
Fixed setup.py to add extensions when sdist is run
by Travis Oliphant
· 20 years ago
fb0ceff
Fixes by Eric Firing..
by Travis Oliphant
· 20 years ago
0e1c0c0
by swalton
· 20 years ago
7124b14
Matrix indexing weirdness
by Travis Oliphant
· 20 years ago
3778b72
Simpler names in fftpack
by Travis Oliphant
· 20 years ago
e8d9c37
Removed sign and round as methods -- more like ufuncs
by Travis Oliphant
· 20 years ago
Next »