Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated numpy types #798

Merged
merged 12 commits into from
Apr 20, 2021
Merged

Commits on Apr 17, 2021

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

Commits on Apr 19, 2021

  1. Silence deprecation warning in skfmm

    As of NumPy 1.20, skfmm warns "`np.int` is a deprecated alias for the builtin `int`".
    This has been [fixed](scikit-fmm/scikit-fmm@4c98944)
    but hasn't percolted to PyPI, yet.
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b2694ed View commit details
    Browse the repository at this point in the history
  2. Describe deprecation exception

    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c475ce0 View commit details
    Browse the repository at this point in the history
  3. Silence deprecation warning in tvtk

    tvtk warns "Converting `np.character` to a dtype is deprecated."
    We'll hopefully be getting rid of dependency on tvtk altogether
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a007c16 View commit details
    Browse the repository at this point in the history
  4. Silence deprecation warning in tvtk

    tvtk warns "'TraitPrefixMap' trait handler has been deprecated".
    We'll hopefully be getting rid of dependency on tvtk altogether
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    cb76f2f View commit details
    Browse the repository at this point in the history
  5. Revert "Silence deprecation warning in tvtk"

    This reverts commit cb76f2f.
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8c76a4a View commit details
    Browse the repository at this point in the history
  6. Revert "Silence deprecation warning in tvtk"

    This reverts commit a007c16.
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    0cff72c View commit details
    Browse the repository at this point in the history
  7. Test appveyor on newer python

    Hopefully will pull in newer mayavi, which should silence deprecations
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b959f27 View commit details
    Browse the repository at this point in the history
  8. Step back to Python 3.8 on appveyor

    Python 3.9 not supported yet
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    75f3b55 View commit details
    Browse the repository at this point in the history
  9. Remove defaults channel

    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c22ba3d View commit details
    Browse the repository at this point in the history
  10. Reintroduce defaults channel for Python 2.7

    defaults is needed for mayavi
    guyer committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    97d1fd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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