summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: silence Cython warnings about changes dtype/ufunc size.Ralf Gommers2012-09-151-0/+6
* FIX: loosen numerical tolerance in test_pareto()Nathaniel J. Smith2012-09-131-1/+7
* TST: Add test for boolean insertHan Genuit2012-09-131-0/+2
* TST: Add extra test for multidimensional inserts.Han Genuit2012-09-131-0/+7
* BUG: Fix for issues #378 and #392Han Genuit2012-09-131-6/+8
* BUG: fix npymath install location.David Cournapeau2012-09-132-3/+2
* BUG: fix custom post_check.David Cournapeau2012-09-131-7/+7
* BUG: forgot to build _dotblas in bento build.David Cournapeau2012-09-132-1/+4
* FIX: Regenerate mtrand.c with Cython 0.17Ondřej Čertík2012-09-121-7743/+8196
* Retain backward compatibility. Enforce C order.Stefan van der Walt2012-09-121-1/+9
* Improve ndindex execution speed.Stefan van der Walt2012-09-122-42/+15
* FIX: Add a test for Ticket #2066Ondřej Čertík2012-09-121-0/+4
* BUG: Add a test for Ticket #2189Ondřej Čertík2012-09-121-0/+6
* BUG: Add a test for Ticket #1588Ondřej Čertík2012-09-121-0/+9
* BUG: Fix ticket #1588/gh issue #398, refcount error in clipMark Wiebe2012-09-121-9/+17
* FIX: simplify the import statementOndřej Čertík2012-09-121-2/+1
* Fix returned copyJay Bourque2012-09-122-1/+10
* FIX: bug in np.where and recarray swappingOndřej Čertík2012-09-122-1/+29
* MAINT: silence DeprecationWarning in np.safe_eval().Ralf Gommers2012-09-121-4/+14
* BUG: fix bento build.David Cournapeau2012-09-121-1/+1
* Remove test_recarray_from_long_formatscgohlke2012-09-121-8/+0
* Add test for long number in shape specifier of dtype stringcgohlke2012-09-121-0/+5
* Add test for long numbers in numpy.rec.array formats stringcgohlke2012-09-121-0/+8
* Allow long numbers in numpy.rec.array formats stringcgohlke2012-09-121-1/+1
* Use PyUnicode_DecodeUTF32()Ondrej Certik2012-09-121-18/+11
* Follow the C guidelinesOndrej Certik2012-09-121-2/+4
* Fix memory leak in concatenate.Chris2012-09-121-0/+2
* FIX: Make sure the tests produce valid unicodeOndrej Certik2012-09-121-2/+4
* FIX: Fixes the PyUnicodeObject problem in py-3.3Ondrej Certik2012-09-122-0/+40
* Re-enable unpickling optimization for large py3k bytes objects.Ronan Lamy2012-09-121-2/+3
* Copy bytes object when unpickling an arrayRonan Lamy2012-09-122-2/+10
* Fix tests for empty shape, strides and suboffsets on Python 3.3cgohlke2012-09-121-7/+16
* [FIX] Add missing header so separate compilation works againNathaniel J. Smith2012-09-121-0/+1
* TST: set raise-on-warning behavior of NoseTester to release mode.Ralf Gommers2012-08-221-1/+1
* Merge pull request #325 from ahmadia/patch-2Travis E. Oliphant2012-07-171-4/+4
|\
| * prefer gfortran over g77 and vendor compilers on OS X and LinuxAron Ahmadia2012-07-171-4/+4
| * Merge branch 'master' of https://github.com/numpy/numpy into patch-2Aron Ahmadia2012-07-1790-3395/+5258
| |\
| * | prefer gfortran (g95) over vendor compilers, g77 and g95 on OSX and Linux. ahmadia2012-06-281-8/+8
* | | BUG: Fix some tests in PR #192Travis E. Oliphant2012-07-171-8/+8
* | | Fix-up logic so that it is more readable.Travis E. Oliphant2012-07-171-9/+12
* | | Merge remote-tracking branch 'hackerschool/2028fix'Travis E. Oliphant2012-07-172-1/+33
|\ \ \
| * | | Added cast to error check, and fixed indentation.Eric Fode2012-07-151-2/+3
| * | | more tabs removed (hunting for c formatter to take care of this next time)Eric Fode2012-07-151-8/+8
| * | | Tab FixEric Fode2012-07-141-1/+1
| * | | Style FixEric Fode2012-07-141-5/+7
| * | | BUG: ticket #2028: When min_scalar was not checking to see if numbers could f...Eric Fode2012-07-142-2/+31
* | | | Merge pull request #350 from jayvius/get-view2Travis E. Oliphant2012-07-174-18/+69
|\ \ \ \
| * | | | change DeprecationWarning to FutureWarningJay Bourque2012-07-171-2/+2
| * | | | Add tests for record array indexingJay Bourque2012-07-171-6/+54
| * | | | Updated reference docs for DeprecationWarningJay Bourque2012-07-171-3/+4