Skip to content

Commit

Permalink
prepare to release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie22 committed Oct 12, 2023
1 parent 64010cb commit 2ac4bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ authors:
given-names: Haris
orcid: "https://orcid.org/0000-0001-6975-5960"
cff-version: "1.1.0"
date-released: 2023-08-04
date-released: 2023-10-12
message: "If you use hazen in your work, please cite it using these metadata."
repository-code: "https://github.com/GSTT-CSC/hazen"
title: hazen
version: "1.3.0"
version: "1.3.1"
...
2 changes: 1 addition & 1 deletion hazenlib/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.3.1'

2 comments on commit 2ac4bd0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hazenlib
   ACRObject.py1071190%74, 77–79, 84–87, 125, 168–169
   HazenTask.py28389%41–43
   __init__.py561573%166, 197–200, 202–206, 208–210, 225–230, 234
   exceptions.py21576%17–21, 38
   utils.py1894377%61, 65, 75, 80, 117, 124–129, 140, 143–150, 170–172, 190–192, 211–213, 222, 227, 233, 284, 287, 295–300, 303, 346, 355, 371
hazenlib/tasks
   acr_geometric_accuracy.py1196248%42–86, 96–121, 134–168
   acr_ghosting.py1074261%35–51, 77–79, 109–111, 145–187
   acr_slice_position.py1364865%47–68, 194–241
   acr_slice_thickness.py1366056%34–53, 162–224
   acr_snr.py1365857%46, 51–92, 102, 172–182, 216–231, 264–281
   acr_spatial_resolution.py2066867%59–86, 131, 174, 187–196, 278–330
   acr_uniformity.py813260%38–56, 112–138
   ghosting.py1515166%19–36, 51, 113–114, 118, 128–129, 155–157, 174–176, 222–259
   relaxometry.py2908969%207–208, 210, 221–224, 230–236, 268–312, 353, 387–405, 580, 626–628, 695, 769–791, 809–824
   slice_position.py1244068%26, 31–62, 114–115, 141, 221, 229–247
   slice_width.py3505285%36–38, 42, 107, 166–187, 441, 446–447, 453, 458, 516–517, 767–809
   snr.py1686760%61, 78–83, 179–197, 212–221, 239–249, 276–286, 291–301, 332–346, 351–359, 388–402
   snr_map.py107199%152
   spatial_resolution.py2484482%41–43, 47, 68, 153, 212, 338–375
   uniformity.py791976%47–49, 53, 95–96, 103, 137–152
TOTAL286481072% 

Tests Skipped Failures Errors Time
201 0 💤 0 ❌ 0 🔥 2m 56s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hazenlib
   ACRObject.py1071190%74, 77–79, 84–87, 125, 168–169
   HazenTask.py29390%41–43
   __init__.py571574%166, 197–200, 202–206, 208–210, 225–230, 234
   exceptions.py21576%17–21, 38
   utils.py1894377%61, 65, 75, 80, 117, 124–129, 140, 143–150, 170–172, 190–192, 211–213, 222, 227, 233, 284, 287, 295–300, 303, 346, 355, 371
hazenlib/tasks
   acr_geometric_accuracy.py1196248%42–86, 96–121, 134–168
   acr_ghosting.py1074261%35–51, 77–79, 109–111, 145–187
   acr_slice_position.py1364865%47–68, 194–241
   acr_slice_thickness.py1366056%34–53, 162–224
   acr_snr.py1365857%46, 51–92, 102, 172–182, 216–231, 264–281
   acr_spatial_resolution.py2066867%59–86, 131, 174, 187–196, 278–330
   acr_uniformity.py813260%38–56, 112–138
   ghosting.py1515166%19–36, 51, 113–114, 118, 128–129, 155–157, 174–176, 222–259
   relaxometry.py2918969%207–208, 210, 221–224, 230–236, 268–312, 353, 387–405, 580, 626–628, 695, 769–791, 809–824
   slice_position.py1244068%26, 31–62, 114–115, 141, 221, 229–247
   slice_width.py3525285%36–38, 42, 107, 166–187, 441, 446–447, 453, 458, 516–517, 767–809
   snr.py1686760%61, 78–83, 179–197, 212–221, 239–249, 276–286, 291–301, 332–346, 351–359, 388–402
   snr_map.py108199%152
   spatial_resolution.py2494482%41–43, 47, 68, 153, 212, 338–375
   uniformity.py791976%47–49, 53, 95–96, 103, 137–152
TOTAL287181072% 

Tests Skipped Failures Errors Time
201 0 💤 0 ❌ 0 🔥 4m 7s ⏱️

Please sign in to comment.