Skip to content

Commit

Permalink
Merge pull request #168 from UNFmontreal/update_to_2.1.7
Browse files Browse the repository at this point in the history
update_to_2.1.7
  • Loading branch information
arnaudbore authored May 30, 2022
2 parents 37139af + 6312335 commit a129b44
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 2.1.7 - 2022-05-30

Last version before refactoring.

- Major and minor documentation fixes
- Fix Ìntended for
- Fix Entity table order
- Fix Windows paths
- Fix issue when no internet
- Remove support to Python 2.6

## 2.1.6 - 2021-02-16

- New Containers
Expand Down
2 changes: 1 addition & 1 deletion dcm2bids/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""This module take care of the versioning"""

# dcm2bids version
__version__ = "2.1.6"
__version__ = "2.1.7"


import logging
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ usage: dcm2bids [-h] -d DICOM_DIR [DICOM_DIR ...] -p PARTICIPANT [-s SESSION] -c
[-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [-a]
Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure
dcm2bids 2.1.6
dcm2bids 2.1.7
options:
-h, --help show this help message and exit
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can test it with any command but a safe way is to use the `--help` command.
[-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [-a]

Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure
dcm2bids 2.1.6
dcm2bids 2.1.7

options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -951,7 +951,7 @@ command.
[-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [-a]

Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure
dcm2bids 2.1.6
dcm2bids 2.1.7

options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -1005,7 +1005,7 @@ That being said, you can run the command:
INFO:dcm2bids.dcm2bids:--- dcm2bids start ---
INFO:dcm2bids.dcm2bids:OS:version: Linux-5.13.0-39-generic-x86_64-with-glibc2.31
INFO:dcm2bids.dcm2bids:python:version: 3.10.4 | packaged by conda-forge | (main, Mar 24 2022, 17:39:04) [GCC 10.3.0]
INFO:dcm2bids.dcm2bids:dcm2bids:version: 2.1.6
INFO:dcm2bids.dcm2bids:dcm2bids:version: 2.1.7
INFO:dcm2bids.dcm2bids:dcm2niix:version: v1.0.20211006
INFO:dcm2bids.dcm2bids:participant: sub-ID01
INFO:dcm2bids.dcm2bids:session:
Expand Down

0 comments on commit a129b44

Please sign in to comment.