From 538c0b9fb93557841024ef47a452c5fc227b50f0 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Sat, 4 Apr 2020 00:18:17 +0200 Subject: [PATCH] REL 0.4 (#385) --- .circleci/config.yml | 2 +- .travis.yml | 8 +++---- README.rst | 2 +- appveyor.yml | 4 ++-- doc/_templates/navbar.html | 1 + doc/conf.py | 2 +- doc/environment.yml | 4 ++-- doc/whats_new.rst | 39 ++++++++++++++++++++++++---------- environment.yml | 2 +- examples/convert_empty_room.py | 6 +++--- mne_bids/__init__.py | 2 +- mne_bids/config.py | 2 +- mne_bids/write.py | 8 +++---- 13 files changed, 50 insertions(+), 32 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a27a744c9..937aab18d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ jobs: conda update --yes --quiet conda conda env create -f environment.yml --name=testenv source activate testenv - pip install -U https://api.github.com/repos/mne-tools/mne-python/zipball/master + pip install mne==0.20 python setup.py develop - run: diff --git a/.travis.yml b/.travis.yml index 4937be5fd..e5e694783 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,13 @@ matrix: # Linux - os: linux env: CONDA_ENV="environment.yml" - MNE_VERSION="master" + MNE_VERSION="maint/0.20" name: "Linux conda full" # OSX conda - os: osx env: CONDA_ENV="environment.yml" - MNE_VERSION="master" + MNE_VERSION="maint/0.20" name: "MacOS conda full" # Minimal @@ -28,7 +28,7 @@ matrix: # Linux with timezone = Berlin, i.e. UTC+1 (CET) or UTC+2 (CEST) - os: linux env: CONDA_ENV="environment.yml" - MNE_VERSION="master" + MNE_VERSION="maint/0.20" TZ="Europe/Berlin" name: "Linux conda full, timezone Europe/Berlin" @@ -36,7 +36,7 @@ matrix: env: global: # can be "stable", or anything that can be used with git checkout - - VALIDATOR_VERSION="347117838f2b929e" + - VALIDATOR_VERSION="8887074e5f5f48a768842ffcf96fb2952dbe0e38" # can be any branch of MNE-Python (e.g., "maint/0.18", "master", ...) before_install: diff --git a/README.rst b/README.rst index f34ad2857..b25219e51 100644 --- a/README.rst +++ b/README.rst @@ -199,7 +199,7 @@ Example: Bug reports ----------- -Use the `github issue tracker `_ +Use the `GitHub issue tracker `_ to report bugs. Contributing diff --git a/appveyor.yml b/appveyor.yml index 69b9c013e..a0a68679e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,9 @@ environment: # latter case, you MUST adjust VALIDATOR_EXECUTABLE to the following value: # "C:\\projects\\mne-bids\\bids-validator\\bids-validator\\bin\\bids-validator" # ... whereas for "stable", VALIDATOR_EXECUTABLE MUST be set to "n/a" - VALIDATOR_VERSION: "347117838f2b929e" + VALIDATOR_VERSION: "8887074e5f5f48a768842ffcf96fb2952dbe0e38" # can be any branch of MNE-Python (e.g., "maint/0.18", "master", ...) - MNE_VERSION: "master" + MNE_VERSION: "maint/0.20" VALIDATOR_EXECUTABLE: "C:\\projects\\mne-bids\\bids-validator\\bids-validator\\bin\\bids-validator" NODEJS_VERSION: "10.16.1" PYTHON: "C:\\conda" diff --git a/doc/_templates/navbar.html b/doc/_templates/navbar.html index e4f68b136..18b9d2c8b 100644 --- a/doc/_templates/navbar.html +++ b/doc/_templates/navbar.html @@ -9,6 +9,7 @@