Skip to content

Commit

Permalink
Merge pull request #75 from cpp-lln-lab/dev
Browse files Browse the repository at this point in the history
[REL] 0.3.1
  • Loading branch information
Remi-Gau authored Nov 2, 2022
2 parents cf371ff + 2d8bebb commit e7395af
Show file tree
Hide file tree
Showing 473 changed files with 487 additions and 36,576 deletions.
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/setup-matlab@v1.2.2
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

0 comments on commit e7395af

Please sign in to comment.