10000 Prepare for 1.1.0 release by tsalo · Pull Request #228 · PennLINC/qsirecon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare for 1.1.0 release #228

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

Merged
merged 1 commit into from
Apr 14, 2025
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
8 changes: 6 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ authors:
given-names: Michael
affiliation: Max Planck Institute for Human Development, Berlin, Germany
orcid: https://orcid.org/0000-0002-3878-6542
- family-names: Raikes
given-names: Adam
affiliation: Center for Innovation in Brain Science, University of Arizona
orcid: https://orcid.org/0000-0002-1609-6727
- family-names: Sadil
given-names: Patrick
affiliation: Johns Hopkins Bloomberg School of Public Health
Expand Down Expand Up @@ -167,5 +171,5 @@ keywords:
- BIDS
- BIDS-App
license: BSD-3-Clause
version: 1.0.1
date-released: '2025-03-11'
version: 1.1.0
date-released: '2025-04-14'
18 changes: 18 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# What's New

## 1.1.0

### 🎉 Exciting New Features

* Tissue fraction modulated ICVF and OD maps by @araikes in https://github.com/PennLINC/qsirecon/pull/218
* Calculate kurtosis microstructure scalars with new `DKI_reconstruction` parameter by @tsalo in https://github.com/PennLINC/qsirecon/pull/223

### Other Changes

* Add `smoothing` and `otsu_threshold` autotrack arguments by @smeisler in https://github.com/PennLINC/qsirecon/pull/219
* Allow desc entity in recon scalar derivatives by @tsalo in https://github.com/PennLINC/qsirecon/pull/220

## New Contributors

* @araikes made their first contribution in https://github.com/PennLINC/qsirecon/pull/218

**Full Changelog**: https://github.com/PennLINC/qsirecon/compare/1.0.1...1.1.0

## 1.0.1

### 🎉 Exciting New Features
Expand Down
0