summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MNT: update for numpy 1.17 releaseThomas A Caswell2019-07-291-2/+5
| * | | | | DOC: add some missing wordsThomas A Caswell2019-07-291-1/+1
| * | | | | DOC: try to clarify the X.Y.1 alternative textThomas A Caswell2019-07-291-3/+8
| * | | | | DOC: change ``Python`` -> Python through outThomas A Caswell2019-07-291-16/+16
| * | | | | DOC: tweak wording in n-versions alternativeThomas A Caswell2019-07-291-2/+2
| * | | | | DOC: remove duplicate sentence and linewrapThomas A Caswell2019-07-251-5/+5
| * | | | | DOC: add support / drop tableThomas A Caswell2019-07-251-0/+89
| * | | | | DOC: adjust section titleThomas A Caswell2019-07-251-2/+2
| * | | | | DOC: linewrap textThomas A Caswell2019-07-251-17/+20
| * | | | | DOC: define minor vs major vs patch version for this NEPThomas A Caswell2019-07-251-9/+22
| * | | | | DOC: clarify that this will need to be revised for python 4Thomas A Caswell2019-07-251-3/+2
| * | | | | DOC: Second batch of copy edits from @willingcThomas A Caswell2019-07-251-19/+19
| * | | | | DOC: Copy edits from @willingc Thomas A Caswell2019-07-251-26/+26
| * | | | | DOC: add caveat about a major Python version bumpThomas A Caswell2019-07-241-0/+4
| * | | | | Adopt wording tweaks from @ericdillThomas A Caswell2019-07-241-2/+2
| * | | | | DOC: add missing 'minor'Thomas A Caswell2019-07-241-1/+1
| * | | | | DOC: rename from 28 -> 29Thomas A Caswell2019-07-231-1/+1
| * | | | | DOC: CPython -> PythonThomas A Caswell2019-07-231-32/+32
| * | | | | DOC: try to clarify the text about timing from X.Y.1Thomas A Caswell2019-07-231-2/+2
| * | | | | DOC: clarify major and minor releasesThomas A Caswell2019-07-231-4/+5
| * | | | | DOC: Apply wording changes from @mdhaberThomas A Caswell2019-07-231-3/+3
| * | | | | DOC: add missing wordsThomas A Caswell2019-07-231-1/+2
| * | | | | DOC: convert stray Python -> CPythonThomas A Caswell2019-07-231-10/+10
| * | | | | DOC: use the correct dashThomas A Caswell2019-07-231-1/+1
| * | | | | DOC: fix typoThomas A Caswell2019-07-231-1/+1
| * | | | | DOC: add note about lack of SPEEP and role of authorsThomas A Caswell2019-07-231-0/+10
| * | | | | DOC: wording and spelling tweaksThomas A Caswell2019-07-191-11/+16
| * | | | | DOC: adjust window to 42 monthsThomas A Caswell2019-07-191-19/+20
| * | | | | Added email, fixed typos (#2)Matt Haberland2019-07-191-27/+28
| * | | | | Update name and emailMatthias Bussonnier2019-07-191-1/+1
| * | | | | NEP: first draft of a NEP to encourage CPython deprecationThomas A Caswell2019-07-191-0/+167
* | | | | | Merge pull request #14291 from charris/fix-for-pytest-5.1.0Charles Harris2019-08-182-3/+6
|\ \ \ \ \ \
| * | | | | | TST: Disable `--durations` flag for pytest.Charles Harris2019-08-182-2/+4
| * | | | | | TST: Pin pytest and use python3.6-dbg.Charles Harris2019-08-172-3/+4
* | | | | | | 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