summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #352 from HackerSchool12/bugfix808Travis E. Oliphant2012-07-172-14/+9
|\
| * BUG: Ticket #808: Insert was not performing properly when an integer wasLoftie Ellis2012-07-152-14/+9
* | Merge pull request #192 from rgommers/meshgrid3dTravis E. Oliphant2012-07-172-33/+134
|\ \
| * | STY: meshgrid: some minor changes to address review comments.Ralf Gommers2012-02-052-5/+2
| * | TST: meshgrid: test expected shapes for Cartesian and matrix indexing.Ralf Gommers2011-12-282-6/+23
| * | BUG: meshgrid: raise error on single input.Ralf Gommers2011-12-282-4/+9
| * | MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid.Ralf Gommers2011-12-132-44/+36
| * | ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing.Per A. Brodtkorb2011-12-132-34/+124
* | | Merge pull request #327 from teoliphant/restore_apiTravis E. Oliphant2012-07-172-10/+10
|\ \ \
| * | | API: Restore ability to not use semicolons.Travis E. Oliphant2012-06-281-2/+2
| * | | Restore ability to not include semi-colons.Travis E. Oliphant2012-06-251-8/+8
* | | | Merge pull request #348 from njsmith/fix-shufflenjsmith2012-07-175-8416/+7874
|\ \ \ \
| * | | | [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-175-8416/+7874
* | | | | Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarningsNathaniel J. Smith2012-07-174-13/+15
* | | | | Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSa...cgohlke2012-07-161-0/+1
* | | | | BUG: change default threshold for matrix_rankMatthew Brett2012-07-142-20/+60
* | | | | STY: Remove duplicate #include.Charles Harris2012-07-141-3/+0
* | | | | STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-1350-67/+76
* | | | | BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4Pauli Virtanen2012-07-132-2/+8
* | | | | Use npy_ftell and npy_fseekcgohlke2012-07-121-24/+4
* | | | | Use npy_ftell and npy_fseekcgohlke2012-07-121-4/+4
* | | | | define npy_fseek and npy_ftellcgohlke2012-07-121-0/+9
* | | | | ENH: np.testing.decorators: Use Py3k compatible raise syntaxBradley M. Froehle2012-07-121-1/+1
| |_|_|/ |/| | |
* | | | TST: mark longdouble tests for spacing/nextafter as knownfail on PPC.rgommers2012-07-121-2/+11
* | | | Merge pull request #337 from rgommers/pull-335-genfromtxtRalf Gommers2012-07-113-7/+18
|\ \ \ \
| * | | | BUG: genfromtxt: make comments=None work with spaces in strings.Ralf Gommers2012-07-112-3/+11
| * | | | BUG: make genfromtxt work with comments=None. Closes Github issue 329.martingoodson2012-07-102-4/+7
| |/ / /
* | | | Merge pull request #324 from walshb/fix_memcpy_overlapnjsmith2012-07-112-7/+85
|\ \ \ \
| * | | | Removed misleading comment.Ben Walsh2012-06-301-2/+0
| * | | | Added test for overlapping array assignments.Ben Walsh2012-06-301-0/+80
| * | | | Replaced all instances of memcpy with memmove.Ben Walsh2012-06-301-5/+5
| * | | | Fix two instances of memcpy with overlapping source and destination.Ben Walsh2012-06-271-2/+2
* | | | | UPD: Replace PyDataMem_{NEW,FREE} by malloc and free.Charles Harris2012-07-111-14/+14
* | | | | BUG: test_unique needs to test bigger arrays.Charles Harris2012-07-111-37/+31
* | | | | TST: Improve type coverage in test_unique.Charles Harris2012-07-111-20/+57
* | | | | BUG: Add include needed for separate compilation.Charles Harris2012-07-111-0/+1
* | | | | ENH: Refactor mergesort so that the code is more consistent.Charles Harris2012-07-111-52/+58
* | | | | ENH: Make sort tests use prime number of elements.Charles Harris2012-07-111-22/+22
* | | | | ENH: Add generic sorts for quicksort, heapsort, and mergesort.Charles Harris2012-07-117-57/+361
* | | | | ENH: Add tests for object and structured array sorts.Charles Harris2012-07-111-11/+55
* | | | | ENH: Split sort source file by sort kind.Charles Harris2012-07-117-803/+969
* | | | | Merge pull request #309 from thouis/malloc_hooksnjsmith2012-07-118-14/+197
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update C-API version hashThouis (Ray) Jones2012-07-061-1/+1
| * | | | Merge remote-tracking branch 'upstream/master' into malloc_hooksThouis (Ray) Jones2012-07-0694-11501/+1895
| |\ \ \ \
| * | | | | Wrap hook functions with GIL, add example.Thouis (Ray) Jones2012-06-181-7/+26
| * | | | | Add void *user_data to EventHookFunc and SetEventHookThouis (Ray) Jones2012-06-153-23/+39
| * | | | | ENH: expose PyDataMem_NEW/FREE/RENEW as numpy API functions with an event hook.Thouis (Ray) Jones2012-06-157-13/+161
* | | | | | GEN: regenerate mtrand.c to make doc changes show up.Ralf Gommers2012-07-071-2226/+3025
* | | | | | DOC: merge doc wiki edits. A number of small edits in linalg and lib.Ralf Gommers2012-07-074-57/+63
* | | | | | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-077-35/+56