main
Name already in use
Commits on Oct 17, 2022
-
Merge pull request #22447 from knappa/writeable-v-writable
TYP: Spelling alignment for array flag literal
-
Merge pull request #22409 from noritada/dark-mode-coloring-improvements
DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme
-
DOC: Update a label color for the version selection button
Co-authored-by: Inessa Pawson <inessapawson@gmail.com> Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
-
Merge pull request #22438 from DimitriPapadopoulos/versioneer
MAINT: Update versioneer 0.19 → 0.26
Commits on Oct 16, 2022
-
Merge pull request #22441 from HaoZeke/revert22440
MAINT,DOC: Revert "MAINT: fix typo in f2c_lapack.c"
-
Revert "MAINT: fix typo in f2c_lapack.c"
This reverts commit 5d6b8b0.
Commits on Oct 15, 2022
-
-
MAINT: Don't include "dirty" in versioneer generated versions.
We patch the LICENSE file for both sdist and wheel releases, making them all "dirty", i.e., containing files that have not been committed. Having "dirty" in the product name is bad marketing and the versioneer tool does not have an option or style that will omit that bit of information, so patch the versioneer files to make that tag an empty string.
-
MAINT: Update versioneer 0.19 → 0.26
Keep classic vendored mode. This update will shut up this codespell warning: unparseable ==> unparsable
-
Merge pull request #22440 from eltociear/patch-4
MAINT: fix typo in f2c_lapack.c
Commits on Oct 14, 2022
-
Merge pull request #22432 from DimitriPapadopoulos/sys.real_prefix
MAINT: always use sys.base_prefix, never use sys.real_prefix
-
DOC: Add changelog for
masked_invalid
change. (#22406)This pull request add the changelog for #22046.
Commits on Oct 13, 2022
-
Merge pull request #22430 from charris/post-1.23.4-release-update
MAINT: Update main after 1.23.4 release.
-
MAINT: always use sys.base_prefix, never use sys.real_prefix
`sys.base_prefix` was introduced in Python 3.3, so it will always be available in supported versions of Python >= 3.3: https://docs.python.org/3/library/sys.html#sys.base_prefix As a result, `sys.real_prefix` will never be used in supported versions of Python >= 3.3. Besides, it has been removed from recent versions of virtualenv: pypa/virtualenv#1622
-
Merge pull request #22411 from DimitriPapadopoulos/python2_doc
DOC: Remove documentation specific to Python 2
Commits on Oct 12, 2022
-
-
Merge pull request #22419 from HaoZeke/minorMaint
MAINT: Remove PyCObject from the SWIG interface
Commits on Oct 11, 2022
-
Merge pull request #22418 from charris/fix-memory-check
TST, BLD: Fix failing aarch64 wheel builds.
-
Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-co…
…nversion DEP: Deprecate conversion of out-of-bound Python integers
-
TST, BLD: Fix failing aarch64 wheel builds.
The aarch64 wheel build tests are failing with OOM. The new test for complex128 dot for huge vectors is responsible as the useable memory is incorrectly determined and the check for sufficient memory fails. The fix here is to define the `NPY_AVAILABLE_MEM="4 GB"` environment variable before the test call in `cibw_test_command.sh`.
-
DOC: added
ma.round
andma.round_
examples (#22404)This PR is partially addressing #22269 Added examples for ma.round and ma.round_
-
Update doc/release/upcoming_changes/22393.deprecation.rst
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-
ENH: allow explicit
like=None
in all array creation functions (#22379)
Commits on Oct 10, 2022
-
Merge pull request #22421 from HaoZeke/cobjToCapsule
DOC: Replace CObject with Capsule consistently
-
Update doc/source/f2py/python-usage.rst
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-
-
-
-
-
Merge pull request #22407 from cmarmo/fix-sphinx-titles
DOC: Fix title level for release note improvements