summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #18448 from rossbar/rm-linalg-from-quickstartMatti Picus2021-02-211-53/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | DOC: Remove unfinished Linear Algebra section from Quickstart tutorial
| * | | | | | Remove LinAlg heading, mv link to further reading.Ross Barnowski2021-02-211-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove reference to algebra in the intro text. * Link to linalg tutorial in Further Reading * Remove linalg heading + WIP from quickstart.
| * | | | | | Link quickstart linalg to tutorial-svdRoss Barnowski2021-02-191-47/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Replace WIP section with link to well-developed svd tutorial.
* | | | | | Merge pull request #18455 from BvB93/diagflatMatti Picus2021-02-211-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | BUG: Fixed an issue where `diagflat` could overflow on windows or 32-bit platforms
| * | | | | BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit ↵Bas van Beek2021-02-211-4/+4
|/ / / / / | | | | | | | | | | | | | | | platforms
* | | | | Merge pull request #15392 from seberg/void-no-arr-modificationMatti Picus2021-02-193-81/+153
|\ \ \ \ \ | | | | | | | | | | | | BUG: Remove temporary change of descr/flags in VOID functions
| * | | | | TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-172-0/+45
| | | | | |
| * | | | | BUG: Remove temporary change of descr/flags in VOID functionsSebastian Berg2021-02-171-81/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done using a hack around stack allocated arrays, which requires some dark magic with respect to the setting the base object (we skip normal arrays and INCREF/DECREF during base setting, which _does_ work for such static arrays, but only if we give them a (not quite) fake refcount of 1 and set the base and their type correctly to PyArrayType. Closes gh-15387
* | | | | | Merge pull request #18428 from sleeplessinseattledev/iss17845p3aMatti Picus2021-02-192-15/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | DOC: remove explanations.rst
| * | | | | DOC: remove explanations_index reference - See #17845Mary2021-02-181-1/+0
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/numpy/numpy into iss17845p3aMary2021-02-17128-946/+3942
| |\ \ \ \ \ | | |/ / / /
| * | | | | DOC: remove explanations.rst - See #17845Mary2021-02-161-14/+0
| | | | | |
* | | | | | Merge pull request #18432 from bashtage/clean-c-warningsMatti Picus2021-02-183-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | MAINT: Correct code producing warnings
| * | | | | CLN: Add additional castKevin Sheppard2021-02-181-1/+1
| | | | | |
| * | | | | MAINT: Correct code producing warningsKevin Sheppard2021-02-183-3/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | Cast to avoid warnings Correct function
* | | | | Merge pull request #18436 from seberg/refcount-leak-f2pyMatti Picus2021-02-171-0/+1
|\ \ \ \ \ | | | | | | | | | | | | BUG: Fix refcount leak in f2py `complex_double_from_pyobj`
| * | | | | BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-171-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #16588 from SabrinaSimao/np.transpode-documentationMelissa Weber Mendonça2021-02-172-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | DOC: unify the docs for np.transpose and ndarray.transpose
| * | | | DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-122-4/+4
| | | | | | | | | | | | | | | | | | | | I feel like the `ndarray.transpose` has more details, and it's also called by `transpose`, so i changed the way the link between them was being used
| * | | | unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-122-0/+4
| | | | |
* | | | | Merge pull request #18395 from bashtage/random-typingMatti Picus2021-02-178-13/+810
|\ \ \ \ \ | | | | | | | | | | | | ENH: Initial typing of random
| * | | | | ENH: Reorder bool and add scalar bool for integersKevin Sheppard2021-02-161-9/+18
| | | | | |
| * | | | | ENH: Add overloads to integersKevin Sheppard2021-02-151-7/+121
| | | | | |
| * | | | | ENH: Fix abstract integer useKevin Sheppard2021-02-151-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | Replace with concrete types
| * | | | | ENH: Fix typingKevin Sheppard2021-02-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Correct specific typing and general typing
| * | | | | ENH: Update typingKevin Sheppard2021-02-151-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | Update with latest suggestions
| * | | | | ENH: Add overloadsKevin Sheppard2021-02-135-55/+192
| | | | | |
| * | | | | ENH: Fix additional missed typesKevin Sheppard2021-02-131-8/+17
| | | | | |
| * | | | | ENH: More typingKevin Sheppard2021-02-131-82/+102
| | | | | |
| * | | | | ENH: Update with TypedDictKevin Sheppard2021-02-136-28/+53
| | | | | | | | | | | | | | | | | | | | | | | | Update using TypedDict for state
| * | | | | ENH: Add typing for GeneratorKevin Sheppard2021-02-134-8/+253
| | | | | |
| * | | | | ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-136-61/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add typing for remaining core bit generators Clean up remaining files
| * | | | | ENH: Add typing for PCG64 and SFC64Kevin Sheppard2021-02-133-16/+107
| | | | | | | | | | | | | | | | | | | | | | | | Add initial typing for select bit generators
| * | | | | MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-132-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix initial bugs Add _Interface named tuple
| * | | | | ENH: Initial typing of randomKevin Sheppard2021-02-132-2/+62
| | | | | | | | | | | | | | | | | | | | | | | | Add typing to the lowest-level building blocks on random
* | | | | | Merge pull request #18429 from jklymak/patch-1Matti Picus2021-02-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | DOC: point intersphinx to matplotlib/stable...
| * | | | | | DOC: point intersphinx to matplotlib/stable...Jody Klymak2021-02-161-1/+1
|/ / / / / / | | | | | | | | | | | | matplotlib canonical docs are now https://matplotlib.org/stable
* | | | | | Merge pull request #18420 from seberg/override-leaksMatti Picus2021-02-161-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | BUG: Fix tiny memory leaks when `like=` overrides are used
| * | | | | | BUG: Fix tiny memory leaks when `like=` overrides are usedSebastian Berg2021-02-151-0/+7
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I thought I had fixed these leaks, but it appears I missed some. We probably should backport this to 1.20.x (its simple), but the leaks are also pretty harmless unless someone uses `like=` hundrets of thousands of times in a running program (and its a new fetaure).
* | | | | | Merge pull request #18415 from pearu/gh-2763Matti Picus2021-02-151-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | MAINT: Update END statements parsing for recent Fortran standards.
| * | | | | | MAINT: Update END statement parsing for recent Fortran standards. Closes #2763Pearu Peterson2021-02-151-2/+1
| | | | | | |
* | | | | | | Merge pull request #18405 from mdubravski/correlateFixMelissa Weber Mendonça2021-02-151-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | DOC: Mention `scipy.signal.correlate` and FFT method in `np.correlate`
| * | | | | | | Update numpy/core/numeric.pymdubravski2021-02-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | | | | | Update numpy/core/numeric.py mdubravski2021-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewording to eliminate redundancy Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * | | | | | | Update numpy/core/numeric.py mdubravski2021-02-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewording to eliminate redundancy Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * | | | | | | correlate fixmdubravski2021-02-121-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #18416 from pearu/gh-2848Matti Picus2021-02-152-3/+41
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | BUG: Fix f2py parsing continued lines that follow comment lines.
| * | | | | | | BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-152-3/+41
|/ / / / / / /
* | | | | | | Merge pull request #18413 from numpy/dependabot/pip/sphinx-3.5.0Matti Picus2021-02-151-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: Bump sphinx from 3.4.3 to 3.5.0
| * | | | | | | MAINT: Bump sphinx from 3.4.3 to 3.5.0dependabot/pip/sphinx-3.5.0dependabot-preview[bot]2021-02-151-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>