summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx.Alan McIntyre2008-07-251-2007/+1782
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-252-95/+95
* Added tests to improve coverage.Alan McIntyre2008-07-241-25/+44
* Standardized NumPy import as "import numpy as np".Alan McIntyre2008-07-232-84/+87
* Fix doctest command continuation line.Alan McIntyre2008-07-231-1/+1
* Removed unused private function _castCopyAndTranspose.Alan McIntyre2008-07-231-8/+1
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-222-32/+32
* * force the domain to the shape of the other element in DomainedBinaryOperati...pierregm2008-07-222-1/+23
* Skip one more possibly failing C99 testPauli Virtanen2008-07-221-1/+1
* Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-223-1/+60
* Clean up loadtxt. Fix Python 2.3 compatibility.Stefan van der Walt2008-07-221-9/+10
* Apply Stefan's patch for Ryan's loadtext fix.Charles Harris2008-07-222-34/+87
* Committed patch from Ryan May. It fixes error in loadtxt occurring when useco...dhuard2008-07-222-2/+17
* core:pierregm2008-07-211-1/+0
* core:pierregm2008-07-212-4/+15
* core:pierregm2008-07-214-70/+107
* Removed unused private function _asarray1d.Alan McIntyre2008-07-211-8/+0
* Added numpy.testing.verbose, to allow tests to vary output accordingly.Alan McIntyre2008-07-212-2/+36
* Added tests to improve coverage of numpy.core.Alan McIntyre2008-07-215-14/+153
* Fix broken regression test.Charles Harris2008-07-201-1/+4
* Make regression test work for reverted NaN fix.Charles Harris2008-07-201-1/+1
* Revert r5470.Charles Harris2008-07-201-8/+2
* Fix _SIGN macros for MSVC compilers. Test.Charles Harris2008-07-201-3/+3
* Fix ticket #794.Charles Harris2008-07-202-3/+16
* Add a pydoc import in lookfor; missed in the import refactoring.Pauli Virtanen2008-07-201-0/+2
* Fix errors in C99 tests. Skip tests failing on some platforms.Pauli Virtanen2008-07-201-6/+5
* Undo test of SPARC alignment.Charles Harris2008-07-201-2/+0
* Testing SPARC alignment.Charles Harris2008-07-201-0/+2
* BUG: Allow longs as well as ints to satisfy Win64.Robert Kern2008-07-201-1/+1
* Fix some errors in C99 tests. Skip tests failing on Sparc64Pauli Virtanen2008-07-191-14/+15
* Add tests for complex functions: test against Python's cmath, check the branc...Pauli Virtanen2008-07-191-3/+256
* Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh.Pauli Virtanen2008-07-191-5/+5
* Comment out extension option since it is not used at present.Alan McIntyre2008-07-191-1/+1
* Instead of importing nose plugins, use the existing list of classes that Alan McIntyre2008-07-191-7/+16
* Fix other reference count leak pointed out in #848 due to missing DECREF for ...Travis Oliphant2008-07-191-9/+20
* Generate headers in the right place for inplace builds.Robert Kern2008-07-193-12/+28
* Comment cleanup.Alan McIntyre2008-07-182-5/+4
* Use a subclass of the nose doctest plugin instead of monkeypatching the built...Alan McIntyre2008-07-182-186/+324
* * added .torecords(), to convert a masked array to a flexible array with fiel...pierregm2008-07-182-0/+57
* * fixed a pb with printing flexible ndarrays with subdtypespierregm2008-07-181-1/+5
* Add numpy.doc.jargon entry.Stefan van der Walt2008-07-171-0/+9
* FOR BUILDBOT: More unsavory workarounds for Sparc64. Change back when we've f...Robert Kern2008-07-172-2/+2
* FOR BUILDBOT: Change the test to make sure the double is aligned to a reasona...Robert Kern2008-07-171-1/+1
* testutilspierregm2008-07-175-64/+170
* Remove blank line.Charles Harris2008-07-161-1/+0
* Fix ticket #849. Thanks to Michael Abbott.Charles Harris2008-07-161-4/+9
* Coding style cleanups.Charles Harris2008-07-161-69/+125
* Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ...Pauli Virtanen2008-07-162-7/+37
* Fix ticket #850. Thanks to Michael Abbott for the patch.Charles Harris2008-07-161-2/+2
* Coding style cleanup. Replace hard tabs with spaces.Charles Harris2008-07-162-17/+28