Commits on May 23, 2022
-
Merge pull request #21558 from bsipocz/python36_37_cleanup
MAINT: Python <3.8 related cleanups
-
-
Commits on May 22, 2022
-
DOC: Style version switcher button (#21451)
* 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]
-
Commits on May 21, 2022
Commits on May 20, 2022
-
DEP: Deprecate use of
axis=MAXDIMS
instead ofaxis=None
(#20920)* 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>
Commits on May 19, 2022
-
Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-…
…and-comparison API: Fix structured dtype cast-safety, promotion, and comparison
Commits on May 18, 2022
Commits on May 14, 2022
-
DOC: Proposal - make the doc landing page cards more similar to scipy…
…/pandas (#21491) * DOC: Add panel elements to index matching scipy/pandas. * DOC: Update card styling in css to match scipy/pandas. * DOC: Add release notes to nav bar. * DOC: replace css in layout with html_css_files conf val. * DOC: Fix page layout. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
-
DOC: fix documentation for typedescr argument of PyArray_AsCArray
The PyArray_AsCArray API does not conform to the documentation and document that the call steals a reference to the PyArray_Descr argument.
Commits on May 11, 2022
-
Merge pull request #20020 from joukewitteveen/ma-ndenumerate
ENH: add ndenumerate specialization for masked arrays
-
-
Rm preamble from release note.
Most of the removed info is already in the structured array dtype doc or later in the release note - leave high-level summary in place.
Commits on May 10, 2022
-
Merge pull request #21485 from WarrenWeckesser/average-keepdims
ENH: Add 'keepdims' to 'average()' and 'ma.average()'.
-
-
-
Merge pull request #20993 from seberg/fixup-fromiter
ENH: Allow object and subarray dtypes in fromiter
Commits on May 9, 2022
-
WIP: docs... Need to start a whole new "promotion" probably based on …
…some stuff in the NEP 50 draft...
Commits on May 7, 2022
-
Merge pull request #21188 from seberg/scalar-math-rewrite
MAINT,ENH: Rewrite scalar math logic
Commits on May 6, 2022
-
Merge pull request #21400 from Patol75/patch-1
DOC: Add missing entries in `numpy.testing` documentation
-
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Commits on May 4, 2022
-
-
DOC: Windows and F2PY (#20311)
* DOC: Windows and F2PY * DOC: Intel F2PY * DOC: F2PY Windows Reviewer Comments I Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> * DOC: Clean F2PY Win and add to index * DOC: F2PY windows narrative rewrite * DOC: Clean up Windows environment suggestions * DOC: Add Windows Terminal Details * DOC: Update windows index * MAINT: Clean doc * DOC: Add partials for Windows * DOC: Update as per review Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> * DOC,BLD: Add to toctree to appease build Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Commits on May 3, 2022
-
Merge pull request #21410 from HaoZeke/gh19159
DOC: Update set of allowed f2cmap types
Commits on Apr 29, 2022
-
Merge pull request #21187 from HaoZeke/f2pyDeterminism
ENH: F2PY build output determinism
-
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
-
Commits on Apr 28, 2022
-
DOC: Add a release note about the performance improvements in scalars
I somewhat think the change for subclass logic is so esoteric, that I am not even sure a release note is useful...
Commits on Apr 26, 2022
Commits on Apr 23, 2022
-
DOC: non-orphan page, and casing.
user/index is not an orphan page, it is references in the main index.rst Unless there is another reason to mark it as orphan ? Also lowercase a directive, it is the only instance of an uppercase directive in all the source code of numpy/scipy.