Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/rel/v0.7.3' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Oct 30, 2024
2 parents d533c6c + 9a7a716 commit 55f74d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.7.3] - 2024-10-30

### Changed
* Signals to input to mapping classes are now normalised before fitting, then M0 rescaled back to the original scale. This
means M0 bounds and initialisation are more consistent/appropriate for data from different vendors #226
* The limits of efficiency have been widened for MOLLI T1 mapping #229
* Upgrade codecov action to v4

## [0.7.2] - 2024-07-05

### Added
Expand Down
7 changes: 5 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ authors:
- family-names: "Buchanan"
given-names: "Charlotte E"
orcid: "https://orcid.org/0000-0003-3010-6079"
- family-names: "Sourbron"
given-names: "Steven"
orcid: "https://orcid.org/0000-0002-3374-3973"
- family-names: "Francis"
given-names: "Susan T"
orcid: "https://orcid.org/0000-0003-0903-7507"
title: "UKRIN Kidney Analysis Toolbox"
version: 0.7.2
version: 0.7.3
doi: 10.5281/zenodo.4742470
date-released: 2024-07-05
date-released: 2024-10-30
url: "https://github.com/UKRIN-MAPS/ukat"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ukat",
version="0.7.2",
version="0.7.3",
description="UKRIN Kidney Analysis Toolbox",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 55f74d0

Please sign in to comment.