Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | MNT: update for numpy 1.17 release | Thomas A Caswell | 2019-07-29 | 1 | -2/+5 | |
| * | | | | | DOC: add some missing words | Thomas A Caswell | 2019-07-29 | 1 | -1/+1 | |
| * | | | | | DOC: try to clarify the X.Y.1 alternative text | Thomas A Caswell | 2019-07-29 | 1 | -3/+8 | |
| * | | | | | DOC: change ``Python`` -> Python through out | Thomas A Caswell | 2019-07-29 | 1 | -16/+16 | |
| * | | | | | DOC: tweak wording in n-versions alternative | Thomas A Caswell | 2019-07-29 | 1 | -2/+2 | |
| * | | | | | DOC: remove duplicate sentence and linewrap | Thomas A Caswell | 2019-07-25 | 1 | -5/+5 | |
| * | | | | | DOC: add support / drop table | Thomas A Caswell | 2019-07-25 | 1 | -0/+89 | |
| * | | | | | DOC: adjust section title | Thomas A Caswell | 2019-07-25 | 1 | -2/+2 | |
| * | | | | | DOC: linewrap text | Thomas A Caswell | 2019-07-25 | 1 | -17/+20 | |
| * | | | | | DOC: define minor vs major vs patch version for this NEP | Thomas A Caswell | 2019-07-25 | 1 | -9/+22 | |
| * | | | | | DOC: clarify that this will need to be revised for python 4 | Thomas A Caswell | 2019-07-25 | 1 | -3/+2 | |
| * | | | | | DOC: Second batch of copy edits from @willingc | Thomas A Caswell | 2019-07-25 | 1 | -19/+19 | |
| * | | | | | DOC: Copy edits from @willingc | Thomas A Caswell | 2019-07-25 | 1 | -26/+26 | |
| * | | | | | DOC: add caveat about a major Python version bump | Thomas A Caswell | 2019-07-24 | 1 | -0/+4 | |
| * | | | | | Adopt wording tweaks from @ericdill | Thomas A Caswell | 2019-07-24 | 1 | -2/+2 | |
| * | | | | | DOC: add missing 'minor' | Thomas A Caswell | 2019-07-24 | 1 | -1/+1 | |
| * | | | | | DOC: rename from 28 -> 29 | Thomas A Caswell | 2019-07-23 | 1 | -1/+1 | |
| * | | | | | DOC: CPython -> Python | Thomas A Caswell | 2019-07-23 | 1 | -32/+32 | |
| * | | | | | DOC: try to clarify the text about timing from X.Y.1 | Thomas A Caswell | 2019-07-23 | 1 | -2/+2 | |
| * | | | | | DOC: clarify major and minor releases | Thomas A Caswell | 2019-07-23 | 1 | -4/+5 | |
| * | | | | | DOC: Apply wording changes from @mdhaber | Thomas A Caswell | 2019-07-23 | 1 | -3/+3 | |
| * | | | | | DOC: add missing words | Thomas A Caswell | 2019-07-23 | 1 | -1/+2 | |
| * | | | | | DOC: convert stray Python -> CPython | Thomas A Caswell | 2019-07-23 | 1 | -10/+10 | |
| * | | | | | DOC: use the correct dash | Thomas A Caswell | 2019-07-23 | 1 | -1/+1 | |
| * | | | | | DOC: fix typo | Thomas A Caswell | 2019-07-23 | 1 | -1/+1 | |
| * | | | | | DOC: add note about lack of SPEEP and role of authors | Thomas A Caswell | 2019-07-23 | 1 | -0/+10 | |
| * | | | | | DOC: wording and spelling tweaks | Thomas A Caswell | 2019-07-19 | 1 | -11/+16 | |
| * | | | | | DOC: adjust window to 42 months | Thomas A Caswell | 2019-07-19 | 1 | -19/+20 | |
| * | | | | | Added email, fixed typos (#2) | Matt Haberland | 2019-07-19 | 1 | -27/+28 | |
| * | | | | | Update name and email | Matthias Bussonnier | 2019-07-19 | 1 | -1/+1 | |
| * | | | | | NEP: first draft of a NEP to encourage CPython deprecation | Thomas A Caswell | 2019-07-19 | 1 | -0/+167 | |
* | | | | | | Merge pull request #14291 from charris/fix-for-pytest-5.1.0 | Charles Harris | 2019-08-18 | 2 | -3/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | TST: Disable `--durations` flag for pytest. | Charles Harris | 2019-08-18 | 2 | -2/+4 | |
| * | | | | | | TST: Pin pytest and use python3.6-dbg. | Charles Harris | 2019-08-17 | 2 | -3/+4 | |
* | | | | | | | Merge pull request #13368 from r-devulap/sincos-simd | Matti Picus | 2019-08-18 | 9 | -52/+410 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | BUG: rename avx2_scalef_ps to fma_scalef_ps | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+1 | |
| * | | | | | | TEST: improving test coverage for sin/cos for input > 117435.992f | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+6 | |
| * | | | | | | MAINT: using an enum to switch between sin/cos | Raghuveer Devulapalli | 2019-08-03 | 3 | -12/+20 | |
| * | | | | | | BUG: eliminate unsed variables warning in cpuid | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+1 | |
| * | | | | | | TEST: Rounding max tolerable ulp error to an int | Raghuveer Devulapalli | 2019-08-03 | 1 | -4/+4 | |
| * | | | | | | BUG: AVX2 impl of sin/cos requires an FMA | Raghuveer Devulapalli | 2019-08-03 | 7 | -52/+76 | |
| * | | | | | | BUG: use strides and process strided arrays using AVX | Raghuveer Devulapalli | 2019-08-03 | 2 | -21/+49 | |
| * | | | | | | TEST: adding tests to validate AVX sin/cos implementation | Raghuveer Devulapalli | 2019-08-03 | 2 | -3/+14 | |
| * | | | | | | BUG: sin and cos cast float16 to float32 | Raghuveer Devulapalli | 2019-08-03 | 1 | -0/+2 | |
| * | | | | | | BUG: fixing NAN handling and adding tests for sin/cos | Raghuveer Devulapalli | 2019-08-03 | 2 | -4/+23 | |
| * | | | | | | ENH: Use AVX for float32 implementation of np.sin & np.cos | Raghuveer Devulapalli | 2019-08-03 | 5 | -5/+266 | |
* | | | | | | | DOC:Add example to clarify "numpy.save" behavior on already open file #10445 ... | Omar Merghany | 2019-08-16 | 1 | -1/+12 | |
* | | | | | | | Merge pull request #14101 from lagru/zero_stat_length | Sebastian Berg | 2019-08-15 | 2 | -1/+31 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Clearer error while padding stat_length=0 | Lars Grueter | 2019-08-09 | 2 | -1/+31 | |
* | | | | | | | | ENH: Improve mismatch message of np.testing.assert_array_equal (#14203) | Tim Hoffmann | 2019-08-15 | 2 | -7/+11 |