Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: note support for NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0 | Stephan Hoyer | 2019-05-25 | 1 | -6/+9 |
* | DOC: revert __skip_array_function__ from NEP-18 | Stephan Hoyer | 2019-05-25 | 1 | -166/+79 |
* | Merge pull request #13584 from rgommers/roadmap-update | Matti Picus | 2019-05-24 | 1 | -65/+64 |
|\ | |||||
| * | DOC: some more tweaks of roadmap text based on review comments. | Ralf Gommers | 2019-05-22 | 1 | -6/+3 |
| * | DOC: roadmap update. | Ralf Gommers | 2019-05-19 | 1 | -64/+66 |
* | | Merge pull request #13158 from zerothi/linalg-flame | Ralf Gommers | 2019-05-24 | 2 | -3/+36 |
|\ \ | |||||
| * | | BLD: added libflame as a useable lapack library | Nick Papior | 2019-05-07 | 2 | -3/+36 |
* | | | Merge pull request #13595 from mattip/update-nep-0019 | Sebastian Berg | 2019-05-21 | 1 | -33/+37 |
|\ \ \ | |||||
| * | | | NEP: update NEP 19 with API terminology | mattip | 2019-05-21 | 1 | -33/+37 |
* | | | | Merge pull request #13463 from seberg/writable-segfault | Matti Picus | 2019-05-21 | 1 | -0/+10 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | BUG,DEP: Fix writeable flag setting for arrays without base | Sebastian Berg | 2019-05-16 | 1 | -0/+10 |
* | | | | Merge pull request #13491 from eric-wieser/npy-2.1 | Matti Picus | 2019-05-19 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into npy-2.1 | Matti Picus | 2019-05-19 | 6 | -140/+371 |
| |\ \ \ \ | |||||
| * | | | | | BUG/ENH: Create npy format 3.0 | Eric Wieser | 2019-05-07 | 1 | -0/+5 |
* | | | | | | Merge pull request #13570 from kritisingh1/duplicate | Matti Picus | 2019-05-19 | 2 | -41/+19 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | DOC: Remove duplicate documentation of the PyArray_SimpleNew family of functions | kritisingh1 | 2019-05-18 | 2 | -41/+19 |
* | | | | | | Merge pull request #13503 from fruchart/matmul-object | Matti Picus | 2019-05-15 | 1 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Release notes. | Michel Fruchart | 2019-05-13 | 1 | -0/+9 |
* | | | | | | | Merge pull request #13239 from parulagg27/doc-minor-fixes | Matti Picus | 2019-05-15 | 2 | -20/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | made required changes | parul | 2019-04-11 | 1 | -1/+1 |
| * | | | | | | | made required changes | parul | 2019-04-07 | 1 | -1/+1 |
| * | | | | | | | minor fixes | parul | 2019-04-06 | 1 | -1/+1 |
| * | | | | | | | Changed wordings (trunk -> master,etc.) in HOWTO_RELEASE file | parul | 2019-04-06 | 1 | -4/+4 |
| * | | | | | | | Made required changes to C_STYLE_GUIDE file | parul | 2019-04-06 | 1 | -4/+4 |
| * | | | | | | | DOC-minor fixes | parul | 2019-04-02 | 2 | -21/+21 |
* | | | | | | | | DOC: Add release note | Eric Wieser | 2019-05-14 | 1 | -0/+25 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #13305 from shoyer/nep-18-__numpy_implementation__ | Matti Picus | 2019-05-13 | 1 | -107/+250 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Clarify why we allow subclasses in ndarray.__array_function__ | Stephan Hoyer | 2019-05-11 | 1 | -6/+15 |
| * | | | | | | | Rename __numpy_implementation__ -> __skip_array_function__ | Stephan Hoyer | 2019-05-10 | 1 | -32/+52 |
| * | | | | | | | Add clarification and fixes per PR discussion | Stephan Hoyer | 2019-04-14 | 1 | -21/+84 |
| * | | | | | | | NEP: Update NEP-18 to include the __numpy_implementation__ attribute. | Stephan Hoyer | 2019-04-11 | 1 | -118/+169 |
* | | | | | | | | Merge pull request #10308 from eric-wieser/mask-attr-is-view | Matti Picus | 2019-05-12 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | API: Make MaskedArray.mask return a view, rather than the underlying mask | Eric Wieser | 2019-05-11 | 1 | -0/+10 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #12962 from mattip/unpackbits | Charles Harris | 2019-05-11 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ENH: add 'order' keyword to packbits, unpackbits | mattip | 2019-05-11 | 1 | -0/+5 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #12586 from hameerabbasi/radix-sort | Charles Harris | 2019-05-11 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ENH: Radix sort | Hameer Abbasi | 2019-05-11 | 1 | -0/+11 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #13416 from bashtage/protect-log-random-generation | Charles Harris | 2019-05-11 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | BUG: Proect generators from log(0.0) | Kevin Sheppard | 2019-04-29 | 1 | -0/+11 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Version corrected in npymath docs | Manvi07 | 2019-05-04 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #13336 from mattip/doc-check | Ralf Gommers | 2019-05-01 | 1 | -12/+28 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | BUILD, BUG: fix from review, fix bug in git_version | mattip | 2019-04-25 | 1 | -1/+1 |
| * | | | | | MAINT: mention 'make dist' in error messsage | mattip | 2019-04-16 | 1 | -2/+2 |
| * | | | | | BUILD: allow version-check to pass if GITVER is Unknown (sdist build) | mattip | 2019-04-15 | 1 | -2/+4 |
| * | | | | | BUILD: fail documentation build if numpy version does not match | mattip | 2019-04-15 | 1 | -11/+25 |
* | | | | | | Merge pull request #13132 from zerothi/linalg-order | Ralf Gommers | 2019-05-01 | 1 | -1/+59 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ENH: amended documentation and changed env-vars as suggested | Nick Papior | 2019-03-18 | 1 | -1/+59 |
* | | | | | | | Merge pull request #13413 from mattip/doc-linalg | Charles Harris | 2019-04-30 | 1 | -0/+13 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | DOC: document existance of linalg backends | mattip | 2019-04-30 | 1 | -0/+13 |
* | | | | | | | Merge pull request #13417 from shoyer/ndarray-non-negative | Eric Wieser | 2019-04-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |