Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

MAINT: init file and mpl updates #70

Merged
merged 15 commits into from
Apr 30, 2020

Commits on Apr 13, 2020

  1. MAINT: init file and mpl updates

    * we've been getting reports of new Python 3.7
    patch releases from Windows store causing SciPy DLL
    load issues: scipy/scipy#11826
    
    * so, extend the `_distributor_init.py` machinery usage
    to include Python 3.7 and up for our wheels
    
    * simplify the appveyor `matplotlib` install now that
    there are stable releases available for Python `3.8`
    tylerjereddy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    102f8c9 View commit details
    Browse the repository at this point in the history
  2. MAINT: update .travis.yml

    * fix warnings in `.travis.yml` based on feedback from
    https://config.travis-ci.com/explore
    
    * bump distro to `bionic` since NumPy did this recently too
    
    * attempting to restore Travis CI runs to our wheels
    build matrix
    tylerjereddy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    9bd0bc9 View commit details
    Browse the repository at this point in the history
  3. MAINT: revise PR 70

    * try using `[System.Version]` for more robust
    Python version comparisons in powershell
    tylerjereddy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    79a18da View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. MAINT: PR 70 revisions

    * update minimum NumPy version to `1.14.5`
    
    * the distutils override for appveyor/Windows
    builds now only happens for Python < 3.7, since
    we have now added the `_distributor_init.py`
    for Python 3.7 (not just Python 3.8)
    tylerjereddy committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    88dbc09 View commit details
    Browse the repository at this point in the history
  2. DEBUG: try newer NumPy

    * try using newer NumPy version for Windows Python 3.7
    builds, to see if this helps `check_installed_package.py`
    tylerjereddy committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6eeab9d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    ba81a50 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    7322b09 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    aab7d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e69e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    884818b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. DEBUG: try moving into DLL dir

    * try to solve DLL resolution issues for older
    (32-bit) Python versions by temporarily moving into the
    path where they are stored prior to load attempts
    in `_distributor_init.py`
    tylerjereddy committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    fb417fe View commit details
    Browse the repository at this point in the history
  2. Revert "DEBUG: simplify CI matrix for iteration."

    This reverts commit 46e69e1.
    tylerjereddy committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    cbb5102 View commit details
    Browse the repository at this point in the history
  3. MAINT: PR 70 cleanup

    * remove some debug prints
    
    * revert some debug changes
    
    * use `_distributor_init.py` with Python 3.6+
    (all supported Python versions)
    tylerjereddy committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    32e33c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. MAINT: PR 70 revisions

    * wrap the `_distributor_init.py` `os.chdir` code in a
    `try .. finally` block to ensure restoration of the working
    directory if something fails
    
    * substantially expand the comments describing the rationale
    for the working directory changes in `_distributor_init.py`
    tylerjereddy committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    9c1f7f7 View commit details
    Browse the repository at this point in the history
  2. MAINT: PR 70 revisions

    * sync multibuild submodule to latest `devel` branch
    checkout in attempt to deal with Travis CI failures
    that just started appearing
    tylerjereddy committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ca7eeb6 View commit details
    Browse the repository at this point in the history