Skip to content

Commit

Permalink
New version related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Sep 7, 2023
1 parent b11ab4b commit 912689b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.7.0] - 2023-09-07

### Added
* T2StimFit - A method of accounting for stimulated echoes when performing T2 mapping #207, #209
* R-Squared values for curve fitting maps #198 #205
* New PR template for releases #205 #210

### Changed
* `ukat` is now tested against Python 3.11
* Dependencies are now a little less strict for some packages

### Fixed
* Mapping should now scale better over large images/multiple cores #165 #205
* Quite a lot of PEP8 formatting issues

## [0.6.5] - 2023-02-17

### Added
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors:
given-names: "Susan T"
orcid: "https://orcid.org/0000-0003-0903-7507"
title: "UKRIN Kidney Analysis Toolbox"
version: 0.6.5
version: 0.7.0
doi: 10.5281/zenodo.4742470
date-released: 2023-02-17
date-released: 2023-09-07
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.6.5",
version="0.7.0",
description="UKRIN Kidney Analysis Toolbox",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 912689b

Please sign in to comment.