summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Update 1.10.2 release notes.Charles Harris2015-11-011-0/+2
* Merge pull request #6605 from charris/sync-1.10.2-release-notesCharles Harris2015-11-011-11/+14
|\
| * DOC: Sync 1.10.2 release notes in master with 1.10.x.Charles Harris2015-11-011-11/+14
|/
* Merge pull request #6596 from charris/fix-swig-for-relaxed-stridesCharles Harris2015-11-013-4/+26
|\
| * DOC: Update 1.10.2 release notes to mention fix to numpy.iCharles Harris2015-11-011-1/+19
| * DOC: Update documentation for isfortran.Charles Harris2015-11-011-2/+6
| * BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris2015-11-011-1/+1
|/
* Merge pull request #6603 from charris/update-1.10.2-notesCharles Harris2015-11-011-1/+2
|\
| * DOC: Update 1.10.2 release notes.Charles Harris2015-11-011-1/+2
* | Merge pull request #6588 from jjhelmus/fix_copy_mutableahaldane2015-11-012-45/+30
|\ \
| * | BUG: immutable _arraymethod function in ma.coreJonathan Helmus2015-10-292-45/+30
* | | Merge pull request #6592 from charris/remove-split-futurewarningCharles Harris2015-10-314-36/+40
|\ \ \
| * | | DOC: Update 1.11.0 release notes with np.lib.split changes.Charles Harris2015-10-311-4/+15
| * | | DOC: Update 1.10.0 release notes for future changes to np.lib.split.Charles Harris2015-10-301-4/+12
| * | | DEP: Remove FutureWarning from np.lib.split and go to future.Charles Harris2015-10-302-28/+13
| | |/ | |/|
* | | Merge pull request #6594 from WarrenWeckesser/numpy-for-matlab-copyeditRalf Gommers2015-10-311-33/+35
|\ \ \
| * | | DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide.Warren Weckesser2015-10-301-33/+35
|/ / /
* | | Merge pull request #6593 from WarrenWeckesser/userdoc-fix-orderStephan Hoyer2015-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | DOC: Fix an argument in 'Numpy for Matlab Users'.Warren Weckesser2015-10-301-1/+1
|/ /
* | Merge pull request #6587 from rgommers/fix-failureNathaniel J. Smith2015-10-301-1/+0
|\ \ | |/ |/|
| * BUG: fix MANIFEST.in for removal of a file in gh-8047.Ralf Gommers2015-10-301-1/+0
|/
* Merge pull request #6574 from charris/prepare-1.10.2-notesRalf Gommers2015-10-302-0/+61
|\
| * DOC: Release notes for Numpy 1.10.2.Charles Harris2015-10-292-0/+61
* | Merge pull request #6582 from rgommers/cleanupsCharles Harris2015-10-294-144/+0
|\ \
| * | MAINT: remove useless files with outdated info from repo root and doc/.Ralf Gommers2015-10-294-144/+0
* | | Merge pull request #6577 from wackywendell/buildfixRalf Gommers2015-10-291-1/+2
|\ \ \ | |/ / |/| |
| * | BUG: Fix for #6569, allowing build_ext --inplaceWendell Smith2015-10-281-1/+2
| |/
* | Merge pull request #6576 from njsmith/test_load_refcount-fixCharles Harris2015-10-291-6/+11
|\ \
| * | TST: attempt to make test_load_refcount deterministicNathaniel J. Smith2015-10-281-6/+11
| |/
* | Merge pull request #6579 from pv/doc-uploadCharles Harris2015-10-291-1/+1
|\ \ | |/ |/|
| * MAINT: fix mistake in doc upload rulePauli Virtanen2015-10-291-1/+1
|/
* Merge pull request #6553 from yashmehrotra/partition-fixCharles Harris2015-10-273-2/+28
|\
| * TST: Added regression test empty percentile, in ref to #6530 and #6553Yash Mehrotra2015-10-271-0/+4
| * TST: Added tests for empty partition and argpartitionYash Mehrotra2015-10-271-0/+18
| * BUG: Fixed partition errors on empty input. Closes #6530Yash Mehrotra2015-10-261-2/+6
* | Merge pull request #6562 from ahaldane/disable_view_safety_checksCharles Harris2015-10-263-217/+13
|\ \
| * | BUG: revert view safety checksAllan Haldane2015-10-261-124/+13
| * | TST: Remove tests of view safety checks (see next commit)Allan Haldane2015-10-262-93/+0
* | | Merge pull request #6567 from charris/fix-f2py-importsNathaniel J. Smith2015-10-263-22/+15
|\ \ \
| * | | BUG: Revert some import * fixes in f2py.Charles Harris2015-10-263-22/+15
* | | | Merge pull request #6470 from groutr/fix_attrerrorRalf Gommers2015-10-251-2/+3
|\ \ \ \
| * | | | BUG: fix AttributeError in numpy/distutils.Ryan Grout2015-10-191-2/+3
* | | | | Merge pull request #6560 from pv/userguide-upCharles Harris2015-10-2517-282/+2276
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: import "numpy for matlab users" from the wikiPauli Virtanen2015-10-252-0/+696
| * | | | DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wikiPauli Virtanen2015-10-258-204/+1580
| * | | | DOC: remove placeholders and incompleteness warningsPauli Virtanen2015-10-259-78/+0
* | | | | Merge pull request #6558 from rgommers/uploadCharles Harris2015-10-251-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: minor update to "make upload" doc build command.Ralf Gommers2015-10-251-0/+2
|/ / / /
* | | | Merge pull request #6556 from shoyer/fix-broadcast-arraysCharles Harris2015-10-242-3/+14
|\ \ \ \
| * | | | BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer2015-10-242-3/+14
| | |/ / | |/| |