summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix packbits and unpackbits for new io in numpy.Travis Oliphant2007-12-262-95/+189
* * Warn potential users about format instability.Robert Kern2007-12-202-7/+167
* Add PYSETERROR from scipy.io.numpyiomodule.c to resolve undefined symbol.chris.burns2007-12-171-0/+3
* Fixes to packbits. Not done yet.Travis Oliphant2007-12-171-114/+66
* Code establishing a simple format for .npy files.Robert Kern2007-12-163-1/+876
* * Remove unimplemented functions from __all__.Robert Kern2007-12-162-17/+2
* Clean up imports.Robert Kern2007-12-161-9/+11
* Changes to io layer of NumPyTravis Oliphant2007-12-163-39/+245
* Added docstrings to deprecate funcschris.burns2007-12-151-0/+20
* Add deprecate with doc.Travis Oliphant2007-12-151-5/+20
* Flesh out some infrastructure for what is going to be there in io.pyTravis Oliphant2007-12-151-4/+52
* Start changes for numpy.lib to support deprecations in scipy.ioTravis Oliphant2007-12-154-1/+658
* Create a branch for io work in NumPyTravis Oliphant2007-12-15541-232219/+10
* Assign default values to max_val and min_val to prevent compiler warnings.Stefan van der Walt2007-12-151-1/+1
* Add degrees() and radians() ufuncscookedm2007-12-143-2/+62
* Fix building on freebsd [patch by Joe Peterson].Stefan van der Walt2007-12-142-6/+14
* Fixed binary_repr to make sure that evaluation at 0 returns a string of lengt...dhuard2007-12-131-1/+1
* Make sure the develop command can handle generated script files.Robert Kern2007-12-122-2/+9
* Make the 'develop' command from setuptools run build_src --inplace in additio...Robert Kern2007-12-123-2/+19
* Re-work slow clip to use minimum followed by maximum.Travis Oliphant2007-12-111-32/+23
* Allow clip method to have either min or max passed in.Travis Oliphant2007-12-114-58/+156
* Use a correct upper bound for the inversion search in binomial distributions.Robert Kern2007-12-061-1/+1
* Fix typo.Pearu Peterson2007-12-051-1/+1
* Add test_ufunc.Stefan van der Walt2007-12-041-0/+16
* Typo.Robert Kern2007-12-041-1/+1
* Use the correct link parameters for shared libraries with Intel Fortran on OS X.Robert Kern2007-12-041-0/+10
* Another string method conversion typo.Robert Kern2007-12-041-1/+1
* The PIC flag changed in the 10 version of the Intel Fortran compiler.Robert Kern2007-12-041-10/+8
* Increase test code coverage. Add documentation.Stefan van der Walt2007-12-033-15/+103
* BUG: fix incorrect ordering of the 'good' and 'bad' objects in the hypergeome...Robert Kern2007-12-031-2/+2
* More mime-type fixes in repository David Cournapeau2007-12-020-0/+0
* Fix typo in mime-type svn prop for swig html docDavid Cournapeau2007-12-020-0/+0
* Set mime-type in repository for generated doc for swigDavid Cournapeau2007-12-020-0/+0
* Corrected casting logic for numpy array scalarswfspotz@sandia.gov2007-12-021-118/+9
* Argout typemap documentation made more clear.wfspotz@sandia.gov2007-12-013-5/+9
* Changed setting of fortran-order array's flag; corrected documentaionwfspotz@sandia.gov2007-12-015-9/+7
* * Added support for FORTRAN-ordered arrays to numpy.i.wfspotz@sandia.gov2007-11-3011-95/+996
* * Added a new typemap suite, ARGOUTVIEW, which takes a view of a datawfspotz@sandia.gov2007-11-2913-147/+1137
* Adding an example for MKL in site.cfg.example (for recent versions)David Cournapeau2007-11-291-0/+9
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-2830-539/+852
* replaced apply() with direct function callJarrod Millman2007-11-261-4/+4
* using identity testing for NoneJarrod Millman2007-11-261-8/+10
* Added min and max macros to Backward Compatibility fragmentswfspotz@sandia.gov2007-11-242-52/+88
* Added new fragment dependency to unsigned long fragmentwfspotz@sandia.gov2007-11-242-3/+4
* Added %fragment 'NumPy_Fragments' for conveniencewfspotz@sandia.gov2007-11-231-20/+28
* Changed #define to %#define so that they delay implementationwfspotz@sandia.gov2007-11-231-8/+8
* Fixed some typos in the commentswfspotz@sandia.gov2007-11-231-5/+8
* Changed numpy.i so that helper macros and helper functions are nowwfspotz@sandia.gov2007-11-232-345/+521
* Fix randint for negative interval.Stefan van der Walt2007-11-233-4/+10
* Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher).Stefan van der Walt2007-11-233-20/+22