summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | DOC: describe ufunc copy behavior when input and output overlap (#16826)Neal C2020-07-161-0/+13
* | | Merge pull request #16836 from seiko2plus/doc_simd_improve_ftablesSebastian Berg2020-07-144-198/+282
|\ \ \ | |/ / |/| |
| * | DOC: improve SIMD features tablesSayed Adel2020-07-144-198/+282
* | | Merge pull request #16824 from lastephey/add-rng-examplesCharles Harris2020-07-131-20/+56
|\ \ \
| * | | Update doc/source/reference/random/index.rstCharles Harris2020-07-131-2/+1
| * | | DOC: use print() instead of str() for generator object to pass circleci testsLaurie2020-07-121-9/+9
| * | | DOC: updates based on mattip's suggestions, add seed to all default_rng so te...Laurie2020-07-121-24/+22
| * | | DOC: add examples to random number generator pagesLaurie2020-07-121-20/+59
| |/ /
* | | Merge pull request #16807 from Carreau/no-nep-linkCharles Harris2020-07-131-2/+0
|\ \ \
| * | | BUG, MAINT: Remove overzealous automatic RST linkMatthias Bussonnier2020-07-111-2/+0
| | |/ | |/|
* | | Merge pull request #16819 from rohitsanj/replace-dec-slowMatti Picus2020-07-131-23/+4
|\ \ \
| * | | DOC: removed all nose decoratorsRohit Sanjay2020-07-131-15/+0
| * | | DOC: replace dec.slow with pytest.mark.slowRohit Sanjay2020-07-121-10/+6
* | | | Fixing RemovedInSphinx40WarningBrigitta Sipocz2020-07-121-1/+1
| |_|/ |/| |
* | | ENH: add `norm=forward,backward` to numpy.fft functions (#16476)Chris Vavaliaris2020-07-121-0/+9
|/ /
* | DOC: Add SIMD optimization documentation (gh-15551)Matti Picus2020-07-126-0/+774
* | Created <accelerated-blas-lapack-libraries> label in building.rstBrandon David2020-07-111-0/+2
|/
* Merge pull request #16760 from dpitch40/basic_iteration_documentationMelissa Weber Mendonça2020-07-101-0/+8
|\
| * Update doc/source/reference/arrays.nditer.rst dpitch402020-07-081-1/+3
| * DOC: fix rST note directive formatting.Ross Barnowski2020-07-071-1/+3
| * Added note at the top of the reference section on iteration linking to the qu...David Pitchford2020-07-071-0/+4
* | Update doc/release/upcoming_changes/16200.compatibility.rstMatti Picus2020-07-081-1/+1
* | Update doc/release/upcoming_changes/16200.compatibility.rstSebastian Berg2020-07-081-1/+1
* | MAINT: Put a hack in place to allow datetime64 -> string assignment when stri...Sebastian Berg2020-07-081-0/+6
* | DOC: Add release notes for array-coercion changesSebastian Berg2020-07-081-0/+58
* | MAINT: Remove nickname from polynomial classes. (gh-16589)Ross Barnowski2020-07-081-0/+8
* | NEP: Update NEP 42 to note the issue of circular references (gh-16778)Sebastian Berg2020-07-081-17/+31
|/
* DOC: Amend gh-16757 to make Marten van Kerkwijk emeritusBen Nathanson2020-07-051-2/+2
* DOC: Add Matti Picus to steering council pageBen Nathanson2020-07-051-10/+13
* Merge pull request #16738 from Qiyu8/fix_typoMatti Picus2020-07-031-1/+1
|\
| * remove redundant wordQiyu82020-07-031-1/+1
* | DOC: reword random c-api introduction, cython is documented in Extending (#16...Matti Picus2020-07-021-13/+7
* | DOC: fix typoJakub Wilk2020-07-011-1/+1
* | [DOC] Added tutorial about the numpy.ma module. (#15791)Melissa Weber Mendonça2020-06-303-0/+492
* | DOC: Add instruction about stable symlink.Ross Barnowski2020-06-291-2/+5
* | DOC: Simplify and update git setup page (gh-16671)bjnath2020-06-264-99/+132
* | DOC: updated gcc minimum recommend version to build from source (#16683)Hugo Mendes2020-06-261-1/+1
* | DOC: Add lib.format.open_memmap to autosummary.Ross Barnowski2020-06-221-1/+1
|/
* REL: Update master after 1.19.0 release.Charles Harris2020-06-202-179/+760
* BUG: Fix promote_types uint<->m8 behaviorAnirudh Subramanian2020-06-191-2/+8
* BUG: Fix promote_types float32->m8 behaviorAnirudh Subramanian2020-06-191-0/+7
* Merge pull request #13516 from seiko2plus/core_improve_infa_buildMatti Picus2020-06-172-0/+48
|\
| * DOC: add a release noteSayed Adel2020-06-161-0/+47
| * ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+1
* | Merge pull request #16558 from person142/typing-runtimeMatti Picus2020-06-173-0/+12
|\ \
| * | DOC: add release note about `np.typing` being available at runtimeJosh Wilson2020-06-141-0/+9
| * | DOC: add documentation for the numpy.typing moduleJosh Wilson2020-06-102-0/+3
* | | Merge pull request #14882 from eric-wieser/6103-alias-__getattr__-deprecationSebastian Berg2020-06-161-0/+30
|\ \ \
| * | | DEP: Deprecate aliases of builtin types in python 3.7+Eric Wieser2020-06-121-0/+30
| |/ /
* | | DOC: make addition of types a "new feature" in release notesJosh Wilson2020-06-141-0/+0
| |/ |/|