summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Collapse)AuthorAgeFilesLines
* Try again to fix the endianness tests.Robert Kern2008-05-211-3/+4
|
* Use endian-specific dtypes in tests which construct cross-type views.Robert Kern2008-05-191-2/+4
|
* Fix accidentally replaced (r5190, r5193) alltrue code. Diff shows that ↵Pauli Virtanen2008-05-191-4/+4
| | | | fromnumeric.py has only docstrings changes from r5189 now.
* Remove duplicate `alltrue`.Stefan van der Walt2008-05-191-27/+0
|
* Merge documentation changes from wiki.Stefan van der Walt2008-05-191-47/+119
|
* get_build_architecture is not available in python 2.4 and older, so use ↵Pearu Peterson2008-05-161-1/+1
| | | | numpy.distutils one. This should fix undiscovered/not reported bug of building numpy with python 2.4 on windows systems.
* Add test for #788 [patch by Eric Firing].Stefan van der Walt2008-05-155-3/+18
|
* Fix the unit tests and eliminate the dimensionality reduction assumption for ↵Travis Oliphant2008-05-152-2/+30
| | | | non base-class arrays.
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-11/+17
|
* Back-out matrix changes from trunk. This breaks some test which need to be ↵Travis Oliphant2008-05-131-2/+5
| | | | fixed differently.
* Fix ticket #791.Travis Oliphant2008-05-133-5/+22
|
* Use EquivTypes instead of equality testing for data-type comparison.Travis Oliphant2008-05-111-1/+1
|
* Add the out= argument to the clip() function to bring it in line with the ↵Robert Kern2008-05-102-6/+34
| | | | .clip() method.
* Moved docstrings to add_newdoc.py; added docstring for the class as a whole ↵aarchiba2008-05-091-170/+7
| | | | which describes __call__.
* Docstrings for ufunc methods add, reduce, outer, and the arcane reduceat.aarchiba2008-05-091-4/+166
|
* Test for ticket #551 part of r5140Pauli Virtanen2008-05-081-0/+8
|
* Additional tests of matrix indexing.aarchiba2008-05-081-3/+31
|
* Add some tests for scalar indexing, tolist(), and fancy indexing.Charles Harris2008-05-081-0/+29
|
* Remove un-needed attribute lookup in 1.2Travis Oliphant2008-05-071-1/+1
|
* * Make matrices return 1-dimensional array on item selection for 1.2\n * ↵Travis Oliphant2008-05-073-13/+20
| | | | Remove (now un-needed) tolist method from matrices\n * For ticket #551, copy data if start of memory is not aligned on itemsize location in optimized blas wrapper.
* Remove dtype_or_type key word in favor of simpler interface.Travis Oliphant2008-05-011-23/+9
|
* Support for Python types in x.view.Stefan van der Walt2008-05-012-11/+60
|
* Small cleanup and whitespace removal.Charles Harris2008-04-301-17/+16
|
* For x.view, change dtype into keyword argument.Stefan van der Walt2008-04-302-3/+15
|
* Check for error and fix spacing.Travis Oliphant2008-04-301-2/+3
|
* Code style cleanups.Charles Harris2008-04-281-61/+98
|
* Enclose macros with ifs in do {} while (0).Charles Harris2008-04-262-28/+25
| | | | Lets try this again with clean files.
* Code style cleanups and fix for ticket #743.Charles Harris2008-04-263-853/+954
| | | | Lets try this without corrupted merge files.
* Docstring fixes to fromnumeric, to better mirror ndarray docstrings.Pauli Virtanen2008-04-261-17/+45
|
* Revert to 5092.Charles Harris2008-04-262-25/+28
|
* revert to 5092Charles Harris2008-04-261-66/+57
|
* Add semicolons to end of macros. This helps editors and such get theCharles Harris2008-04-261-57/+66
| | | | formatting right. Do some small code cleanup.
* Sprinkle some do {} while (0) magic around macros with if statements. TheyCharles Harris2008-04-262-28/+25
| | | | | should lose the semi-colons too, but I don't want to risk breaking out of tree code.
* Docstrings: correct description of `dtype` in prod, cumsum, cumprod (was OK ↵Pauli Virtanen2008-04-261-48/+49
| | | | in sum, product)
* Docstrings in fromnumeric: very small fixes.Pauli Virtanen2008-04-261-3/+3
|
* Docstring improvements for all, any, alltrue, sometrue, clip, compress + ↵Pauli Virtanen2008-04-261-31/+118
| | | | smaller stylistic changes to others.
* Code style cleanups.Charles Harris2008-04-261-141/+214
|
* Revert x[0][0] hack.Stefan van der Walt2008-04-252-17/+10
|
* Add test for numeric type array creation from string values.Charles Harris2008-04-251-0/+9
|
* Code style cleanups.Charles Harris2008-04-251-74/+49
|
* Some cleanupsCharles Harris2008-04-251-11/+20
|
* Fix ticket #736.Charles Harris2008-04-251-6/+3
| | | | Try to cast strings numeric types when numbers needed.
* Coding style cleanups.Charles Harris2008-04-251-89/+189
|
* Add some section headings to the file.Charles Harris2008-04-241-0/+24
|
* In C, you shouldn't have trailing commas on the last item in an enum.Robert Kern2008-04-231-3/+3
|
* Hack to let x[0][0] return a scalar for matrices.Stefan van der Walt2008-04-232-1/+19
|
* Add regression test for changeset #5065.Stefan van der Walt2008-04-231-0/+3
|
* Make None be NaN for float types.Charles Harris2008-04-231-1/+5
|
* generate_umath.py: move chartoname higher for documentation purposescookedm2008-04-221-21/+23
| | | | (i.e., make it easier to answer the question, "what's ? or M mean?")
* Uncomment tests for PyUfunc_O_O_method and PyUFunc_OO_O_method.Charles Harris2008-04-221-2/+10
|