summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | NEP: update from comments and PR 14794mattip2019-10-291-9/+18
| | | | | | |
| | * | | | | DOC: fixes from reviewmattip2019-10-241-27/+31
| | | | | | |
| | * | | | | NEP: explicitly define ragged arraymattip2019-10-241-3/+11
| | | | | | |
| | * | | | | DOC: changes from reviewmattip2019-10-241-5/+13
| | | | | | |
| | * | | | | DOC: changes from reviewmattip2019-10-241-8/+8
| | | | | | |
| | * | | | | NEP: put off discussion of , fixes from reviewmattip2019-10-241-18/+21
| | | | | | |
| | * | | | | NEP: fixes from review, add ragged_array_object functionmattip2019-10-131-10/+22
| | | | | | |
| | * | | | | NEP: add default-dtype-object-deprecation nepmattip2019-10-101-0/+87
| | | | | | |
| * | | | | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-311-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | ENH: Parse complex number from string
| | * | | | | | Add release doczjpoh2019-10-161-0/+3
| | | | | | | |
| * | | | | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-311-0/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | ENH: Add complex number support for fromfile
| | * | | | | | Add release doczjpoh2019-10-161-0/+3
| | | | | | | |
| * | | | | | | Merge pull request #14786 from hameerabbasi/stefanv-nep-usageStefan van der Walt2019-10-302-10/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | DOC: Make changes to NEP procedure
| | * | | | | | | Make changes to NEP procedureHameer Abbasi2019-10-262-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by @stefanv in #14734
| * | | | | | | | NEP: move 'NEP 29 random' from Accepted to Finalmattip2019-10-291-1/+1
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Minor typo fixManny2019-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | requies -> requires
| * | | | | | | Merge pull request #14771 from mattip/gcc-4.8Charles Harris2019-10-262-2/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | TST, BUILD: add a gcc 4.8 run on ubuntu 18.04
| | * | | | | | MAINT: fixes from reviewmattip2019-10-261-1/+0
| | | | | | | |
| | * | | | | | BUILD, DOC: remove the std=c99 flag from docs, builds, add release notemattip2019-10-252-2/+7
| | | | | | | |
| * | | | | | | DOC: Add release note about changed random variate stream from ↵Warren Weckesser2019-10-251-0/+5
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | random.Generator.integers
| * | | | | | Merge pull request #14734 from hameerabbasi/nep-usage-sectionMatti Picus2019-10-242-8/+26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | DOC: Edit NEP procedure for better discussion
| | * | | | | DOC: Edit NEP procedure for better discussionHameer Abbasi2019-10-242-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 Weckesser2019-10-231-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 Weckesser2019-10-234-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-mvhgMatti Picus2019-10-202-0/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | ENH: random: Add the multivariate hypergeometric distribution.
| | * | | | | DOC: random: Add entry for multivariate_hypergeometric to the Generator docs.Warren Weckesser2019-10-181-0/+1
| | | | | | |
| | * | | | | ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-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/uarrayRalf Gommers2019-10-181-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 Abbasi2019-10-101-19/+56
| | | | | | | |
| | * | | | | | Respond to comment by @seberg.Hameer Abbasi2019-10-091-1/+16
| | | | | | | |
| | * | | | | | Respond to review by @peterbell10.Hameer Abbasi2019-10-091-11/+20
| | | | | | | |
| | * | | | | | Revise NEP-31.Hameer Abbasi2019-10-081-1/+112
| | | | | | | |
| | * | | | | | NEP: Add NEP 31 — Context-local and global overrides of the NumPy APIHameer Abbasi2019-09-051-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-warningsRalf Gommers2019-10-189-84/+98
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | MAINT: reduce the number of doc build warnings
| | * | | | | | | DOC: convert `None` to bare None or ``None``mattip2019-10-158-25/+25
| | | | | | | | |
| | * | | | | | | DOC: fix build failuremattip2019-10-151-3/+3
| | | | | | | | |
| | * | | | | | | DOC: add numpy.shape to indexmattip2019-10-151-0/+1
| | | | | | | | |
| | * | | | | | | DOC: fix function argument definitions and add vertical space around macrosmattip2019-10-151-55/+68
| | | | | | | | |
| | * | | | | | | DOC: fix output argument referencemattip2019-10-151-1/+1
| | | | | | | | |
| | * | | | | | | DOC: fix `None` reference from pythonmattip2019-10-152-9/+9
| | | | | | | | |
| * | | | | | | | Merge pull request #14720 from WarrenWeckesser/dep-finRalf Gommers2019-10-181-0/+8
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DEP: deprecate financial functions.
| | * | | | | | | | DOC: lib: Add 'news fragment' for the deprecation of the financial functions.Warren Weckesser2019-10-161-0/+8
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #14723 from bsipocz/doc_ma_genericRalf Gommers2019-10-181-85/+85
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DOC: cleaning up examples in maskedarray.generic
| | * | | | | | | | DOC: Adding two more fixes to make doctesting passBrigitta Sipocz2019-10-171-1/+4
| | | | | | | | | |
| | * | | | | | | | DOC: avoid using random array in exampleBrigitta Sipocz2019-10-151-6/+5
| | | | | | | | | |
| | * | | | | | | | DOC: Updating results in examplesBrigitta Sipocz2019-10-151-80/+78
| | | | | | | | | |
| | * | | | | | | | DOC: fix example to close #5406Brigitta Sipocz2019-10-151-2/+2
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge pull request #14737 from seberg/accept-nep-29Ralf Gommers2019-10-181-2/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | NEP: Accept NEP 29 as final
| | * | | | | | | | NEP: Accept NEP 29 as finalSebastian Berg2019-10-171-2/+3
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #14736 from charris/post-1.17.3-updateRalf Gommers2019-10-183-1/+93
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | DOC: Post 1.17.3 release update.