Skip to content

Commit e7395af

Browse files
authored
Merge pull request #75 from cpp-lln-lab/dev
[REL] 0.3.1
2 parents cf371ff + 2d8bebb commit e7395af

File tree

473 files changed

+487
-36576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

473 files changed

+487
-36576
lines changed

.github/workflows/miss_hit.yml

-45
This file was deleted.

.github/workflows/run_tests_matlab.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,29 @@ on:
55
branches:
66
- dev
77
- main
8-
paths:
9-
- '**.m'
10-
- '.github/workflows/*.m'
118
pull_request:
129
branches: ['*']
13-
paths:
14-
- '**.m'
15-
- '.github/workflows/*.m'
1610
schedule:
1711
- cron: "1 1 1 * *"
1812

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

2216
jobs:
23-
build:
24-
runs-on: ubuntu-20.04
17+
tests_matlab:
18+
runs-on: ubuntu-22.04
2519

2620
steps:
2721
- name: Install MATLAB
2822
uses: matlab-actions/[email protected]
2923
with:
30-
# MATLAB release to set up R2020a
3124
release: R2020a
3225

3326
- name: Install CPP_ROI
3427
uses: actions/checkout@v3
3528
with:
3629
submodules: true
37-
fetch-depth: 1
30+
fetch-depth: 0
3831

3932
- name: Install SPM
4033
run: |
@@ -64,4 +57,4 @@ jobs:
6457
file: coverage.xml # optional
6558
flags: unittests # optional
6659
name: codecov-umbrella # optional
67-
fail_ci_if_error: true # optional (default = false)
60+
fail_ci_if_error: false # optional (default = false)

.github/workflows/update-contributors.yml

-53
This file was deleted.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
*.nii
44
*.json
5-
*.xml
65
*.log
76
*.mat
87
*.html

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "lib/marsbar"]
2+
path = lib/marsbar
3+
url = https://github.com/marsbar-toolbox/marsbar.git
4+
datalad-url = https://github.com/marsbar-toolbox/marsbar.git

.readthedocs copy.yml

-26
This file was deleted.

.tributors

-33
This file was deleted.

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22

33
title: "CPP ROI"
44

5-
version: 0.3.0
5+
version: 0.3.1
66

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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: clean install_dev
1+
.PHONY: clean install_dev version.txt
22

33
clean: clean_lib
44
rm -rf coverage*

atlas/AAL3/AAL3v1.nii.gz

38 KB
Binary file not shown.

atlas/AAL3/AAL3v1_1mm.nii.gz

115 KB
Binary file not shown.

0 commit comments

Comments
 (0)