| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
MAINT: Bump hypothesis from 5.5.4 to 5.6.0
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.5.4 to 5.6.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.5.4...hypothesis-python-5.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* DOC: Improve docs for np.finfo.
Replace inaccurate statements about eps and epsneg attrs with
correct statements and examples.
Added np.spacing and np.nextafter to See Also.
Closes #6940.
* Removed LaTeX math from finfo docstring.
* MAINT: Add periods at end of some sentences.
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
MAINT: Added comment pointing FIXME to relevant PR.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reference multiple relevant discussions on GH
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Clarifies a FIXME comment in numpy/__init__.py by referencing
relevant discussion in issue tracker.
Closes #15668.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
DOC: Make extension module wording more clear
|
|/ / / / |
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Updated the description to consider all array elements
Updated the examples to use multiple elements array, to show that one element not close enough prevent for the whole array to be considered as real
Closes #15626
|
|\ \ \
| | | |
| | | | |
DOC: Added tutorial about linear algebra on multidimensional arrays
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
external docs.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | |
| | | |
| | | | |
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
BUG: fix doctest exception messages
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
TST: check exception details in refguide_check.py
|
| | | | |
| | | | |
| | | | |
| | | | | |
xref GH-12548
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
DOC: Remove duplicated code in true_divide docstring
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
I believe this line comes from an older version of the docstring which was importing `__future__`.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The value for platform.machine() was reported from Debian in 2012, but current
Debian systems no longer this value. Switch the test to the new arm_softfloat
flag, which is the actual underlying cause of the test failure.
closes gh-15562
|
|\ \ \ \ \
| | | | | |
| | | | | | |
BUG: Use ``__array__`` during dimension discovery
|