Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
46b475f
Merge pull request #180 from cpp-lln-lab/dev
Remi-Gau Oct 28, 2021
3ac6041
docs: update README.md
allcontributors[bot] Oct 28, 2021
63574f0
docs: update .all-contributorsrc
allcontributors[bot] Oct 28, 2021
985deb7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 28, 2021
4ee7e86
Merge pull request #181 from cpp-lln-lab/all-contributors/add-iqrasha…
Remi-Gau Oct 28, 2021
35008c2
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 1, 2021
33c9362
Merge pull request #182 from cpp-lln-lab/pre-commit-ci-update-config
Remi-Gau Nov 1, 2021
407af04
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Dec 27, 2021
6a1d243
Merge pull request #185 from cpp-lln-lab/pre-commit-ci-update-config
Remi-Gau Dec 27, 2021
2adcfea
Merge remote-tracking branch 'cpp-lln-lab/master' into dev
Remi-Gau Jan 27, 2022
30b272a
bump bids matlab
Remi-Gau Jan 27, 2022
2304938
bring back a dead function from the dead...
Remi-Gau Jan 27, 2022
71ad2d7
make some tests less verbose
Remi-Gau Jan 27, 2022
32dd6d7
lint and infra
Remi-Gau Jan 27, 2022
be77b1b
use CFF file
Remi-Gau Jan 28, 2022
27f4d22
remove dependencies
Remi-Gau Jan 28, 2022
5bcf6f3
infra
Remi-Gau Jan 28, 2022
fd637ad
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 28, 2022
7f662c5
make less verbose
Remi-Gau Jan 28, 2022
41c6e08
Merge remote-tracking branch 'origin/remi-bump_bids-matlab' into remi…
Remi-Gau Jan 28, 2022
2cb8a83
simplify README
Remi-Gau Jan 28, 2022
23a39e5
remove TOC
Remi-Gau Jan 28, 2022
48015ff
move copyright mention
Remi-Gau Jan 28, 2022
6f36ee4
fix doc
Remi-Gau Jan 28, 2022
aff9571
make test silent
Remi-Gau Jan 28, 2022
efc0ce8
remove README from tests
Remi-Gau Jan 28, 2022
2cf9684
use bids matlab to create filenames
Remi-Gau Jan 28, 2022
b1fe718
simplify tests
Remi-Gau Jan 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
"ideas",
"test"
]
},
{
"login": "iqrashahzad14",
"name": "iqrashahzad14",
"avatar_url": "https://avatars.githubusercontent.com/u/75671348?v=4",
"profile": "https://github.com/iqrashahzad14",
"contributions": [
"bug",
"test"
]
}
],
"contributorsPerLine": 7,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS

- name: MOxUnit Action
uses: joergbrech/moxunit-action@master
uses: joergbrech/moxunit-action@v1.2.0
with:
tests: tests # files or directories containing the MOxUnit test cases
src: src # directories to be added to the Octave search path before running the tests.
ext: tests/utils # External resources to add to the search put (excluded from coverage)
ext: tests/utils lib # External resources to add to the search put (excluded from coverage)
# data: # Directory for test data
with_coverage: true
cover_xml_file: coverage.xml
Expand Down
42 changes: 21 additions & 21 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ repos:
language: python
additional_dependencies: [miss_hit_core]

# - id: mh_style
# name: mh_style
# entry: mh_style
# args: [--process-slx, --fix]
# files: ^(.*\.(m|slx))$
# language: python
# additional_dependencies: [miss_hit_core]
- id: mh_style
name: mh_style
entry: mh_style
args: [--process-slx, --fix]
files: ^(.*\.(m|slx))$
language: python
additional_dependencies: [miss_hit_core]

# - id: mh_metric
# name: mh_metric
# entry: mh_metric
# args: [--ci]
# files: ^(.*\.(m|slx))$
# language: python
# additional_dependencies: [miss_hit_core]
- id: mh_metric
name: mh_metric
entry: mh_metric
args: [--ci]
files: ^(.*\.(m|slx))$
language: python
additional_dependencies: [miss_hit_core]

# - id: mh_lint
# name: mh_lint
# entry: mh_lint
# files: ^(.*\.(m|slx))$
# language: python
# additional_dependencies: [miss_hit]
- id: mh_lint
name: mh_lint
entry: mh_lint
files: ^(.*\.(m|slx))$
language: python
additional_dependencies: [miss_hit]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
35 changes: 0 additions & 35 deletions .zenodo.json

This file was deleted.

53 changes: 53 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
cff-version: 1.2.0

title: "CPP BIDS"

version: 2.1.1dev

abstract: A lightweight Octave/MATLAB toolbox to help create BIDS data sets from source.

message: "If you use this software, please cite it as below."

repository-code: "https://github.com/cpp-lln-lab/CPP_BIDS"

identifiers:
- description: This is the collection of archived snapshots of all releases of CPP BIDS
type: doi
value: "10.5281/zenodo.4007674"

contact:
- affiliation: "Université catholique de Louvain"
email: remi.gau@uclouvain.be
family-names: Gau
given-names: Rémi

authors:
- family-names: "Gau"
given-names: "Rémi"
orcid: "https://orcid.org/0000-0002-1535-9767"
affiliation: "Université catholique de Louvain"

- family-names: "Barilari"
given-names: "Marco"
orcid: "https://orcid.org/0000-0002-3313-3120"
affiliation: "Université catholique de Louvain"

- family-names: "Battal"
given-names: "Ceren"
orcid: "https://orcid.org/0000-0002-9844-7630"
affiliation: "Université catholique de Louvain"


- family-names: "Lenc"
given-names: "Thomas"
orcid: "https://orcid.org/0000-0001-5796-1388"
affiliation: "Université catholique de Louvain"

license: MIT license

keywords:
- BIDS
- brain imaging data structure
- neuroscience
- MATLAB
- Octave
Loading