summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* ENH: Allow μs as an alias for usEric Wieser2020-08-281-1/+1
* BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-7/+0
* DOC: NEP-42: Fix a few typos.Warren Weckesser2020-08-221-4/+4
* Merge pull request #17119 from person142/nep-41-spacingSebastian Berg2020-08-201-26/+26
|\
| * DOC: make spacing consistent in NEP 41 bullet pointsJosh Wilson2020-08-201-26/+26
* | Merge pull request #17116 from eric-wieser/expire-ctypes_load_librarySebastian Berg2020-08-202-1/+2
|\ \
| * | API: Remove `np.ctypeslib.ctypes_load_library`Eric Wieser2020-08-202-1/+2
| |/
* | Merge pull request #17068 from charris/cleanup-pystring_fromstring-usageMatti Picus2020-08-201-0/+4
|\ \ | |/ |/|
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-0/+4
* | Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-1/+1
|\ \
| * | ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-1/+1
| |/
* | Merge pull request #17029 from seberg/cast-error-returnMatti Picus2020-08-171-0/+14
|\ \
| * | Update doc/release/upcoming_changes/17029.compatibility.rstSebastian Berg2020-08-121-13/+4
| * | DOC: Add release note for casting error changesSebastian Berg2020-08-111-0/+23
| |/
* | Merge pull request #16841 from marload/fix-issue-16813Matti Picus2020-08-171-0/+19
|\ \
| * | DOC: Add example to release noteRoss Barnowski2020-08-031-1/+15
| * | Update rst links in changelogRoss Barnowski2020-08-031-2/+2
| * | Update changelog name.Ross Barnowski2020-08-031-0/+0
| * | Update 16841.changes.rstMatti Picus2020-08-031-4/+5
| * | Fix Testmarload2020-08-031-0/+4
* | | DOC: Fixes duplication of toctree content (Closes #17077)MelissaWM2020-08-131-5/+1
* | | ENH: Add support for file like objects to np.core.records.fromfile (#16675)Sidhant Bansal2020-08-131-0/+4
* | | Merge pull request #16886 from takanori-pskq/i13114-3Matti Picus2020-08-135-12/+12
|\ \ \
| * | | DOC: Fix types including curly bracestakanori-pskq2020-08-135-12/+12
| | |/ | |/|
* | | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-123-22/+8
|/ /
* | NEP: Updated NEP-35 with keyword-only instruction (#17009)Peter Andreas Entschev2020-08-071-6/+13
* | BUG: Raise correct errors in boolean indexing fast path (gh-17010)Aaron Meurer2020-08-061-0/+24
* | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-0/+7
* | ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-0/+7
|/
* BUG: Set readonly flag in array interface instead of warning (gh-16350)Alexander Belopolsky2020-08-031-0/+8
* DOC: Delete old logo; updates PR #16988Ben Nathanson2020-08-011-0/+0
* DOC: Styling update for PR #16988Ben Nathanson2020-08-012-3/+31
* DOC: Add the new NumPy logo to Sphinx pagesBen Nathanson2020-08-012-3/+22
* Merge pull request #16894 from takanori-pskq/fix-doc-dtypes-quoteMatti Picus2020-08-011-16/+0
|\
| * DOC: Fix wrong markups in `arrays.dtypes`takanori-pskq2020-08-011-16/+0
* | DOC: Remove the links for ``True`` and ``False`` (#16887)Takanori H2020-07-312-6/+6
|/
* Merge pull request #16896 from takanori-pskq/i13114-5Matti Picus2020-07-318-183/+174
|\
| * DOC: Fixuptakanori-pskq2020-07-252-14/+5
| * DOC: Fix the role of references (var -> macro)takanori-pskq2020-07-257-163/+163
| * DOC: Remove links for C codestakanori-pskq2020-07-182-8/+8
* | DOC: Fix the declarations of C fuctions (#16897)Takanori H2020-07-311-2/+2
* | ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-0/+9
* | Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-251-0/+8
|\ \
| * | DOC: add release note for #16815Cameron Blocker2020-07-241-0/+8
* | | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-231-13/+0
* | | added release noteAlex2020-07-221-0/+13
* | | REL: Update master after 1.19.1 release.Charles Harris2020-07-213-0/+122
* | | DOC: Add ufunc docstring to generated docs.Ross Barnowski2020-07-201-0/+5
| |/ |/|
* | Merge pull request #16232 from seberg/ufunc-outer-matrixMatti Picus2020-07-171-0/+6
|\ \
| * | DEP: Deprecate ufunc.outer with matrix inputsSebastian Berg2020-07-161-0/+6