Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 17, 2022

  1. Merge pull request #22447 from knappa/writeable-v-writable

    TYP: Spelling alignment for array flag literal
    charris committed Oct 17, 2022
  2. Merge pull request #22409 from noritada/dark-mode-coloring-improvements

    DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme
    seberg committed Oct 17, 2022
  3. 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>
    3 people committed Oct 17, 2022
  4. Merge pull request #22438 from DimitriPapadopoulos/versioneer

    MAINT: Update versioneer 0.19 → 0.26
    charris committed Oct 17, 2022

Commits on Oct 16, 2022

  1. Merge pull request #22441 from HaoZeke/revert22440

    MAINT,DOC: Revert "MAINT: fix typo in f2c_lapack.c"
    charris committed Oct 16, 2022
  2. Revert "MAINT: fix typo in f2c_lapack.c"

    This reverts commit 5d6b8b0.
    HaoZeke committed Oct 16, 2022

Commits on Oct 15, 2022

  1. 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.
    charris authored and DimitriPapadopoulos committed Oct 15, 2022
  2. MAINT: Update versioneer 0.19 → 0.26

    Keep classic vendored mode.
    
    This update will shut up this codespell warning:
    	unparseable ==> unparsable
    DimitriPapadopoulos committed Oct 15, 2022
  3. Merge pull request #22440 from eltociear/patch-4

    MAINT: fix typo in f2c_lapack.c
    HaoZeke committed Oct 15, 2022
  4. MAINT: fix typo in f2c_lapack.c

    inifinity -> infinity
    eltociear committed Oct 15, 2022

Commits on Oct 14, 2022

  1. Merge pull request #22432 from DimitriPapadopoulos/sys.real_prefix

    MAINT: always use sys.base_prefix, never use sys.real_prefix
    seberg committed Oct 14, 2022
  2. DOC: Add changelog for masked_invalid change. (#22406)

    This pull request add the changelog for #22046.
    cmarmo committed Oct 14, 2022

Commits on Oct 13, 2022

  1. Merge pull request #22430 from charris/post-1.23.4-release-update

    MAINT: Update main after 1.23.4 release.
    charris committed Oct 13, 2022
  2. 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
    DimitriPapadopoulos committed Oct 13, 2022
  3. Merge pull request #22411 from DimitriPapadopoulos/python2_doc

    DOC: Remove documentation specific to Python 2
    seberg committed Oct 13, 2022

Commits on Oct 12, 2022

  1. Merge pull request #22419 from HaoZeke/minorMaint

    MAINT: Remove PyCObject from the SWIG interface
    seberg committed Oct 12, 2022

Commits on Oct 11, 2022

  1. Merge pull request #22418 from charris/fix-memory-check

    TST, BLD: Fix failing aarch64 wheel builds.
    charris committed Oct 11, 2022
  2. Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-co…

    …nversion
    
    DEP: Deprecate conversion of out-of-bound Python integers
    mattip committed Oct 11, 2022
  3. 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`.
    charris committed Oct 11, 2022
  4. DOC: added ma.round and ma.round_ examples (#22404)

    This PR is partially addressing #22269
    Added examples for ma.round and ma.round_
    hirwa-nshuti committed Oct 11, 2022
  5. Update doc/release/upcoming_changes/22393.deprecation.rst

    Co-authored-by: Matti Picus <matti.picus@gmail.com>
    seberg and mattip committed Oct 11, 2022
  6. ENH: allow explicit like=None in all array creation functions (#22379)

    Addresses #22069. As discussed in the existing issue @seberg stated that it would be best to support explicitly defined like=None when creating arange objects.
    
    Extended to all other array_creation methods which did not currently support like=None.
    
    Closes gh-22069
    jordyjwilliams committed Oct 11, 2022

Commits on Oct 10, 2022

  1. Merge pull request #22421 from HaoZeke/cobjToCapsule

    DOC: Replace CObject with Capsule consistently
    mattip committed Oct 10, 2022
  2. Update doc/source/f2py/python-usage.rst

    Co-authored-by: Matti Picus <matti.picus@gmail.com>
    HaoZeke and mattip committed Oct 10, 2022
  3. Merge pull request #22407 from cmarmo/fix-sphinx-titles

    DOC: Fix title level for release note improvements
    seberg committed Oct 10, 2022
Older