summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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.
| * | | | 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.
| * | | | DOC: Release notes for Numpy 1.10.2.Charles Harris2015-10-292-0/+61
| |/ / / | | | | | | | | | | | | [ci skip]
* | | | Merge pull request #6582 from rgommers/cleanupsCharles Harris2015-10-294-144/+0
|\ \ \ \ | | | | | | | | | | MAINT: remove useless files with outdated info from repo root and doc/.
| * | | | MAINT: remove useless files with outdated info from repo root and doc/.Ralf Gommers2015-10-294-144/+0
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge pull request #6577 from wackywendell/buildfixRalf Gommers2015-10-291-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | BUG: Fix for #6569, allowing build_ext --inplace
| * | | | 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 deterministic
| * | | | TST: attempt to make test_load_refcount deterministicNathaniel J. Smith2015-10-281-6/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | Use a different strategy to detect whether np.load creates cycles. Fixes gh-6571, I hope.
* | | | Merge pull request #6579 from pv/doc-uploadCharles Harris2015-10-291-1/+1
|\ \ \ \ | |/ / / |/| | | MAINT: fix mistake in doc upload rule
| * | | MAINT: fix mistake in doc upload rulePauli Virtanen2015-10-291-1/+1
|/ / / | | | | | | | | | [ci skip]
* | | Merge pull request #6553 from yashmehrotra/partition-fixCharles Harris2015-10-273-2/+28
|\ \ \ | | | | | | | | BUG: Fix partition and argpartition error for empty input. Closes #6530
| * | | 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
|\ \ \ \ | | | | | | | | | | Disable view safety checks
| * | | | BUG: revert view safety checksAllan Haldane2015-10-261-124/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of slowdowns caused by the view safety checks introduced in #5548 they are removed here for 1.10. The plan is to reintroduce a better version of the checks in 1.11.
| * | | | TST: Remove tests of view safety checks (see next commit)Allan Haldane2015-10-262-93/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Remove unit tests for the view safety chekcs, which are to be reverted in the next commit.
* | | | | Merge pull request #6567 from charris/fix-f2py-importsNathaniel J. Smith2015-10-263-22/+15
|\ \ \ \ \ | | | | | | | | | | | | BUG: Revert some import * fixes in f2py.
| * | | | | BUG: Revert some import * fixes in f2py.Charles Harris2015-10-263-22/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files * capi_maps.py * crackfortran.py * f90mod_rules.py previously used `from .auxfuncs import *` and also called `eval` without an explicit enviroment. An attempt to use explicit imports led to errors, and because static code analysis in not sufficient to determine what functions need to be imported, it is safest to continue using `import *` pending a major refactoring of f2py. Closes #6563.
* | | | | | Merge pull request #6470 from groutr/fix_attrerrorRalf Gommers2015-10-251-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | BUG: fix AttributeError in numpy distutils
| * | | | | | BUG: fix AttributeError in numpy/distutils.Ryan Grout2015-10-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects an AttributeError on windows in some cases caused by #6185
* | | | | | | Merge pull request #6560 from pv/userguide-upCharles Harris2015-10-2517-282/+2276
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | DOC: user guide update
| * | | | | | DOC: import "numpy for matlab users" from the wikiPauli Virtanen2015-10-252-0/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Might be useful to someone. Excised too opinionated parts and replaced most links to specific software with the topical software page links.
| * | | | | | DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wikiPauli Virtanen2015-10-258-204/+1580
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user guide was missing a quick tutorial --- the basics.* stuff is somewhat too complex already. The "building numpy" instructions also should not be "introductory material".
| * | | | | | DOC: remove placeholders and incompleteness warningsPauli Virtanen2015-10-259-78/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neither are useful, and will discourage both reading and editing of the material.
* | | | | | | Merge pull request #6558 from rgommers/uploadCharles Harris2015-10-251-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | MAINT: minor update to "make upload" doc build command.
| * | | | | | MAINT: minor update to "make upload" doc build command.Ralf Gommers2015-10-251-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the content of the latest release. [ci skip]
* | | | | | Merge pull request #6556 from shoyer/fix-broadcast-arraysCharles Harris2015-10-242-3/+14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | BUG: error in broadcast_arrays with as_strided array
| * | | | | BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer2015-10-242-3/+14
| | |/ / / | |/| | | | | | | | | | | | | Fixes GH6491
* | | | | Merge pull request #6546 from argriffing/fix-inner-product-regressionCharles Harris2015-10-232-2/+36
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix inner product regression
| * | | | BUG: fix inner() by copying if needed to enforce contiguityalex2015-10-232-2/+36
| | | | |
* | | | | Merge pull request #6548 from lzkelley/devCharles Harris2015-10-231-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | DOC: clarify usage of 'argparse' return value (see #4724).
| * | | | DOC: clarify usage of 'argparse' return value.lzkelley2015-10-211-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | In response to Ticket #4724, explain that the 'index_array' returned by 'argparse' can only be used to (directly) sort a one-dimensional input array.
* | | | Merge pull request #6527 from ethankruse/6462fixCharles Harris2015-10-212-1/+29
|\ \ \ \ | |/ / / |/| | | Potential fix for #6462
| * | | BUG: Make median work for empty arrays (issue #6462)Ethan Kruse2015-10-212-1/+29
| |/ / | | | | | | | | | | | | np.median([]) returns NaN. Fixes bug/regression that raised an IndexError. Added tests to ensure continued support of empty arrays.
* | | Merge pull request #6526 from dsanders11/patch-1Charles Harris2015-10-212-1/+3
|\ \ \ | | | | | | | | Fix use of __doc__ in setup.py for -OO mode
| * | | Fix use of __doc__ in setup.py for -OO modeDavid Sanders2015-10-191-1/+1
| | | |
| * | | Do a TravisCI build with PYTHONOPTIMIZE=2David Sanders2015-10-191-0/+2
| |/ /
* | | Merge pull request #6537 from jjhelmus/ma_atleast_fixCharles Harris2015-10-212-4/+28
|\ \ \ | | | | | | | | BUG: scalar argument to ma.atleast_* return arrays
| * | | BUG: scalar argument to ma.atleast_* return arraysJonathan Helmus2015-10-202-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The np.ma.atleast_1d, np.ma.atleast_2d, np.ma.atleast_3d and np.ma.diagflat function return arrays when given a scalar in the same manner as their non-ma counterparts. Previously these function would return None. Additionally, the np.ma vstack, row_stack, hstack, column_stack, dstack, and hsplit functions now raise an expection when given a scalar argument. closes #3367
* | | | Merge pull request #6538 from jjhelmus/ma_fix_shrinkCharles Harris2015-10-212-2/+7
|\ \ \ \ | | | | | | | | | | BUG: ma.masked_values does not shrink mask if requested
| * | | | BUG: ma.masked_values does not shrink mask if requestedJonathan Helmus2015-10-202-2/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When called with the shrink parameter set to False, np.ma.masked_values will create a False filled array mask and not shrink the mask. Previously the mask would be shrunk to a single False scalar. closes #2674
* | | | Merge pull request #6533 from Sumith1896/versionCharles Harris2015-10-212-10/+0
|\ \ \ \ | | | | | | | | | | Remove version.py.in, no longer used
| * | | | MAINT: Remove __config__.py.in.Sumith2015-10-211-2/+0
| | | | | | | | | | | | | | | | | | | | This file was used by Bento. This was left over and is longer being used.
| * | | | MAINT: Remove version.py.in.Sumith2015-10-211-8/+0
| | | | | | | | | | | | | | | | | | | | This file was used by Bento. This was left over and is no longer being used.
* | | | | Merge pull request #6534 from charris/revert-6354-and-5614Charles Harris2015-10-218-129/+47
|\ \ \ \ \ | |_|/ / / |/| | | | Revert 6354 and 5614
| * | | | MAINT: Restore test fix that was reverted.Charles Harris2015-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Use assert_array_almost_equal instead of assert_array_equal when comparing against python.math functions.
| * | | | Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-207-119/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert mingwpy modifications to distutils. They are causing problems for non-windows builds and it is better to wait until mingypy is further along. This reverts commit 96abd32de241864ee97f30357234cbc9a96c43ae, reversing changes made to 06af9918f6bf03b8d818ec834f9fb48db57d1489.