summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.10.1 to 5.10.4dependabot/pip/hypothesis-5.10.4dependabot-preview[bot]2020-04-271-1/+1
| | | | | | | Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.1 to 5.10.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.10.1...hypothesis-python-5.10.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #16085 from numpy/dependabot/pip/cython-0.29.17Sebastian Berg2020-04-271-1/+1
|\ | | | | MAINT: Bump cython from 0.29.16 to 0.29.17
| * MAINT: Bump cython from 0.29.16 to 0.29.17dependabot/pip/cython-0.29.17dependabot-preview[bot]2020-04-271-1/+1
| | | | | | | | | | | | | | | | Bumps [cython](https://github.com/cython/cython) from 0.29.16 to 0.29.17. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #16084 from mattip/protocolsRalf Gommers2020-04-271-2/+4
|\ \ | |/ |/| DOC: tweak neps/scope.rst
| * DOC: tweak neps/scope.rstmattip2020-04-251-2/+4
| |
* | Merge pull request #16077 from mattip/macos-gfortranCharles Harris2020-04-261-7/+16
|\ \ | | | | | | BLD: fix path to libgfortran on macOS
| * | BLD: change link, add sha256 checkmattip2020-04-261-2/+8
| | |
| * | BLD: fix path to libgfortran on macOSmattip2020-04-261-6/+9
| |/
* | Merge pull request #16079 from rossbar/bld/shorten_doc_buildWarren Weckesser2020-04-261-17/+18
|\ \ | | | | | | DOC,BLD: Limit timeit iterations in random docs.
| * | DOC: Moved timeit examples under relevant bullet point.Ross Barnowski2020-04-251-11/+12
| | |
| * | DOC,BLD: Limit timeit iterations in random docs.Ross Barnowski2020-04-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limiting the number of loops performed in the %timeit evaluation results in a ~20% speedup in the time it takes to build the documentation. The results of the "benchmarking" are less accurate from the limited number of evaluations, but the relationship between the timing between the legacy and Generator sampling methods is preserved.
* | | Merge pull request #16064 from keremh/fix-exception-raiseCharles Harris2020-04-254-10/+14
|\ \ \ | | | | | | | | ENH: Fix exception causes in four .py files
| * | | Update numpy/lib/shape_base.pyKerem Hallaç2020-04-251-1/+3
| | | | | | | | | | | | Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
| * | | Update numpy/lib/index_tricks.pyKerem Hallaç2020-04-251-1/+3
| | | | | | | | | | | | Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
| * | | ENH: Fix exception causes in four .py fileskeremh2020-04-244-10/+10
| | | |
* | | | DOC, BLD: update release howto and walkthrough for ananconda.org storage ↵Matti Picus2020-04-252-37/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16054) * BLD: update release howto and walkthrough for ananconda.org storage * fixes from review * DOC: clarification from review * MAINT: Remove duplicated lines. [ci skip] Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* | | | Merge pull request #16053 from anirudh2290/nep_40_doc_change_2Charles Harris2020-04-251-3/+3
|\ \ \ \ | |_|/ / |/| | | DOC: Small typo fixes to NEP 40.
| * | | NEP, DOC: Small typo fixes to the docAnirudh Subramanian2020-04-241-3/+3
| | | |
* | | | BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)RenaRuirui2020-04-252-2/+31
| |_|/ |/| | | | | | | | | | | | | | * BUG: fix AttributeError on accessing object in nested MaskedArray Co-authored-by: Rena Xu <renaxu@Renas-MacBook-Pro.local> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: vagrant <vagrant@vagrant.vm>
* | | Merge pull request #16075 from rgommers/doc-choiceCharles Harris2020-04-251-0/+5
|\ \ \ | | | | | | | | DOC: add a note on sampling 2-D arrays to random.choice docstring
| * | | DOC: add a note on sampling 2-D arrays to random.choice docstringRalf Gommers2020-04-251-0/+5
| | |/ | |/| | | | | | | Addresses a comment on gh-10835.
* | | DOC: Add missing bracket (gh-16051)Chunlin2020-04-2525-41/+41
|/ / | | | | Add missing closing brackets, script to generate the list in the PR gh-16051.
* | Merge pull request #16061 from ChrisAHolland/chain-exceptionsMatti Picus2020-04-242-8/+8
|\ \ | | | | | | ENH: Chained exceptions in linalg.py and polyutils.py
| * | Added some chained exceptionsChris Holland2020-04-232-8/+8
|/ /
* | DOC: Add converters example to the loadtxt docstring (gh-16043)Warren Weckesser2020-04-231-4/+15
| | | | | | Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
* | Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-2311-59/+666
|\ \ | | | | | | MAINT: AVX512 implementation with intrinsic for float64 input np.exp()
| * | MAINT: Fixed some spelling mistakes in 15648.improvement.rstGengxin Xie2020-04-081-3/+3
| | |
| * | MAINT: Add test case of strides input & more commentsGengxin Xie2020-04-082-2/+13
| | |
| * | DOC: Release note about upcoming changesGengxin Xie2020-04-071-0/+7
| | |
| * | MAINT: Add test cases about +/- INF +/- NAN and overflowGengxin Xie2020-04-072-0/+7
| | |
| * | MAINT: Update more accuracy expected result of exp(x)Gengxin Xie2020-04-031-1/+1
| | |
| * | MAINT: Skip compiling AVX512_exp_DOUBLE when clang <= 10.0.0Gengxin Xie2020-04-031-0/+4
| | |
| * | MAINT: Add more accuracy test casesGengxin Xie2020-03-241-107/+271
| | |
| * | MANIT: Change some variables in AVX512F_exp_DOUBLEGengxin Xie2020-03-191-8/+8
| | |
| * | MANIT: Move lookup table and constants to new header fileGengxin Xie2020-03-183-132/+138
| | |
| * | MAINT: provide float64 logisticregression benchGengxin Xie2020-03-161-6/+8
| | |
| * | MAINT: fix unicode errorGengxin Xie2020-03-161-1/+1
| | |
| * | MAINT: avx512 implementation with intrinsic for float64 np.exp()Gengxin Xie2020-03-047-6/+412
| | |
* | | BUG: Add _LARGE_FILES to def_macros[] when platform is AIX (gh-15938)Michael Felt2020-04-221-1/+5
| | | | | | | | | AIX needs to be told to use large file support at all times. Fixes parts of gh-15801.
* | | Merge pull request #16042 from keremh/fix-exception-raiseMatti Picus2020-04-221-2/+2
|\ \ \ | | | | | | | | ENH: Fix exception causes in build_ext.py
| * | | ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
|/ / /
* | | DOC: Clarify single-segment arrays in np reference (#16011)Anirudh Subramanian2020-04-221-0/+5
| | | | | | | | | | | | | | | * Update doc/source/reference/arrays.ndarray.rst Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | DOC: initialise random number generator before first use in quickstart (#16025)shreepads2020-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: make random generator initialisation visible at the first point of use in the quickstart The random generator in the quickstart is initialised in a hidden test setup section at the start. This should be made visible at the first point of use so that new users don't get tripped up trying to set it up. Note that rg is also visibly initialised lower down in the Histogram section. Also moved another inline comment in the same example to ensure they are aligned as per the format used in the quickstart.
* | | Merge pull request #16041 from mattip/typoWarren Weckesser2020-04-221-1/+1
|\ \ \ | | | | | | | | BUG: missing 'f' prefix for fstring
| * | | BUG: missing 'f' prefix for fstringmattip2020-04-221-1/+1
|/ / /
* | | Merge pull request #16032 from keremh/fix-exception-raiseMatti Picus2020-04-221-2/+2
|\ \ \ | | | | | | | | ENH: Fix exception causes in build_clib.py
| * | | ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
| | |/ | |/|
* | | Merge pull request #16007 from eric-wieser/add-converter-testsMatti Picus2020-04-222-0/+253
|\ \ \ | | | | | | | | TST: Add tests for the conversion utilities
| * | | TST: Add tests for the conversion utilitiesEric Wieser2020-04-172-0/+253
| | | | | | | | | | | | | | | | | | | | | | | | This way we can test them without having to try and guess their behavior from the functions that use them. This also makes a bit more apparently the inconsistencies between them.
* | | | Merge pull request #16038 from rossbar/maint/poly_movetestMatti Picus2020-04-222-50/+49
|\ \ \ \ | | | | | | | | | | MAINT,TST: Move _repr_latex tests to test_printing.