Skip to content

[REL] 0.3.1 #75

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

Merged
merged 16 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
45 changes: 0 additions & 45 deletions .github/workflows/miss_hit.yml

This file was deleted.

15 changes: 4 additions & 11 deletions .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,29 @@ on:
branches:
- dev
- main
paths:
- '**.m'
- '.github/workflows/*.m'
pull_request:
branches: ['*']
paths:
- '**.m'
- '.github/workflows/*.m'
schedule:
- cron: "1 1 1 * *"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-20.04
tests_matlab:
runs-on: ubuntu-22.04

steps:
- name: Install MATLAB
uses: matlab-actions/[email protected]
with:
# MATLAB release to set up R2020a
release: R2020a

- name: Install CPP_ROI
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 1
fetch-depth: 0

- name: Install SPM
run: |
Expand Down Expand Up @@ -64,4 +57,4 @@ jobs:
file: coverage.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
53 changes: 0 additions & 53 deletions .github/workflows/update-contributors.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

*.nii
*.json
*.xml
*.log
*.mat
*.html
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "lib/marsbar"]
path = lib/marsbar
url = https://github.com/marsbar-toolbox/marsbar.git
datalad-url = https://github.com/marsbar-toolbox/marsbar.git
26 changes: 0 additions & 26 deletions .readthedocs copy.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .tributors

This file was deleted.

2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0

title: "CPP ROI"

version: 0.3.0
version: 0.3.1

abstract: Set of Octave and Matlab functions, demos and scripts to help manage ROIs and to play nice with BIDS datasets.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean install_dev
.PHONY: clean install_dev version.txt

clean: clean_lib
rm -rf coverage*
Expand Down
Binary file added atlas/AAL3/AAL3v1.nii.gz
Binary file not shown.
Binary file added atlas/AAL3/AAL3v1_1mm.nii.gz
Binary file not shown.
Loading