summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix bento build.David Cournapeau2012-08-111-1/+1
* Merge pull request #373 from cianci/concatenate_leak_fixCharles Harris2012-08-041-0/+2
|\
| * Fix memory leak in concatenate.Chris2012-08-031-0/+2
* | Use PyUnicode_DecodeUTF32()Ondrej Certik2012-08-031-18/+11
* | Follow the C guidelinesOndrej Certik2012-08-031-2/+4
* | FIX: Make sure the tests produce valid unicodeOndrej Certik2012-08-031-2/+4
* | FIX: Fixes the PyUnicodeObject problem in py-3.3Ondrej Certik2012-08-032-0/+40
|/
* Merge pull request #371 from rlamy/bytes-pickleTravis E. Oliphant2012-08-022-2/+11
|\
| * Re-enable unpickling optimization for large py3k bytes objects.Ronan Lamy2012-08-031-2/+3
| * Copy bytes object when unpickling an arrayRonan Lamy2012-07-312-2/+10
* | Fix tests for empty shape, strides and suboffsets on Python 3.3cgohlke2012-07-281-7/+16
|/
* [FIX] Add missing header so separate compilation works againNathaniel J. Smith2012-07-181-0/+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
| * | | | Call view object's copy methodjayvius2012-07-171-2/+1
| * | | | Change WARN_ON_WRITE Deprecation Warningjayvius2012-07-171-3/+4
| * | | | fix previous commit to return copy of view instead of viewjayvius2012-07-172-14/+8
| * | | | Add ability to get view when selecting subset of fields.jayvius2012-07-172-0/+8
| | |_|/ | |/| |
* | | | 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