| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| | |
ENH: add tool to find functions missing types
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Closes https://github.com/numpy/numpy/issues/16625.
This is ported from the numpy-stubs here:
https://github.com/numpy/numpy-stubs/blob/master/runtests.py#L94
You run
```
./tools/functions_missing_types.py <module>
```
and it will give you a list of things in that module that don't have
type annotations.
|
| |\ \
| | |
| | | |
MAINT: Bump mypy from 0.781 to 0.782
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [mypy](https://github.com/python/mypy) from 0.781 to 0.782.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.781...v0.782)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
| |\ \ \
| |/ /
|/| | |
MAINT: Bump hypothesis from 5.16.3 to 5.19.0
|
| |/ /
| |
| |
| |
| |
| |
| | |
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.3 to 5.19.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.16.3...hypothesis-python-5.19.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
| |\ \
| | |
| | | |
MAINT: Allow `None` to be passed to certain `generic` subclasses
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Affected generic subclasses:
* `floating`
* `complexfloating`
* `datetime64`
|
| |\ \ \
| | | |
| | | | |
DOC: Add Matti Picus to steering council page
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Per announcement in https://mail.python.org/pipermail/numpy-discussion/2020-June/080760.html.
I've alphabetized the steering council names (some but not all had been
alphabetized). Added diacritical mark in Stéfan.
This page partially overlaps https://numpy.org/about/. Submitting a
separate PR.
I imagine at some point we want to transfer over the remaining contents
of this older page and cleanly remove it.
|
| |\ \ \ \
| |/ / /
|/| | | |
BLD: add manylinux1 OpenBlAS 0.3.10 hashes and test for them
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | | |
MAINT: Chaining exceptions in numpy/core/_internal.py
|
| | | | |
| | | |
| | | |
| | | | |
- chaining exceptions from None
|
| |/ / /
| | |
| | |
| | | |
- updated %formatted string to f strings
|
| | | |
| | |
| | | |
* optimize pack_bit function for NEON.
|
| |\ \ \
| | | |
| | | | |
DOC: Remove redundant word
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
DOC: Tweak a sentence about broadcasting.
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* Make clear that "trailing" means the "rightmost" dimensions.
* Instead of saying "works its way forward" (forward?), say
"works its way left".
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
(#16731)
DOC: reword random c-api introduction, cython is documented in Extending
|
| |\ \ \ \
| | | | |
| | | | | |
BUG: Fix PyArray_SearchSorted signature.
|
| |/ / / /
| | | |
| | | |
| | | |
| | | | |
See comment on merged PR #16223. The `perm` variable may be NULL,
so cannot be passed as object.
|
| |\ \ \ \
| | | | |
| | | | | |
DOC: fix typo
|
| |/ / / / |
|
| | | | |
| | | |
| | | | |
Added tutorial about the numpy.ma module.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
this solution is related to the following issue #15986
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
DOC: Updated documentation for squeeze
Improve clarity by replacing terms like "single-dimensional" and
"singleton dimension" with "axes of length one"
|
| |\ \ \ \
| | | | |
| | | | | |
MAINT: Disable use_hugepages in case of ValueError
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
BENCH: Expand array-creation benchmarks
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds some simple additional tests, one for a list of NumPy
scalars. Another for generally lists, both integers and floats
as one common cases (floats previously had some super-fast paths).
As well as a test with the dtype given, since that may make
some differences.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: Add dep directive to alen docstring.
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
alen was deprecated in 1.18. Adds corresponding directive to
the docstring to make this information more visible to the
user.
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
DOC: Add instruction about stable symlink
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Add comment to HOWTO_RELEASE about updating the stable symlink
when the minor version number is incremented.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Disable testing with Python 3.9-dev until a fix for the current
failures is forthcoming. The test failures are annoying.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
BLD: Add CPU entry for Emscripten / WebAssembly
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
MAINT: Fixup quantile tests to not use `np.float`
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is deprecated usage, also small code style fixups since
I was looking at it anyway. YMMV, but I think its a bit/nicer
more compact now.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
BUG: Order percentile monotonically
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| | | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|