Skip to content

Conversation

@larsoner
Copy link
Member

@larsoner larsoner commented Nov 17, 2020

  1. Add 3.9 as the --pre job. To do this I needed to compile my own Linux VTK wheel and upload to OSF. Let's see if that works. If not I guess we can get rid of VTK there, and have a second 3.8-pre job that has VTK.
  2. Add badges for GH-actions
  3. Move artifacts-redirector file
  4. Remove crufty and unreliable Xdawn test

Closes #8456

.. _GH-Linux: https://github.com/mne-tools/mne-python/actions?query=branch:master+event:push

.. |GH-macOS| image:: https://github.com/mne-tools/mne-python/workflows/macos%20/%20conda/badge.svg?branch=master
.. _GH-macOS: https://github.com/mne-tools/mne-python/actions?query=branch:master+event:push
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preview version:

https://github.com/mne-tools/mne-python/blob/69045051f1d4a007bbc37d8159aba024e2347587/README.rst

I could add linux / pip etc. but since our official instructions are conda I think it makes sense to just to have the conda ones listed here.

from pyvista.utilities import try_callback
from pyvista.plotting.plotting import _ALL_PLOTTERS
VTK9 = LooseVersion(vtk.VTK_VERSION) >= LooseVersion('9.0')
VTK9 = LooseVersion(getattr(vtk, 'VTK_VERSION', '9.0')) >= LooseVersion('9.0')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@larsoner
Copy link
Member Author

@GuillaumeFavelier feel free to merge if you're happy

Copy link
Contributor

@GuillaumeFavelier GuillaumeFavelier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@GuillaumeFavelier GuillaumeFavelier merged commit 7b0468f into mne-tools:master Nov 18, 2020
@GuillaumeFavelier
Copy link
Contributor

Thanks @larsoner !

@GuillaumeFavelier GuillaumeFavelier mentioned this pull request Nov 18, 2020
@larsoner larsoner deleted the 3.9 branch November 18, 2020 12:04
larsoner added a commit to kylemath/mne-python that referenced this pull request Nov 19, 2020
* upstream/master:
  MRG, MAINT: Try conda-forge (mne-tools#8046)
  MRG, MAINT: deduplicate definition of FIFF constants (mne-tools#8537)
  ENH: Add realign_raw (mne-tools#8540)
  CI: Use 20.04 (mne-tools#8541)
  fix example (mne-tools#8539)
  MRG, VIZ, FIX: plot_sensors title and interactivity (mne-tools#8536)
  MRG, MAINT: Test 3.9 (mne-tools#8533)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Python 3.9

2 participants