| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
DOC: Remove unfinished Linear Algebra section from Quickstart tutorial
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Remove reference to algebra in the intro text.
* Link to linalg tutorial in Further Reading
* Remove linalg heading + WIP from quickstart.
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Replace WIP section with link to well-developed svd tutorial.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
BUG: Fixed an issue where `diagflat` could overflow on windows or 32-bit platforms
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
platforms
|
|\ \ \ \ \
| | | | | |
| | | | | | |
BUG: Remove temporary change of descr/flags in VOID functions
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
DOC: remove explanations.rst
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / / / |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
MAINT: Correct code producing warnings
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Cast to avoid warnings
Correct function
|
|\ \ \ \ \
| | | | | |
| | | | | | |
BUG: Fix refcount leak in f2py `complex_double_from_pyobj`
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
DOC: unify the docs for np.transpose and ndarray.transpose
|
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
ENH: Initial typing of random
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace with concrete types
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Correct specific typing and general typing
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update with latest suggestions
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update using TypedDict for state
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add typing for remaining core bit generators
Clean up remaining files
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add initial typing for select bit generators
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix initial bugs
Add _Interface named tuple
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add typing to the lowest-level building blocks on random
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: point intersphinx to matplotlib/stable...
|
|/ / / / / /
| | | | | |
| | | | | | |
matplotlib canonical docs are now https://matplotlib.org/stable
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
BUG: Fix tiny memory leaks when `like=` overrides are used
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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).
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
MAINT: Update END statements parsing for recent Fortran standards.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
DOC: Mention `scipy.signal.correlate` and FFT method in `np.correlate`
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Co-authored-by: Matti Picus <matti.picus@gmail.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
rewording to eliminate redundancy
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
rewording to eliminate redundancy
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
BUG: Fix f2py parsing continued lines that follow comment lines.
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
MAINT: Bump sphinx from 3.4.3 to 3.5.0
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|