summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13368 from r-devulap/sincos-simdMatti Picus2019-08-189-52/+410
|\
| * BUG: rename avx2_scalef_ps to fma_scalef_psRaghuveer Devulapalli2019-08-031-1/+1
| * TEST: improving test coverage for sin/cos for input > 117435.992fRaghuveer Devulapalli2019-08-031-1/+6
| * MAINT: using an enum to switch between sin/cosRaghuveer Devulapalli2019-08-033-12/+20
| * BUG: eliminate unsed variables warning in cpuidRaghuveer Devulapalli2019-08-031-1/+1
| * TEST: Rounding max tolerable ulp error to an intRaghuveer Devulapalli2019-08-031-4/+4
| * BUG: AVX2 impl of sin/cos requires an FMARaghuveer Devulapalli2019-08-037-52/+76
| * BUG: use strides and process strided arrays using AVXRaghuveer Devulapalli2019-08-032-21/+49
| * TEST: adding tests to validate AVX sin/cos implementationRaghuveer Devulapalli2019-08-032-3/+14
| * BUG: sin and cos cast float16 to float32Raghuveer Devulapalli2019-08-031-0/+2
| * BUG: fixing NAN handling and adding tests for sin/cosRaghuveer Devulapalli2019-08-032-4/+23
| * ENH: Use AVX for float32 implementation of np.sin & np.cosRaghuveer Devulapalli2019-08-035-5/+266
* | DOC:Add example to clarify "numpy.save" behavior on already open file #10445 ...Omar Merghany2019-08-161-1/+12
* | Merge pull request #14101 from lagru/zero_stat_lengthSebastian Berg2019-08-152-1/+31
|\ \
| * | MAINT: Clearer error while padding stat_length=0Lars Grueter2019-08-092-1/+31
* | | ENH: Improve mismatch message of np.testing.assert_array_equal (#14203)Tim Hoffmann2019-08-152-7/+11
* | | DOC: mention `take_along_axis` in `choose` (#14224)colinsnyder2019-08-151-7/+8
* | | Merge pull request #14270 from aleju/fix_exceptionCharles Harris2019-08-141-1/+1
|\ \ \
| * | | MAINT: Improve error message dtype appearancealeju2019-08-131-1/+1
| * | | BUG: Fix formatting error in exception messagealeju2019-08-131-1/+1
* | | | Merge pull request #14252 from maxwell-aladago/genfromtextCharles Harris2019-08-142-5/+10
|\ \ \ \
| * | | | fixes StopIteration error for empty file with skip_header > 0Maxwell Aladago2019-08-112-5/+10
| |/ / /
* | | | DOC: Address typos in dispatch docsMatt McCormick2019-08-141-3/+3
|/ / /
* | | Merge pull request #14141 from KmolYuan/random_freeze_analysisCharles Harris2019-08-081-1/+6
|\ \ \
| * | | ENH: add c-imported modules for freeze analysis in np.randomYuan2019-07-281-1/+6
* | | | BUG: Better err message for normEric Larson2019-08-082-5/+10
* | | | DOC: update or remove outdated sourceforge linksmattip2019-08-082-2/+2
* | | | Merge pull request #14100 from kritisingh1/dep3Matti Picus2019-08-081-41/+10
|\ \ \ \
| * | | | Remove comments, decrease reference countkritisingh12019-07-291-4/+2
| * | | | DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDimskritisingh12019-07-291-41/+12
* | | | | DEP: Deprecate np.alen (#14181)Guilherme Leobas2019-08-083-9/+21
* | | | | DOC: new nan_to_num keywords are from 1.17 onwards (#14219)Géraud Le Falher2019-08-081-1/+9
* | | | | Fixed default BitGenerator nameGiuseppe Cuccu2019-08-061-3/+3
* | | | | Merge pull request #14185 from IntelPython/intel-compiler-binary-search-with-...Charles Harris2019-08-041-4/+13
|\ \ \ \ \
| * | | | | work-around for compiler erroneously incrementing the iterator one extra time...Oleksandr Pavlyk2019-08-021-4/+13
* | | | | | Merge pull request #14178 from IntelPython/clean-up-test-pocketfftCharles Harris2019-08-041-60/+64
|\ \ \ \ \ \
| * | | | | | Incremented _tol my factor of 8.Oleksandr Pavlyk2019-08-011-1/+2
| * | | | | | Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR reviewOleksandr Pavlyk2019-08-011-1/+1
| * | | | | | Replaced assert_array_almost_equal with assert_allcloseOleksandr Pavlyk2019-08-011-60/+63
* | | | | | | MAINT: Fix the typoGuanqun Lu2019-08-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | DOC: Fix hermitian argument docs in svdhvy2019-08-031-6/+6
* | | | | | DOC: Fix misleading `allclose` docstring for `equal_nan` (gh-14183)Antoine Dechaume2019-08-021-1/+1
* | | | | | BUG: Check for existence of `fromstr` which used in `fromstr_next_element` (g...Zijie (ZJ) Poh2019-08-021-1/+1
| |/ / / / |/| | | |
* | | | | BUG: Make advanced indexing result on read-only subclass writeable (#14171)jeremiedbb2019-08-012-1/+14
|/ / / /
* | | | Merge pull request #13871 from seberg/ugly-refcount-changingSebastian Berg2019-07-316-37/+49
|\ \ \ \
| * | | | TST: Mark test which increases global reference countSebastian Berg2019-07-261-0/+2
| * | | | BUG: Fix reference count issue in recursive `dtype` lookup errorSebastian Berg2019-07-261-0/+1
| * | | | MAINT: Remove need for intermediate refcount incs in deallocSebastian Berg2019-07-264-37/+46
* | | | | Merge pull request #14039 from sameshl/remove_depr_rank_funcSebastian Berg2019-07-313-56/+2
|\ \ \ \ \
| * | | | | DEP: Remove np.rank which has been deprecated for more than 5 yearsSamesh2019-07-313-56/+2