Skip to content

Commit

Permalink
Release 0.7.7 (#1023)
Browse files Browse the repository at this point in the history
* update changelog

* update version number
  • Loading branch information
NicolasGensollen committed Nov 30, 2023
1 parent 40c260a commit e6d95bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -6,6 +6,22 @@ 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.7

### Enhanced

- [ADNI2BIDS] Enable converter to read CSV files with new naming convention from ADNI (see PR #1016)
- [Converters] Expose `n_procs` option to converters using multiprocessing (see PR #1009)
- [GENFI2BIDS] Enable converter to extract more clinical data (see PR #1005)

### Fixed

- [IOTools] Fix regression in `merge-tsv` command (see PR #1013 and #1019)
- [GENFI2BIDS] Fix issue with link and readme data not found by the converter (see PR #1015)
- [PETLinear] Fix the CLI of PETLinear due to previously added option (see PR #1004)
- [T1Linear] Fix bad session labels in output file names (see PR #1000)
- [StatisticsSurface] Some fixes to the pipeline (see PR #840)

## Clinica 0.7.6

### Enhanced
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clinica"
version = "0.7.6"
version = "0.7.7"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit e6d95bf

Please sign in to comment.