Recent Releases of cpp_roi

cpp_roi - v0.4.0

What's Changed

  • [FIX] fix spelling by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/76
  • [ENH] add HPC extended atlas by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/80
  • [FIX] fix installing atlas with octave by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/81
  • [FIX] gunzipping with octave by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/84
  • [ENH] add input validation by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/90
  • [ENH] add glasser atlas by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/99
  • [ENH] Transfer all atlases to spm atlas by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/100
  • [INFRA] update RTD config by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/102
  • [MAINT] move function from bidspm by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/104
  • [MAINT] use bids matlab main (remove atlas entity), update RTD config by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/111
  • [FIX] return all labels for HCPex atlas by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/118
  • REL-0.4.0 by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/121

New Contributors

  • @allcontributors made their first contribution in https://github.com/cpp-lln-lab/CPP_ROI/pull/119

Full Changelog: https://github.com/cpp-lln-lab/CPP_ROI/compare/v0.3.1...v0.4.0

- MATLAB
Published by Remi-Gau almost 2 years ago

cpp_roi - v0.3.1

What's Changed

  • [INFRA] fix autoupdate contributors by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/50
  • [REL] 0.3.1 by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/75

New Contributors

  • @github-actions made their first contribution in https://github.com/cpp-lln-lab/CPP_ROI/pull/51
  • @dependabot made their first contribution in https://github.com/cpp-lln-lab/CPP_ROI/pull/65

Full Changelog: https://github.com/cpp-lln-lab/CPP_ROI/compare/v0.3.0...v0.3.1

- MATLAB
Published by Remi-Gau over 3 years ago

cpp_roi - v0.3.0

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/cpp-lln-lab/CPP_ROI/pull/30
  • [REF & ENH] remove renameFile and deal with atlas entities by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/31
  • [ENH] Add input checks to several functions by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/36
  • [REF] add tests bids name and refactor by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/37
  • Add visfAtlas by @marcobarilari in https://github.com/cpp-lln-lab/CPP_ROI/pull/38
  • [ENH] add function to find peak in ROI and to plot ROI content by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/41
  • [ENH] update plotDataInRoi by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/42
  • [REF] refactor the way the ROIs are saved by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/44
  • [INFRA] start using tributors by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/45
  • [ENH] improve roi plotting by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/46
  • Automated deployment to update contributors 2022-06-06 by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/47
  • [REL] v0.3.0 by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/48

Full Changelog: https://github.com/cpp-lln-lab/CPP_ROI/compare/v0.2.0...v0.3.0

- MATLAB
Published by Remi-Gau over 3 years ago

cpp_roi - v0.2.0

What's Changed

  • [ENH] update from bids-matlab by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/18
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/cpp-lln-lab/CPP_ROI/pull/23
  • [ENH] Bump bids matlab by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/24
  • resliceToiImage - interpolation type suggestion by @CerenB in https://github.com/cpp-lln-lab/CPP_ROI/pull/22
  • [INFRA] update tests in CI by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/27
  • [REL] 0.2.0 by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/28

New Contributors

  • @CerenB made their first contribution in https://github.com/cpp-lln-lab/CPP_ROI/pull/22

Full Changelog: https://github.com/cpp-lln-lab/CPP_ROI/compare/v0.1.0...v0.2.0

- MATLAB
Published by Remi-Gau almost 4 years ago

cpp_roi - CPP ROI - v0.1.0

What's Changed

  • fix typos in the readme file by @marcobarilari in https://github.com/cpp-lln-lab/CPP_ROI/pull/8
  • [ENH] filename does not require a filename field by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/10
  • [INFRA] add tests and refactor by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/11
  • [FIX] minor fixes and typos by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/12
  • [INFRA] add test by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/13
  • [ENH] refactor code for creation of ROIs from atlas by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/14
  • add tests, refactor and make sure output names are more bids compliant by @Remi-Gau in https://github.com/cpp-lln-lab/CPP_ROI/pull/19
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/cpp-lln-lab/CPP_ROI/pull/21

New Contributors

  • @marcobarilari made their first contribution in https://github.com/cpp-lln-lab/CPP_ROI/pull/8
  • @pre-commit-ci made their first contribution in https://github.com/cpp-lln-lab/CPP_ROI/pull/21

Full Changelog: https://github.com/cpp-lln-lab/CPP_ROI/commits/v0.1.0

- MATLAB
Published by Remi-Gau over 4 years ago