summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Revert "DOC: Adding improvement note for MaskedArray ufunc"mattip2022-07-201-9/+0
* | | | | DOC: some improvements in the NumPy/MATLAB comparison (#22000)Petar Mlinarić2022-07-191-38/+37
* | | | | NEP: Mark NEP 34 as finalSebastian Berg2022-07-171-1/+1
* | | | | DEP: Finalize ragged array creation deprecationSebastian Berg2022-07-171-0/+2
| |_|_|/ |/| | |
* | | | DOC: Adding improvement note for MaskedArray ufuncGreg Lucas2022-07-131-0/+9
* | | | Merge pull request #21837 from seberg/note-objects-nullCharles Harris2022-07-121-0/+23
|\ \ \ \
| * | | | DOC: Adopt changes as suggested in reviewSebastian Berg2022-07-051-2/+3
| * | | | DOC: Document expectation for object array initializationSebastian Berg2022-06-231-0/+22
* | | | | Merge pull request #21925 from seberg/subarray-object-castCharles Harris2022-07-121-0/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DOC: Add release note mentioning change to subarray->object castSebastian Berg2022-07-121-0/+12
* | | | | Merge pull request #21943 from joaopfg/fix/error-messageMatti Picus2022-07-121-0/+37
|\ \ \ \ \
| * | | | | Fixing formatting problemjoaopfg2022-07-111-6/+25
| * | | | | Adding docs about the C-API incompatibility error and pointing to the docs in...joaopfg2022-07-071-0/+18
| | |_|/ / | |/| | |
* | | | | Merge pull request #21945 from melissawm/update-release-guideCharles Harris2022-07-104-118/+116
|\ \ \ \ \
| * | | | | DOC: Address review commentsmelissawm2022-07-082-15/+17
| * | | | | MAINT,DOC: Update release guidemelissawm2022-07-074-110/+106
| |/ / / /
* | | | | DOC: Add a note about security and NumPy to the documentation (#21927)Sebastian Berg2022-07-102-0/+62
* | | | | Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-9/+0
* | | | | Merge pull request #16022 from greglucas/masked_ufuncMatti Picus2022-07-091-0/+9
|\ \ \ \ \
| * | | | | DOC: Adding improvement note for MaskedArray ufuncGreg Lucas2022-06-291-0/+9
* | | | | | REL: Update main after 1.23.1 release.Charles Harris2022-07-083-0/+74
* | | | | | Merge pull request #21248 from ax3l/doc-improve-array-interface-dataMatti Picus2022-07-081-3/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: Apply final wording suggestion.Ross Barnowski2022-07-081-5/+9
| * | | | | DOC: Improve Array Interface `data`Axel Huebl2022-03-261-2/+4
* | | | | | DOC: Use alternative phrasing for dimensionality, size in broadcasting.rstSeva Lotoshnikov2022-07-051-9/+9
* | | | | | DOC: Rephrase dimensionality, size in broadcasting.rstSeva Lotoshnikov2022-07-051-4/+8
| |_|/ / / |/| | | |
* | | | | Merge pull request #21922 from davidgilbertson/patch-2Matti Picus2022-07-051-1/+1
|\ \ \ \ \
| * | | | | DOC: fix typo on custom array containers pageDavid Gilbertson2022-07-051-1/+1
* | | | | | Fix typo on Byte-swapping pageDavid Gilbertson2022-07-051-1/+1
|/ / / / /
* | | | | Merge pull request #21807 from HaoZeke/useFortranValueMelissa Weber Mendonça2022-07-021-0/+7
|\ \ \ \ \
| * | | | | MAINT: Add release noteRohit Goswami2022-06-271-0/+7
* | | | | | Merge pull request #21877 from tupui/css_dark_themeSebastian Berg2022-06-303-3/+57
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: add dark logo.Pamphile Roy2022-06-292-2/+27
| * | | | | MAINT: remove doc prefix for version switcherPamphile Roy2022-06-291-1/+1
| * | | | | DOC: dark theme css rulesPamphile Roy2022-06-291-0/+29
| | |_|_|/ | |/| | |
* | | | | Merge pull request #21849 from charris/update-doc-makefileCharles Harris2022-06-293-345/+89
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Update HOWTO_RELEASE.rstCharles Harris2022-06-251-253/+30
| * | | | DOC: Update the RELEASE_WALKTHROUGH documentationCharles Harris2022-06-251-27/+39
| * | | | MAINT: Update the documentation MakefileCharles Harris2022-06-251-65/+20
* | | | | Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-6/+40
|\ \ \ \ \
| * | | | | DOC: Add a brief release note and a note in the NEP on how to testSebastian Berg2022-06-231-0/+28
| * | | | | DOC,TST: Add `uint8(100) + 200)` example and fixup float overflow testSebastian Berg2022-06-151-6/+12
| * | | | | TST: Add very basic tests based on the NEP 50 change tableSebastian Berg2022-06-151-3/+0
| * | | | | WIP: Restore dual behaviourSebastian Berg2022-06-151-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #21723 from jarrodmillman/sphinx5Charles Harris2022-06-261-6/+3
|\ \ \ \ \
| * | | | | Fix logo linkJarrod Millman2022-06-241-1/+0
| * | | | | Require sphinx 4.3+Jarrod Millman2022-06-241-1/+1
| * | | | | Update sphinxJarrod Millman2022-06-241-5/+3
| | |/ / / | |/| | |
* | | | | ENH: Add strict parameter to assert_array_equal. (#21595)Jon Morris2022-06-241-0/+5
|/ / / /
* | | | Merge pull request #21836 from NamamiShanker/doc_changeRohit Goswami2022-06-234-10/+40
|\ \ \ \ | |_|_|/ |/| | |