summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove test_recarray_from_long_formatscgohlke2012-08-071-8/+0
* Add test for long number in shape specifier of dtype stringcgohlke2012-08-071-0/+5
* Add test for long numbers in numpy.rec.array formats stringcgohlke2012-08-061-0/+8
* Allow long numbers in numpy.rec.array formats stringcgohlke2012-08-061-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
* | Merge pull request #372 from certik/py3.3-cleanerTravis E. Oliphant2012-08-033-2/+39
|\ \ | |/ |/|
| * 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
* | Merge pull request #367 from cgohlke/patch-1Charles Harris2012-07-291-7/+16
|\ \ | |/ |/|
| * Fix tests for empty shape, strides and suboffsets on Python 3.3cgohlke2012-07-281-7/+16
|/
* Merge pull request #362 from njsmith/missing-headernjsmith2012-07-261-0/+1
|\
| * [FIX] Add missing header so separate compilation works againNathaniel J. Smith2012-07-181-0/+1
* | Merge pull request #364 from jiffyclub/update-testing-reference-docsRalf Gommers2012-07-201-0/+3
|\ \ | |/ |/|
| * Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert...Matt Davis2012-07-201-0/+3
|/
* Merge remote-tracking branch 'upstream/master'Travis E. Oliphant2012-07-181-4/+4
|\
| * 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-17105-3417/+6320
| | |\
| | * | prefer gfortran (g95) over vendor compilers, g77 and g95 on OSX and Linux. ahmadia2012-06-281-8/+8
* | | | Update release notes.Travis E. Oliphant2012-07-181-119/+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-176-18/+86
|\ \ \ \
| * | | | change DeprecationWarning to FutureWarningJay Bourque2012-07-173-4/+4
| * | | | Add tests for record array indexingJay Bourque2012-07-171-6/+54
| * | | | update 1.7 release notesJay Bourque2012-07-171-0/+7
| * | | | Updated reference docs for DeprecationWarningJay Bourque2012-07-172-3/+14
| * | | | 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