Skip to content

Commit

Permalink
Release 0.7.3 (#793)
Browse files Browse the repository at this point in the history
* Increment version number

* Add initial changes made by Omar

* Add more changes
  • Loading branch information
NicolasGensollen authored Nov 18, 2022
1 parent f28eb89 commit b55cc5a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
33 changes: 31 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ Main changes to this code/ project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Clinica 0.7.3

### Enhanced

- [CI] Add caching support for unit tests
- [CI] Refactor testing tools
- [Dependencies] Bump lxml from 4.9.0 to 4.9.1
- [Dependencies] Upgrade joblib to 1.2.0
- [Dependencies] build: Install nipype up to version 1.8.2
- [SurfStat] Pure python implementation
- [IOTools] Fix warnings in merge-tsv
- [Adni2BIDS] Deal with new data from ADNI3
- [DWIPreprocessingUsingT1] Optimized disk usage of Pipeline DWIPreprocessingUsingT1
- [IOTools] Allow setting a custom logging directory via environment variable
- [IOTools] Center all modalities if no modality is specified
- [Pipelines] Report uncompliant BIDS subjects

### Added

- [Converters] Add support for BIDS Readme
- [IOTools] Extend the create-subjects-sessions iotool to CAPS directories
- [IOTools] Add pet-linear to checks for missing processing

### Fixed

- [UKB2BIDS] Add error if data is not found or filtered
- [DWIPreprocessingUsingT1] Add missing `out_file` parameter to DWIBiasCorrect
- [Converters] UKB2BIDS drop directories labeled as unusable
- [Adni2BIDS] Handle empty lines in `create_subs_sess_list`
- [IOTools] Fix `vox_to_world_space_method_1`

## Clinica 0.7.2

### Fixed
Expand All @@ -17,10 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Adni2Bids] Add compatibility for edge cases introduced in Adni3


## Clinica 0.7.1


### Added
- [Doc] add ukbiobank documentation
- [DWIConnectome] Fetch meta data directly from MRtrix github repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clinica"
version = "0.7.2"
version = "0.7.3"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit b55cc5a

Please sign in to comment.