Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_to_2.1.7 #168

Merged
merged 1 commit into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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