summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* REL: Begin NumPy 1.23.0 developmentv1.24.0.dev0Charles Harris2022-05-230-0/+0
|
* Merge pull request #21580 from charris/update-cversion-hashCharles Harris2022-05-232-3/+7
|\ | | | | MAINT: Update the cversion hash.
| * MAINT: Update the cversion hash.Charles Harris2022-05-232-3/+7
| | | | | | | | | | Needed because the NonNull attribute was removed from numpy_api.py The change only affected compiler warnings, the ABI remains unchanged.
* | Merge pull request #21558 from bsipocz/python36_37_cleanupSebastian Berg2022-05-2322-145/+62
|\ \ | |/ |/| MAINT: Python <3.8 related cleanups
| * Removing version number from pytestBrigitta Sipőcz2022-05-231-1/+1
| |
| * MAINT: revert changes, so all tests pass for warning contextsBrigitta Sipőcz2022-05-231-14/+7
| |
| * MAINT: Fix warningc context tests, uncover bug?Brigitta Sipőcz2022-05-231-6/+20
| |
| * MAINT: clean-up unused azure stepsBrigitta Sipőcz2022-05-231-11/+0
| |
| * MAINT: Updating cython requirementBrigitta Sipőcz2022-05-231-1/+1
| |
| * MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-2313-65/+26
| |
| * MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-2312-63/+23
| |
* | Merge pull request #21577 from mattip/pypy7.3.9Charles Harris2022-05-233-52/+4
|\ \ | | | | | | MAINT: update PyPy to 7.3.9 and remove unused script
| * | MAINT: update PyPy to 7.3.9 and remove unused scriptmattip2022-05-233-52/+4
| | |
* | | Merge pull request #21574 from ev-br/refguide-check_verbosityMatti Picus2022-05-231-0/+2
|\ \ \ | |/ / |/| | BUG: refguide-check: respect the verbosity
| * | BUG: refguide-check: respect the verbosityEvgeni Burovski2022-05-221-0/+2
| | | | | | | | | | | | | | | | | | $ python runtests.py -s numpy.lib.recfunctions --refguide-check -v Previously, the `-v` switch was silently ignored.
* | | Merge pull request #21568 from ilayn/patch-1Sebastian Berg2022-05-221-1/+0
|\ \ \ | | | | | | | | DOC:linalg: Remove ref to scipy.linalg.pinv2
| * | | DOC:linalg: Remove ref to scipy.linalg.pinv2Ilhan Polat2022-05-221-1/+0
| | |/ | |/|
* | | Merge pull request #21569 from rgommers/fix-cython-pinSebastian Berg2022-05-221-1/+1
|\ \ \ | | | | | | | | MAINT: loosen Cython pin in environment.yml
| * | | MAINT: loosen Cython pin in environment.ymlRalf Gommers2022-05-221-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 0.29.30 is the minimum version, but there's no need to pin to that exact version. This is a follow up to gh-21530 [skip azurepipelines]
* | | DOC: Style version switcher button (#21451)Pamphile Roy2022-05-222-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: use PR ref as version name in CircleCI preview * DOC: style version button depending on release * DOC: fix logic for switcher_version. [skip actions] [skip azp] [skip travis] * DOC: provision empty dataset attribute and simplify not. [skip actions] [skip azp] [skip travis]
* | | CI: fix Gitpod image build (#21570)Ralf Gommers2022-05-221-0/+1
|/ / | | | | Fixes gh-21551
* | Merge pull request #21566 from bsipocz/docstring_fix_get_names_flatMatti Picus2022-05-221-20/+13
|\ \ | | | | | | DOC: Fix docstring and examples for rfn.get_names*
| * | Fix grammar [skip ci]Brigitta Sipőcz2022-05-211-2/+2
| | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | Fix docstring and examples for rfn.get_names*Brigitta Sipőcz2022-05-211-20/+13
| | |
* | | Merge pull request #21565 from bsipocz/doc_makefileMatti Picus2022-05-221-1/+1
|\ \ \ | | | | | | | | DOC: add explanation to makefile error
| * | | DOC: add explanation to makefile error [ci skip]Brigitta Sipőcz2022-05-211-1/+1
|/ / /
* | | Merge pull request #21553 from eendebakpt/MyPyFloat_AsDoubleSebastian Berg2022-05-211-1/+1
|\ \ \ | | | | | | | | PERF: Faster MyPyFloat_AsDouble
| * | | use direct call to convert python float to doublePieter Eendebak2022-05-201-1/+1
| | | |
* | | | Merge pull request #21562 from charris/post-1.22.4-release-updateCharles Harris2022-05-213-0/+110
|\ \ \ \ | | | | | | | | | | REL: Update main after 1.22.4 release.
| * | | | REL: Update main after 1.22.4 release.Charles Harris2022-05-213-0/+110
| | |/ / | |/| |
* | | | Merge pull request #21545 from EwoutH/cython-0.29.30Charles Harris2022-05-213-5/+5
|\ \ \ \ | | | | | | | | | | Tests/Docs: Update tests to Cython 0.29.30, mention in docs
| * | | | Tests/Docs: Update tests to Cython 0.29.30, mention in docsEwout ter Hoeven2022-05-203-5/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | Cython 0.29.30 is required for building Numpy with Python 3.11. This commit updates that in the core/tests/test_cython.py and random/tests/test_exending.py files. It also mentions that Cython 0.29.30 is needed in the INSTALL documentation.
* | | | Merge pull request #21543 from BvB93/aliasMatti Picus2022-05-211-2/+6
|\ \ \ \ | |_|/ / |/| | | TST,TYP: Fix a python 3.11 failure for the `GenericAlias` tests
| * | | DOC: Add a note about `npt._GenericAlias` >=3.11 stabilityBas van Beek2022-05-201-0/+4
| | | |
| * | | TST,TYP: Fix a python 3.11 failure for the `GenericAlias` testsBas van Beek2022-05-201-2/+2
| | | |
* | | | Merge pull request #21552 from jvolkman/dev/sort-svml-objsSebastian Berg2022-05-211-0/+4
|\ \ \ \ | |_|/ / |/| | | BLD: Sort svml objects to keep builds reproducible
| * | | BLD: Sort svml objects to keep builds reproducibleJeremy Volkman2022-05-201-0/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | The output ordering of glob.glob() is not guaranteed to be deterministic. In scenarios where it is not, the _multiarray_umath library is not reproducible. This change simply sorts the svml objects returned by glob.glob() to make sure order is deterministic.
* | | DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920)Saswat Das2022-05-193-0/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added warning for axis=32 * corrected version to 1.23 * added tests for deprecation * added newline EOF * added newline EOF fix * MAINT: Fixup deprecation text and add release note fragment Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* | Merge pull request #21542 from sousaw/sinc_doc_prSebastian Berg2022-05-191-4/+4
|\ \ | | | | | | DOC: improve the docstring of numpy.sinc to explain behavior at zero.
| * | DOC: Update numpy/lib/function_base.pySebastian Berg2022-05-191-1/+1
| | | | | | | | | Co-authored-by: Robert Kern <robert.kern@gmail.com>
| * | DOC: improve the docstring of numpy.sinc to explain behavior at zero.Jesús Carrete Montaña2022-05-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first lines of the sinc docstring did not mention the behavior when the argument is zero, and gave the impression that the function is defined as the quotient between a sine and its argument everywhere. That information was instead relegated to the "Notes" section. I found this issue while navigating the documentation for jax.numpy.sinc, which inherits those few lines. I think it is important to document not only the value of the function at zero, but also that it make sinc a smooth function. This connects better with some of the other routes used to introduce sinc (e.g. as a Taylor series). I have tried to implement the conclusions of the discussion around Issue #21538, keeping the description close to the actual implementation and avoiding my original suggestion of introducing the function as a limit.
* | | Merge pull request #21540 from mattip/openblas-v0.3.20Sebastian Berg2022-05-191-3/+2
|\ \ \ | |/ / |/| | BUILD: update OpenBLAS to v0.3.20
| * | BUILD: update OpenBLAS to v0.3.20mattip2022-05-191-3/+2
|/ /
* | Merge pull request #21530 from felixxm/cython-0.29.30Matti Picus2022-05-195-5/+5
|\ \ | | | | | | MAINT: Update to Cython 0.29.30.
| * | MAINT: Update to Cython 0.29.30.Mariusz Felisiak2022-05-195-5/+5
| | |
* | | Merge pull request #19226 from ↵Matti Picus2022-05-1917-213/+572
|\ \ \ | | | | | | | | | | | | | | | | seberg/fix-void-cast-safety-promotion-and-comparison API: Fix structured dtype cast-safety, promotion, and comparison
| * | | DOC: Fixup test and general doc stringsSebastian Berg2022-05-185-9/+8
| | | | | | | | | | | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
| * | | TST: Fix byte-swap test for big-endian machinesSebastian Berg2022-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | One of the following test is mainly interesting on little endian machines, but that seems OK, the tests definitely run on somewhere :)
| * | | BUG: Failed comparison should be TypeError and fix title mismatch testSebastian Berg2022-05-112-4/+5
| | | |
| * | | DOC: mv details from release note to user guide.Ross Barnowski2022-05-112-42/+45
| | | |