Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.0b2
87596ee
Make it a release.
by Travis Oliphant
· 19 years ago
v1.0b2
7b50608
Remove un-needed functions.
by Travis Oliphant
· 19 years ago
9ad90f5
Restore numpy.oldnumeric.mlab.cov to MLab.cov behavior
by Travis Oliphant
· 19 years ago
7aa30ae
datatype --> dtype in ndpointer and fix logic of from_param checks
by Travis Oliphant
· 19 years ago
7168ea1
Allow for type-less ndpointer.
by Travis Oliphant
· 19 years ago
3fa71a7
Improve ndpointer to allow shape and flags checking as well.
by Travis Oliphant
· 19 years ago
eee00f8
Remove _as_parameter_ attribute from arrays and add it to the ctypes object. Create an ndpointer class factory to return classes that check for specific array types. These can be used in argtypes list to ctypes functions.
by Travis Oliphant
· 19 years ago
8e24ef8
Fix ticket #243
by Travis Oliphant
· 19 years ago
01a0309
Change default axis argument of average and several masked array functions. Move old behaviors to compatibility layer.
by Travis Oliphant
· 19 years ago
9584e27
Minor change in test for ticket #239.
by Stefan van der Walt
· 19 years ago
747579e
Add test for object array creation.
by Stefan van der Walt
· 19 years ago
937013b
numpy.core.setup: remove forgotten kws_args
by cookedm
· 19 years ago
26d3328
Some fixes to array interface on Numpy side --- make sure descr pointer is NULL if not used and XDECREF it on interface free.
by Travis Oliphant
· 19 years ago
ec2a036
Check for errors when casting from non-number types.
by Travis Oliphant
· 19 years ago
5a04bc9
Allow .astype method to work on data-types with fields.
by Travis Oliphant
· 19 years ago
59a421d
Rework meaning of isnative so it takes into account the fields.
by Travis Oliphant
· 19 years ago
cceb25c
Fix record class so that it returns chararrays and record arrays as needed as well.
by Travis Oliphant
· 19 years ago
b963f88
Fix silly mistake in chararray.
by Travis Oliphant
· 19 years ago
6628b41
Finish adding the rest of numarray compatibility
by Travis Oliphant
· 19 years ago
e74b65a
Fix ticket #240
by Travis Oliphant
· 19 years ago
2c7b4a5
Add qr decomposition to linalg
by Travis Oliphant
· 19 years ago
7be6aec
The code generators for the API now create a .txt file (in ReST format)
by cookedm
· 19 years ago
056a264
Finished up numpy.numarray.alter_code1
by Travis Oliphant
· 19 years ago
7451ebe
Fix ticket #239
by Travis Oliphant
· 19 years ago
a9314ac
fix more argument lists for ma.py --- output arrays are ignored for masked arrays
by Travis Oliphant
· 19 years ago
123a435
Don't use masked output values for output array
by Travis Oliphant
· 19 years ago
c261b1f
by Travis Oliphant
· 19 years ago
a085eeb
Change name of function -- no re-compile necessary.
by Travis Oliphant
· 19 years ago
c6f48c8
Add output arguments to a few more functions for consistency
by Travis Oliphant
· 19 years ago
b772c97
Update C-API to add features needed for numarray compatibility. Output argument added for several functions and clipmode argument added for a few others.
by Travis Oliphant
· 19 years ago
4b1569e
Add unit-test for recent comma-string updates
by Travis Oliphant
· 19 years ago
8959e33
Fix byte-order problems in comma-string formats and size-specified fields.
by Travis Oliphant
· 19 years ago
217ae0e
fix #234: IntelVisualFCompiler is broken
by cookedm
· 19 years ago
4172148
Add bitwise_not to numpy
by Travis Oliphant
· 19 years ago
2322210
Fix numarray compatibility layer so it at least imports. It's not finished yet, but some functionality is there.
by Travis Oliphant
· 19 years ago
5e385c9
Fix import problem
by Travis Oliphant
· 19 years ago
3e3dd66
Add numarray compatibility.
by Travis Oliphant
· 19 years ago
50a5044
Fix segfault in Ticket #238
by Travis Oliphant
· 19 years ago
fec6f08
Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't happen twice.
by Travis Oliphant
· 19 years ago
88f59b3
Add complex types correctly.
by Travis Oliphant
· 19 years ago
d76c27d
Minor changes to alter_code scripts
by Travis Oliphant
· 19 years ago
db34967
Move source, info, and who to NumPy
by Travis Oliphant
· 19 years ago
0072bd2
Un-deprecate some names in Numeric.
by Travis Oliphant
· 19 years ago
6983e3f
Move converting code
by Travis Oliphant
· 19 years ago
e292dc4
Fix convertnumericA.py to fix transition from 'b' to 'B'
by Travis Oliphant
· 19 years ago
1a83cc8
Update eye and tri to take dtype in mlab
by Travis Oliphant
· 19 years ago
d372798
Move location of flatnonzero
by Travis Oliphant
· 19 years ago
3457ac3
Fix uses of nonzero and add flatnonzero
by Travis Oliphant
· 19 years ago
0820b2a
Alter typeconv to ignore 'b'
by Travis Oliphant
· 19 years ago
04d79b5
Fixes for the recent change to oldnumeric
by Travis Oliphant
· 19 years ago
d6eb562
Redo nonzero change --- head for the hills...
by Travis Oliphant
· 19 years ago
50c0c44
Final fixes to oldnumeric
by Travis Oliphant
· 19 years ago
87cb586
Final fixes to oldnumeric
by Travis Oliphant
· 19 years ago
65343e5
Fix-up oldnumeric compatibility layer.
by Travis Oliphant
· 19 years ago
9d8e202
More fixes to backward compatibility
by Travis Oliphant
· 19 years ago
9d98d9d
Add back dft stub and alter warning.
by Travis Oliphant
· 19 years ago
06ad634
Add back a compatibility UserArray.
by Travis Oliphant
· 19 years ago
f1cca04
Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface.
by Travis Oliphant
· 19 years ago
8f26568
Change axis=0 to axis=None to be consistent with methods and move axis=0 functions to oldnumeric
by Travis Oliphant
· 19 years ago
a904655
Convert so that axis arguments are consistent for methods and functions. Place functions for which this changes the Numeric default into oldnumeric.
by Travis Oliphant
· 19 years ago
7ffd787
Make sure the scalars corresponding to intp and uintp are added.
by Travis Oliphant
· 19 years ago
63c8a61
A few corrections to scalar-type tests
by Travis Oliphant
· 19 years ago
6689502
Clean up scalar-types functions a bit.
by Travis Oliphant
· 19 years ago
fad726e
Strip white-space on element retrieval
by Travis Oliphant
· 19 years ago
77187d2
Format docstrings to be consistent with others.
by Stefan van der Walt
· 19 years ago
33d3fde
Fix rstrip for character arrays (ticket #222).
by Stefan van der Walt
· 19 years ago
a2031b1
Make it so that .T is *always* .transpose()
by Travis Oliphant
· 19 years ago
a1e9a90
Add diagflat. Begin to add numarray compatibility
by Travis Oliphant
· 19 years ago
b5048dd
Add PyArray_ContiguousFromObject to numpy.pxi
by Travis Oliphant
· 19 years ago
d777c28
Add IntpArrType_Type
by Travis Oliphant
· 19 years ago
b83179e
Fix ticket #218
by Travis Oliphant
· 19 years ago
9051aee
Revert change to lwork
by Travis Oliphant
· 19 years ago
ba7e34f
Revert change and add better test for umath
by Travis Oliphant
· 19 years ago
3f18558
Add test for ufunc complex-problems fixed in previous commit.
by Travis Oliphant
· 19 years ago
b3eb6e2
Fix prodi when intput and output are the same. This fixes a problem with arcsin
by Travis Oliphant
· 19 years ago
e9d3752
Move more docstrings to add_newdocs
by Travis Oliphant
· 19 years ago
0c7be2c
Fix longdouble machar problem (iterations too low)
by Travis Oliphant
· 19 years ago
3bbf6b2
Fix segfault from last commit.
by Travis Oliphant
· 19 years ago
7d50c63
Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will raise an error instead of possibly memory-leak when reference counts aren't freed. Fix uses of longlong to Py_ssize_t and apppropriate FORMAT string.
by Travis Oliphant
· 19 years ago
0bd7d94
Fix-up invalid casting back to real when complex result.
by Travis Oliphant
· 19 years ago
e4c823d
Py_OptimizeFlag is available from Python.h
by Travis Oliphant
· 19 years ago
4b9387a
Don't add docstrings in add_newdoc if run with -OO
by Travis Oliphant
· 19 years ago
43165e8
Use spaces instead of tabs.
by Stefan van der Walt
· 19 years ago
b4384f3
Fix test for intp on 64 bit systems.
by Stefan van der Walt
· 19 years ago
4ad281e
Add docstrings for multiarray to numpy.core.multiarray instead of to
by Stefan van der Walt
· 19 years ago
162f816
Move docstrings from multiarraymodule.c to add_newdocs.py.
by Stefan van der Walt
· 19 years ago
3b49529
Fix bugs in gnu and vast fcompilers (should fix #214)
by cookedm
· 19 years ago
02926b0
numpy.lib.getlimits: replace typecodes with dtypes
by cookedm
· 19 years ago
39bd37d
numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter'
by cookedm
· 19 years ago
b878328
Fix #114: Problems with building with MSVC and GCC under Cygwin
by cookedm
· 19 years ago
471419f
Remove clash of string module and string numpy object by renaming string scalar object to string_. Fix up tickets #210 and #211
by Travis Oliphant
· 19 years ago
444891f
Typo
by Travis Oliphant
· 19 years ago
1bb6210
Add NPY_MAXARGS to arrayobject.h for Multi-iterator object. Don't fail if get_atlas_version can't execute the code.
by Travis Oliphant
· 19 years ago
006cee5
Fix-up version.py so that a release just changes a variable to True.
by Travis Oliphant
· 19 years ago
1d012e6
Last version change.
by Travis Oliphant
· 19 years ago
e267467
Fix revision numbers.
by Travis Oliphant
· 19 years ago
19ce2ea
Add test for ticket #203.
by Stefan van der Walt
· 19 years ago
4bba31c
Back to 0.9.9 version
by Travis Oliphant
· 19 years ago
05cdc86
Add tests for ticket #205.
by Stefan van der Walt
· 19 years ago
ec6d062
Make version number 0.9.9 until 1.0 comes out
by Travis Oliphant
· 19 years ago
Next »