summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | DOC: Clarify documentation for np.fft.ifft.Charles Harris2015-12-181-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The relationship between frequency and position in the input array is clarified.
| * | | | | | Fix #6798Phaiax2015-12-181-2/+4
| | | | | | |
* | | | | | | Merge pull request #6865 from insertinterestingnamehere/appveyor_setupCharles Harris2015-12-201-0/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | TST: Add initial appveyor configuration with no optimized BLAS.
| * | | | | | | TST: Add initial appveyor configuration with no optimized BLAS.Ian Henriksen2015-12-191-0/+28
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #6868 from gfyoung/commented_code_removalJaime2015-12-207-127/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove Commented Out Code
| * | | | | | | MAINT: Remove commented out code blocksgfyoung2015-12-207-127/+0
|/ / / / / / /
* | | | | | | Merge pull request #6867 from gfyoung/print_fixesJaime2015-12-2032-136/+136
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | DOC: No Print Statements When Using print_function from __future__
| * | | | | | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-1932-136/+136
|/ / / / / / | | | | | | | | | | | | | | | | | | Closes gh-6863.
* | | | | | Merge pull request #6858 from charris/fixup-gh-6612Charles Harris2015-12-181-3/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fixup 6612, DOC: typo in the docstring of `random.multinomial`
| * | | | | DOC: Update example in np.random.multinomial.Charles Harris2015-12-181-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify that probabilities should be normalized. [ci skip]
| * | | | | DOC: typo in the docstring of random.multinomialEvgeni Burovski2015-12-181-2/+15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discuss a loaded dice with six sides. Also add the text about handling of input probabilities, as written by Robert Kern in gh-6612. [ci skip]
* | | | | Merge pull request #6857 from charris/fixup-gh-6409Jaime2015-12-181-6/+7
|\ \ \ \ \ | | | | | | | | | | | | Fixup 6409, DOC, MAINT: Fix the numpy.ma.cov signature and documentation.
| * | | | | DOC, MAINT: Fix the numpy.ma.cov signature and documentation.jason king2015-12-181-6/+7
| |/ / / / | | | | | | | | | | | | | | | The rowvar and bias parameters are booleans, not integers.
* | | | | Merge pull request #6600 from mgeier/doc-ndarray-subclassesCharles Harris2015-12-181-6/+6
|\ \ \ \ \ | |/ / / / |/| | | | DOC: fix method signatures in "array subclasses"
| * | | | DOC: fix method signatures in "array subclasses"Matthias Geier2015-12-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change ".. function::" -> ".. method::" * Remove "self" argument * Change "self" to "obj" in __array_finalize__
* | | | | Merge pull request #6823 from gfyoung/order_arg_validateseberg2015-12-186-14/+81
|\ \ \ \ \ | | | | | | | | | | | | Stricter Argument Checking for Flatten Methods
| * | | | | DEP: Stricter arg checking for array orderinggfyoung2015-12-186-14/+81
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug traces to the PyArray_OrderConverter method in conversion_utils.c, where no errors are thrown if the ORDER parameter passed in is not of the string data-type or has a string value of length greater than one. This commit causes a DeprecationWarning to be raised, which will later be turned into a TypeError or another type of error in a future release. Closes gh-6598.
* | | | | Merge pull request #6853 from charris/break-long-linesJaime2015-12-181-34/+81
|\ \ \ \ \ | | | | | | | | | | | | STY: Break some long lines in numpy-for-matlab-users.rst.
| * | | | | STY: Break some long lines in numpy-for-matlab-users.rst.Charles Harris2015-12-171-34/+81
|/ / / / /
* | | | | Merge pull request #6852 from charris/fixup-gh-6696Charles Harris2015-12-172-20/+47
|\ \ \ \ \ | | | | | | | | | | | | Fixup #6696, updates to f2py.compile
| * | | | | DOC: Some documentation fixups.Charles Harris2015-12-172-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add '.. versionadded:: 1.11.0' to the new `extension` parameter in f2py.compile and document it in the 1.11.0 release notes.
| * | | | | BUG,ENH: Add extension parameter to f2py.compile and fix verbose.Alex Rogozhnikov2015-12-171-9/+25
|/ / / / / | | | | | | | | | | | | | | | | | | | | 1. Verbose parameter was ignored earlier. 2. Allowed .f90 extensions for tempfiles
* | | | | Merge pull request #6851 from charris/rebase-gh-6692Charles Harris2015-12-174-3/+64
|\ \ \ \ \ | | | | | | | | | | | | Rebase gh 6692, ENH: use linux fallocate to reserve diskspace in array.tofile
| * | | | | STY: Minor C style fixups for convert.c.Charles Harris2015-12-171-2/+4
| | | | | |
| * | | | | DOC: add fallocate use to release notesJulian Taylor2015-12-171-2/+7
| | | | | |
| * | | | | ENH: use linux fallocate to reserve diskspace in array.tofileJulian Taylor2015-12-173-1/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fallocate allows the filesystem to make smarter decisions about space allocation and gives a fast failure path for insufficient space. This is very important for filesystems that suffer a lot from fragmentation like btrfs. Restricted to linux only as that is the only system I know the behavior of. Other systems might also have this system call but we don't want to accidentally trigger explicit zeroing behavior as e.g. posix_fallocate would when there is no support for a real fallocate.
* | | | | | Merge pull request #6841 from matthew-brett/rank-to-dimensionCharles Harris2015-12-171-25/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | DOC: change uses of `rank` for `dimension`
| * | | | | DOC: change uses of `rank` for `dimension`Matthew Brett2015-12-161-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to use ``rank`` to mean the number of axes in an array, but no more. Change these uses of rank to refer to dimensions. Closes gh-6839
* | | | | | Merge pull request #6842 from charris/fix-script-styleCharles Harris2015-12-172-6/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | STY: Style fixes for .travis.yml and travis-upload-wheel.sh
| * | | | | | STY: Style fixes for .travis.yml and travis-upload-wheel.shCharles Harris2015-12-162-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shell script style fixes inspired by google shell style guide https://google.github.io/styleguide/shell.xml * .travis.yml longline breaking tested with http://yaml-online-parser.appspot.com/
* | | | | | | Merge pull request #6848 from heni/fix/bdist_egg-supportCharles Harris2015-12-171-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | BLD: use setuptools for bdist_egg distributions
| * | | | | | | BLD: use setuptools for bdist_egg distributionsEugene Krokhalev2015-12-171-2/+2
| |/ / / / / / | | | | | | | | | | | | | | Not only bdist_wheel needs setuptools
* | | | | | | Merge pull request #6795 from charris/update-1.11.0-notesCharles Harris2015-12-171-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | DOC: Update future changes in the 1.11.0 release notes.
| * | | | | | | DOC: Update future changes in the 1.11.0 release notes.Charles Harris2015-12-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for Python 2.6, 3.2, and 3.3 will be dropped in Numpy 1.12.0. [ci skip]
* | | | | | | | Merge pull request #6831 from gfyoung/spelling_correctionsCharles Harris2015-12-173-14/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Minor Spelling and Grammar Corrections
| * | | | | | | | MAINT: minor spelling and grammar correctionsgfyoung2015-12-163-14/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #6843 from charris/fix-filenotfounderrorCharles Harris2015-12-171-4/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | BUG: Fix use of python 3 only FileNotFoundError in test_f2py.
| * | | | | | | BUG: Fix use of python 3 only FileNotFoundError in test_f2py.Charles Harris2015-12-161-4/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rewrite error messages so that they read more like warnings than errors.
* | | | | | | Merge pull request #6837 from charris/test-chroot-buildCharles Harris2015-12-162-56/+85
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix travis ci 32 bit testing failures.
| * | | | | | | TST: Clean up travis-test and make it work with current travis ci.Charles Harris2015-12-162-56/+85
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis ci is migrating to GCI and the 32 bit tests broke in the process. This cleans up the tools/travis-test script, fixes it for current travis, and changes the 32 bit test to use python 2.7 in order to turn up errors involving python long integers. In preparation for dropping Python 3.2 and 3.3, the USE_DEBUG test is run in the travis ci trusty beta so that python3 defaults to 3.4.
* | | | | | | Merge pull request #6836 from jbn/masterNathaniel J. Smith2015-12-151-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Correct reference to Johnk's algorithm
| * | | | | | Correct reference to Johnk's algorithmJohn Bjorn Nelson2015-12-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #6832 from gopalmeena/Patch6792Jaime2015-12-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | DOC: Fixes #6792 in numpy/numpy/random/mtrand/matrand.pyx
| * | | | | | Made changes in numpy/numpy/random/mtrand/matrand.pyxgopalmeena2015-12-151-1/+1
| | | | | | |
* | | | | | | Merge pull request #6825 from proinsias/numpy.distutils.ccompilerRalf Gommers2015-12-141-5/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: remove duplicate import in distutils.ccompiler
| * | | | | | | MAINT: Resolve import naming collision and optimize importsFrancis T. O'Donovan2015-12-121-5/+3
| | | | | | | |
* | | | | | | | Merge pull request #6829 from pv/bench-speedPauli Virtanen2015-12-146-51/+107
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | BENCH: speed up benchmark suite import time
| * | | | | | | | BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upwardPauli Virtanen2015-12-146-51/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The input data generation in benchmarks/common.py takes ~ 1s, and it is not used by most benchmarks. Generate it lazily instead, making sure the generation is done in the setup() routines.
* | | | | | | | | Merge pull request #6830 from pv/travis-asvNathaniel J. Smith2015-12-142-1/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | CI: run benchmark suite in travis-CI
| * | | | | | | | CI: run benchmark suite in travis-CIPauli Virtanen2015-12-142-1/+15
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should ensure the suite stays in working condition, not to produce reliable timing information.