summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-121-0/+6
|\ | | | | ENH: Add support for ipython latex printing to polynomial
| * ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-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.10Eric Wieser2018-08-121-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-lstsqMatti Picus2018-08-071-5/+5
|\ \ | | | | | | ENH: support for empty matrices in linalg.lstsq
| * | cleaned up documentationJeremy Chen2018-08-031-11/+5
| | |
| * | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-031-0/+6
| | |
* | | Merge pull request #11615 from seberg/clip_orderMarten van Kerkwijk2018-08-041-0/+6
|\ \ \ | |/ / |/| | BUG: Clip uses wrong memory order in output
| * | ENH: clip test output argument for memory overlap with inputSebastian Berg2018-07-271-0/+6
| | |
* | | Merge pull request #11611 from stefanv/roadmapMatti Picus2018-08-013-8/+178
|\ \ \ | | | | | | | | NEP: Add roadmap section and subdocuments to NEPs
| * | | roadmap: adjust outline structureStefan van der Walt2018-07-251-10/+9
| | | |
| * | | scope: Clarify that we do care about speedStefan van der Walt2018-07-251-1/+5
| | | |
| * | | String encoding: increase uncertainty about correct implementation (as per ↵Stefan van der Walt2018-07-251-1/+1
| | | | | | | | | | | | | | | | https://mail.python.org/pipermail/numpy-discussion/2018-July/078472.html)
| * | | Clarify section on alternative array typesStefan van der Walt2018-07-251-2/+2
| | | |
| * | | Clarify comment on scalar conversion inconsistency.Stefan van der Walt2018-07-251-2/+4
| | | |
| * | | Clarify fixed-width storage strings.Stefan van der Walt2018-07-251-1/+1
| | | |
| * | | Add memory mapped arrays to scopeStefan van der Walt2018-07-241-0/+1
| | | |
| * | | Remove BIDS grant section until we can write that textStefan van der Walt2018-07-242-8/+0
| | | |
| * | | Better formatting of scopeStefan van der Walt2018-07-241-22/+35
| | | |
| * | | DOC: add roadmap docmattip2018-07-241-2/+111
| | | |
| * | | Add roadmap section and subdocuments to NEPsStefan van der Walt2018-07-234-8/+58
| | | |
* | | | Merge pull request #11616 from shoyer/nep-18-protocols-for-methodsMatti Picus2018-08-011-4/+25
|\ \ \ \ | | | | | | | | | | DOC: add a brief note on "Protocols for methods" to NEP 18
| * | | | Rename to callable objects generated at runtimeStephan Hoyer2018-07-271-13/+16
| | | | |
| * | | | DOC: add a brief note on "Protocols for methods" to NEP 18Stephan Hoyer2018-07-251-4/+22
| | |/ / | |/| |
* | | | Merge pull request #11644 from eric-wieser/fix-source-linksCharles Harris2018-07-311-0/+9
|\ \ \ \ | | | | | | | | | | BUG: Fix doc source links to unwrap decorators
| * | | | BUG: Fix doc source links to unwrap decoratorsEric Wieser2018-07-311-0/+9
| | | | | | | | | | | | | | | | | | | | Fixes #11639, relates to https://bugs.python.org/issue1764286
* | | | | ENH: handle empty matrices in qr decomposition (#11593)Jeremy Chen2018-07-311-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 setupC.A.M. Gerlach2018-07-301-6/+6
| | | | |
* | | | | DOC: Make Spyder name a link in dev env setupC.A.M. Gerlach2018-07-301-1/+3
| | | | |
* | | | | DOC: release note for change to +array behaviourMarten van Kerkwijk2018-07-261-0/+8
| |/ / / |/| | |
* | | | Merge pull request #11606 from charris/updates-from-1.15.0Charles Harris2018-07-242-100/+747
|\ \ \ \ | |_|/ / |/| | | DOC: Post 1.15.0 release updates for master.
| * | | DOC: Post 1.15.0 release updates for master.Charles Harris2018-07-232-100/+747
| |/ / | | | | | | | | | [ci skip]
* | | DOC: minor clarification and typo fix to NEP 21 (outer indexing). (#11607)Ralf Gommers2018-07-231-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 CouncilRalf Gommers2018-07-191-1/+3
| | | | | | | | [ci skip]
* | NEP: accept NEP 20 partially (frozen and flexible) (#11429)Marten van Kerkwijk2018-07-161-1/+6
| | | | | | Defer the part on broadcastable dimensions.
* | Merge pull request #11562 from rgommers/ldflags-releasedocsMatti Picus2018-07-141-0/+9
|\ \ | | | | | | DOC: update release notes for LDFLAGS append behavior (gh-11525).
| * | DOC: update release notes for LDFLAGS append behavior (gh-11525).Ralf Gommers2018-07-141-0/+9
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #11559 from mattip/accept-nep-0015Ralf Gommers2018-07-141-2/+2
|\ \ \ | | | | | | | | NEP: accept nep 0015
| * | | NEP: accept nep 0015mattip2018-07-131-2/+2
| | | |
* | | | Merge pull request #11382 from mattip/remove-typeNARalf Gommers2018-07-131-0/+6
|\ \ \ \ | |_|/ / |/| | | DEP: deprecate undocumented, unused dtype type dicts
| * | | DEP: deprecate undocumented, unused dtype type dictsmattip2018-07-131-0/+6
| | |/ | |/|
* | | Merge pull request #11084 from mattip/test-documentationRalf Gommers2018-07-134-83/+91
|\ \ \ | | | | | | | | DOC: link to TESTS.rst.txt testing guidelines document, tweaks
| * | | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-254-83/+91
| | | |
* | | | NEP: accept nep 0019mattip2018-07-131-2/+2
| |_|/ |/| |
* | | Tiny typo on numpy/reference/arrays.dtypes.htmlLilian Besson2018-07-111-0/+1
| | | | | | | | | See #11552
* | | Merge pull request #11531 from eric-wieser/histogramdd-density-no-deprecationCharles Harris2018-07-081-0/+6
|\ \ \ | |_|/ |/| | ENH: Add density argument to histogramdd.
| * | MAINT: Rename histogramdd's normed argument to density, to match histogramEric Wieser2018-07-081-0/+6
| | | | | | | | | | | | Fixes gh-4371
* | | Merge pull request #11016 from stuartarchibald/wip/armv7_aarch32Matti Picus2018-07-041-0/+6
|\ \ \ | | | | | | | | ENH: Add AARCH32 support.
| * | | Add change to release notes.Stuart Archibald2018-06-261-0/+6
| | | | | | | | | | | | | | | | As title.
* | | | NEP: clarify bugfix policy for legacy RandomState.Robert Kern2018-07-031-8/+10
| | | |
* | | | Add NEP 22, a high level overview for the duck array work (#11462)Nathaniel J. Smith2018-07-031-0/+351
| | | |