Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | NEP: update from comments and PR 14794 | mattip | 2019-10-29 | 1 | -9/+18 | |
| | | | | | | | ||||||
| | * | | | | | DOC: fixes from review | mattip | 2019-10-24 | 1 | -27/+31 | |
| | | | | | | | ||||||
| | * | | | | | NEP: explicitly define ragged array | mattip | 2019-10-24 | 1 | -3/+11 | |
| | | | | | | | ||||||
| | * | | | | | DOC: changes from review | mattip | 2019-10-24 | 1 | -5/+13 | |
| | | | | | | | ||||||
| | * | | | | | DOC: changes from review | mattip | 2019-10-24 | 1 | -8/+8 | |
| | | | | | | | ||||||
| | * | | | | | NEP: put off discussion of , fixes from review | mattip | 2019-10-24 | 1 | -18/+21 | |
| | | | | | | | ||||||
| | * | | | | | NEP: fixes from review, add ragged_array_object function | mattip | 2019-10-13 | 1 | -10/+22 | |
| | | | | | | | ||||||
| | * | | | | | NEP: add default-dtype-object-deprecation nep | mattip | 2019-10-10 | 1 | -0/+87 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #14227 from zjpoh/from_string_complex | Matti Picus | 2019-10-31 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | ENH: Parse complex number from string | |||||
| | * | | | | | | Add release doc | zjpoh | 2019-10-16 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #14730 from zjpoh/fromfile_complex | Matti Picus | 2019-10-31 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ENH: Add complex number support for fromfile | |||||
| | * | | | | | | Add release doc | zjpoh | 2019-10-16 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #14786 from hameerabbasi/stefanv-nep-usage | Stefan van der Walt | 2019-10-30 | 2 | -10/+8 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | DOC: Make changes to NEP procedure | |||||
| | * | | | | | | | Make changes to NEP procedure | Hameer Abbasi | 2019-10-26 | 2 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by @stefanv in #14734 | |||||
| * | | | | | | | | NEP: move 'NEP 29 random' from Accepted to Final | mattip | 2019-10-29 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | Minor typo fix | Manny | 2019-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | requies -> requires | |||||
| * | | | | | | | Merge pull request #14771 from mattip/gcc-4.8 | Charles Harris | 2019-10-26 | 2 | -2/+6 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | TST, BUILD: add a gcc 4.8 run on ubuntu 18.04 | |||||
| | * | | | | | | MAINT: fixes from review | mattip | 2019-10-26 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| | * | | | | | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release note | mattip | 2019-10-25 | 2 | -2/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | DOC: Add release note about changed random variate stream from ↵ | Warren Weckesser | 2019-10-25 | 1 | -0/+5 | |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | random.Generator.integers | |||||
| * | | | | | | Merge pull request #14734 from hameerabbasi/nep-usage-section | Matti Picus | 2019-10-24 | 2 | -8/+26 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | DOC: Edit NEP procedure for better discussion | |||||
| | * | | | | | DOC: Edit NEP procedure for better discussion | Hameer Abbasi | 2019-10-24 | 2 | -8/+26 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit changes the NEP template and the NEP procedure to allow for better discussion, both on the mailing list as well as the pull request itself. | |||||
| * | | | | | MAINT: doc: Refer to _rational_tests.c.src in the user-defined types section. | Warren Weckesser | 2019-10-23 | 1 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed a few sentence written in the first person that express opinions about the code. | |||||
| * | | | | | MAINT: doc: Remove doc/newdtype_example/ | Warren Weckesser | 2019-10-23 | 4 | -184/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This example of creating a custom dtype has had only cosmetic changes (e.g. fix whitespace, add `from __future__ ...`) since 2008, and it hasn't been touched at all since early 2016. It was never updated for Python 3. The example is not well docmented, and it is not referred to anywhere else in the documentation, so it isn't really serving a useful purpose in the doc directory. If someone is looking for an example of creating a custom dtype, we can direct them to numpy/numpy/core/src/umath/_rational_tests.c.src, which, as part of the test suite, is actively maintained. Closes gh-9282. | |||||
| * | | | | | Merge pull request #13794 from WarrenWeckesser/new-mvhg | Matti Picus | 2019-10-20 | 2 | -0/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | ENH: random: Add the multivariate hypergeometric distribution. | |||||
| | * | | | | | DOC: random: Add entry for multivariate_hypergeometric to the Generator docs. | Warren Weckesser | 2019-10-18 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | ENH: random: Add the multivariate hypergeometric distribution | Warren Weckesser | 2019-10-18 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new method multivariate_hypergeometric(self, object colors, object nsample, size=None, method='marginals') of the class numpy.random.Generator implements the multivariate hypergeometric distribution; see https://en.wikipedia.org/wiki/Hypergeometric_distribution, specifically the section "Multivariate hypergeometric distribution". Two algorithms are implemented. The user selects which algorithm to use with the `method` parameter. The default, `method='marginals'`, is based on repeated calls of the univariate hypergeometric distribution function. The other algorithm, selected with `method='count'`, is a brute-force method that allocates an internal array of length ``sum(colors)``. It should only be used when that value is small, but it can be much faster than the "marginals" algorithm in that case. The C implementations of the two methods are in the files random_mvhg_count.c and random_mvhg_marginals.c in numpy/random/src/distributions. | |||||
| * | | | | | | Merge pull request #14389 from hameerabbasi/uarray | Ralf Gommers | 2019-10-18 | 1 | -0/+637 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | NEP: Add initial draft of NEP-31: Context-local and global overrides of the NumPy API | |||||
| | * | | | | | | Respond to comments by Juan Nunez-Iglesias on the mailing list. | Hameer Abbasi | 2019-10-10 | 1 | -19/+56 | |
| | | | | | | | | ||||||
| | * | | | | | | Respond to comment by @seberg. | Hameer Abbasi | 2019-10-09 | 1 | -1/+16 | |
| | | | | | | | | ||||||
| | * | | | | | | Respond to review by @peterbell10. | Hameer Abbasi | 2019-10-09 | 1 | -11/+20 | |
| | | | | | | | | ||||||
| | * | | | | | | Revise NEP-31. | Hameer Abbasi | 2019-10-08 | 1 | -1/+112 | |
| | | | | | | | | ||||||
| | * | | | | | | NEP: Add NEP 31 — Context-local and global overrides of the NumPy API | Hameer Abbasi | 2019-09-05 | 1 | -0/+465 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Peter Bell <peterbell10@live.co.uk> | |||||
| * | | | | | | | Merge pull request #14699 from mattip/doc-warnings | Ralf Gommers | 2019-10-18 | 9 | -84/+98 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | MAINT: reduce the number of doc build warnings | |||||
| | * | | | | | | | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 8 | -25/+25 | |
| | | | | | | | | | ||||||
| | * | | | | | | | DOC: fix build failure | mattip | 2019-10-15 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | DOC: add numpy.shape to index | mattip | 2019-10-15 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | DOC: fix function argument definitions and add vertical space around macros | mattip | 2019-10-15 | 1 | -55/+68 | |
| | | | | | | | | | ||||||
| | * | | | | | | | DOC: fix output argument reference | mattip | 2019-10-15 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | DOC: fix `None` reference from python | mattip | 2019-10-15 | 2 | -9/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #14720 from WarrenWeckesser/dep-fin | Ralf Gommers | 2019-10-18 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DEP: deprecate financial functions. | |||||
| | * | | | | | | | | DOC: lib: Add 'news fragment' for the deprecation of the financial functions. | Warren Weckesser | 2019-10-16 | 1 | -0/+8 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #14723 from bsipocz/doc_ma_generic | Ralf Gommers | 2019-10-18 | 1 | -85/+85 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DOC: cleaning up examples in maskedarray.generic | |||||
| | * | | | | | | | | DOC: Adding two more fixes to make doctesting pass | Brigitta Sipocz | 2019-10-17 | 1 | -1/+4 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | DOC: avoid using random array in example | Brigitta Sipocz | 2019-10-15 | 1 | -6/+5 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | DOC: Updating results in examples | Brigitta Sipocz | 2019-10-15 | 1 | -80/+78 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | DOC: fix example to close #5406 | Brigitta Sipocz | 2019-10-15 | 1 | -2/+2 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #14737 from seberg/accept-nep-29 | Ralf Gommers | 2019-10-18 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | NEP: Accept NEP 29 as final | |||||
| | * | | | | | | | | NEP: Accept NEP 29 as final | Sebastian Berg | 2019-10-17 | 1 | -2/+3 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #14736 from charris/post-1.17.3-update | Ralf Gommers | 2019-10-18 | 3 | -1/+93 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | DOC: Post 1.17.3 release update. |