Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11528 from eric-wieser/polynomial-ipython-latex | Charles Harris | 2018-08-12 | 1 | -0/+6 |
|\ | | | | | ENH: Add support for ipython latex printing to polynomial | ||||
| * | ENH: Add support for ipython latex printing to polynomial | Eric Wieser | 2018-08-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Choices made, and the alternatives rejected (for no particularly strong reason): 1. Show terms in ascending order, to match their internal representation * alternative: descending, to match convention 2. Shows 0 terms in gray * alternative: omit entirely * alternative: show normally to aid comparison 3. Write each term as `basis(ax + b) * alternative: write as `basis(u) ... where u = ax + b` * alternative: show the normalized polynomial In future it would perhaps make sense to expose these options to the end user | ||||
* | | DEP: Remove np.pkgload, which was deprecated in 1.10 | Eric Wieser | 2018-08-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Attempts to use this on either cpython27 or cpython35, in either a shell or a script, gives: NameError: name '__path__' is not defined Perhaps I'm calling it wrong, but it might just be broken. | ||||
* | | Merge pull request #11594 from convexset/handle-empty-matrices-lstsq | Matti Picus | 2018-08-07 | 1 | -5/+5 |
|\ \ | | | | | | | ENH: support for empty matrices in linalg.lstsq | ||||
| * | | cleaned up documentation | Jeremy Chen | 2018-08-03 | 1 | -11/+5 |
| | | | |||||
| * | | ENH: support for empty matrices in linalg.lstsq | Jeremy Chen | 2018-08-03 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #11615 from seberg/clip_order | Marten van Kerkwijk | 2018-08-04 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | BUG: Clip uses wrong memory order in output | ||||
| * | | ENH: clip test output argument for memory overlap with input | Sebastian Berg | 2018-07-27 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #11611 from stefanv/roadmap | Matti Picus | 2018-08-01 | 3 | -8/+178 |
|\ \ \ | | | | | | | | | NEP: Add roadmap section and subdocuments to NEPs | ||||
| * | | | roadmap: adjust outline structure | Stefan van der Walt | 2018-07-25 | 1 | -10/+9 |
| | | | | |||||
| * | | | scope: Clarify that we do care about speed | Stefan van der Walt | 2018-07-25 | 1 | -1/+5 |
| | | | | |||||
| * | | | String encoding: increase uncertainty about correct implementation (as per ↵ | Stefan van der Walt | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | https://mail.python.org/pipermail/numpy-discussion/2018-July/078472.html) | ||||
| * | | | Clarify section on alternative array types | Stefan van der Walt | 2018-07-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | Clarify comment on scalar conversion inconsistency. | Stefan van der Walt | 2018-07-25 | 1 | -2/+4 |
| | | | | |||||
| * | | | Clarify fixed-width storage strings. | Stefan van der Walt | 2018-07-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add memory mapped arrays to scope | Stefan van der Walt | 2018-07-24 | 1 | -0/+1 |
| | | | | |||||
| * | | | Remove BIDS grant section until we can write that text | Stefan van der Walt | 2018-07-24 | 2 | -8/+0 |
| | | | | |||||
| * | | | Better formatting of scope | Stefan van der Walt | 2018-07-24 | 1 | -22/+35 |
| | | | | |||||
| * | | | DOC: add roadmap doc | mattip | 2018-07-24 | 1 | -2/+111 |
| | | | | |||||
| * | | | Add roadmap section and subdocuments to NEPs | Stefan van der Walt | 2018-07-23 | 4 | -8/+58 |
| | | | | |||||
* | | | | Merge pull request #11616 from shoyer/nep-18-protocols-for-methods | Matti Picus | 2018-08-01 | 1 | -4/+25 |
|\ \ \ \ | | | | | | | | | | | DOC: add a brief note on "Protocols for methods" to NEP 18 | ||||
| * | | | | Rename to callable objects generated at runtime | Stephan Hoyer | 2018-07-27 | 1 | -13/+16 |
| | | | | | |||||
| * | | | | DOC: add a brief note on "Protocols for methods" to NEP 18 | Stephan Hoyer | 2018-07-25 | 1 | -4/+22 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #11644 from eric-wieser/fix-source-links | Charles Harris | 2018-07-31 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | BUG: Fix doc source links to unwrap decorators | ||||
| * | | | | BUG: Fix doc source links to unwrap decorators | Eric Wieser | 2018-07-31 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | Fixes #11639, relates to https://bugs.python.org/issue1764286 | ||||
* | | | | | ENH: handle empty matrices in qr decomposition (#11593) | Jeremy Chen | 2018-07-31 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | Ensure LWORK and LDA respect the requirements of the lapack methods (zgeqrf, dgeqrf, zungqr, dorgqr) | ||||
* | | | | | DOC: Cleanup messy trailing spaces in dev env setup | C.A.M. Gerlach | 2018-07-30 | 1 | -6/+6 |
| | | | | | |||||
* | | | | | DOC: Make Spyder name a link in dev env setup | C.A.M. Gerlach | 2018-07-30 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | DOC: release note for change to +array behaviour | Marten van Kerkwijk | 2018-07-26 | 1 | -0/+8 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #11606 from charris/updates-from-1.15.0 | Charles Harris | 2018-07-24 | 2 | -100/+747 |
|\ \ \ \ | |_|/ / |/| | | | DOC: Post 1.15.0 release updates for master. | ||||
| * | | | DOC: Post 1.15.0 release updates for master. | Charles Harris | 2018-07-23 | 2 | -100/+747 |
| |/ / | | | | | | | | | | [ci skip] | ||||
* | | | DOC: minor clarification and typo fix to NEP 21 (outer indexing). (#11607) | Ralf Gommers | 2018-07-23 | 1 | -5/+8 |
|/ / | | | | | | | | | | | | | It was unclear whether "working versions of these attributes" referred to oindex/vindex or to __setitem__/__getitem__ Also split the backwards compatibility section in three paragraphs for clarity, because there are three separate topics. | ||||
* | | DOC: add Stefan van der Walt to Steering Council | Ralf Gommers | 2018-07-19 | 1 | -1/+3 |
| | | | | | | | | [ci skip] | ||||
* | | NEP: accept NEP 20 partially (frozen and flexible) (#11429) | Marten van Kerkwijk | 2018-07-16 | 1 | -1/+6 |
| | | | | | | Defer the part on broadcastable dimensions. | ||||
* | | Merge pull request #11562 from rgommers/ldflags-releasedocs | Matti Picus | 2018-07-14 | 1 | -0/+9 |
|\ \ | | | | | | | DOC: update release notes for LDFLAGS append behavior (gh-11525). | ||||
| * | | DOC: update release notes for LDFLAGS append behavior (gh-11525). | Ralf Gommers | 2018-07-14 | 1 | -0/+9 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Merge pull request #11559 from mattip/accept-nep-0015 | Ralf Gommers | 2018-07-14 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | NEP: accept nep 0015 | ||||
| * | | | NEP: accept nep 0015 | mattip | 2018-07-13 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #11382 from mattip/remove-typeNA | Ralf Gommers | 2018-07-13 | 1 | -0/+6 |
|\ \ \ \ | |_|/ / |/| | | | DEP: deprecate undocumented, unused dtype type dicts | ||||
| * | | | DEP: deprecate undocumented, unused dtype type dicts | mattip | 2018-07-13 | 1 | -0/+6 |
| | |/ | |/| | |||||
* | | | Merge pull request #11084 from mattip/test-documentation | Ralf Gommers | 2018-07-13 | 4 | -83/+91 |
|\ \ \ | | | | | | | | | DOC: link to TESTS.rst.txt testing guidelines document, tweaks | ||||
| * | | | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs | mattip | 2018-06-25 | 4 | -83/+91 |
| | | | | |||||
* | | | | NEP: accept nep 0019 | mattip | 2018-07-13 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Tiny typo on numpy/reference/arrays.dtypes.html | Lilian Besson | 2018-07-11 | 1 | -0/+1 |
| | | | | | | | | | See #11552 | ||||
* | | | Merge pull request #11531 from eric-wieser/histogramdd-density-no-deprecation | Charles Harris | 2018-07-08 | 1 | -0/+6 |
|\ \ \ | |_|/ |/| | | ENH: Add density argument to histogramdd. | ||||
| * | | MAINT: Rename histogramdd's normed argument to density, to match histogram | Eric Wieser | 2018-07-08 | 1 | -0/+6 |
| | | | | | | | | | | | | Fixes gh-4371 | ||||
* | | | Merge pull request #11016 from stuartarchibald/wip/armv7_aarch32 | Matti Picus | 2018-07-04 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | ENH: Add AARCH32 support. | ||||
| * | | | Add change to release notes. | Stuart Archibald | 2018-06-26 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | As title. | ||||
* | | | | NEP: clarify bugfix policy for legacy RandomState. | Robert Kern | 2018-07-03 | 1 | -8/+10 |
| | | | | |||||
* | | | | Add NEP 22, a high level overview for the duck array work (#11462) | Nathaniel J. Smith | 2018-07-03 | 1 | -0/+351 |
| | | | |