Recent Releases of hazen

hazen - Release 1.3.4

What's Changed

Sagittal ACR images acquired on Philips scanners are now rotated automatically in Hazen, which removes the need for manual rotation in a DICOM viewer. User documentation for the ACR phantom is now improved, with more detail added. The ACR uniformity task is now more robust. And finally, Hazen is now compatible up to Python version 3.12.

ACR Task Updates

  • Rotates sagittal ACR images by @rs-sprout98 in https://github.com/GSTT-CSC/hazen/pull/445
  • acr_uniformity update by @mollybuckley in https://github.com/GSTT-CSC/hazen/pull/451 ## Documentation Updates
  • Updated user documentation by @RebeccaThornley in https://github.com/GSTT-CSC/hazen/pull/428
  • Update contributing guidelines by @mollybuckley in https://github.com/GSTT-CSC/hazen/pull/458 ## Compatibility
  • Python 3.12 compatibility by @mollybuckley in https://github.com/GSTT-CSC/hazen/pull/459

New Contributors

  • @rs-sprout98 made their first contribution in https://github.com/GSTT-CSC/hazen/pull/445

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/v1.3.3...v1.3.4

- Python
Published by mollybuckley about 1 year ago

hazen - v1.3.3

What's Changed

Small update to allow compatibility with Python version 3.11 and require at least Python 3.9 to install this version of hazen. Additional update to allow running hazen with an input folder that might have other subfolders or additional file types that are ignored, rather than causing an error. Only DICOM files with a pixel data (image) are being used by hazen for calculations.

  • Address python version compatibility by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/422
  • Ignore files in the input folder that have no pixel data by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/423

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/v1.3.2...v1.3.3

- Python
Published by sophie22 almost 2 years ago

hazen - v1.3.2

What's Changed

Standardised docstrings in code and improved auto generated documentation on ReadTheDocs. Improved task descriptions for ACR tasks on ReadTheDocs. MagNet SNR task now has optional CLI argument to specify head or body coil.

ACR Task Updates

Updates to ACR object class methods: phantom orientation, slice ordering and locating phantom centre. ACR geometric accuracy is now measuring from the correct slices. Improvement to ACR slice thickness task: limit what values are included in the interpolation.

  • Coil options by @mollybuckley in https://github.com/GSTT-CSC/hazen/pull/388
  • Apply Python script formatting by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/401
  • 397 standardise docstrings by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/398
  • 378 geom accuracy wrong slices by @mollybuckley in https://github.com/GSTT-CSC/hazen/pull/399
  • Generate documentation from docstrings by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/403
  • ACR slice ordering by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/409
  • Updated tasks.rst and references.bib by @RebeccaThornley in https://github.com/GSTT-CSC/hazen/pull/415
  • ACR Object orientation - bugfix by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/416
  • ACR slice thickness improvement by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/417
  • improve circle detection in ACR Object by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/418
  • release 1.3.2 by @mollybuckley in https://github.com/GSTT-CSC/hazen/pull/419

New Contributors

  • @mollybuckley made their first contribution in https://github.com/GSTT-CSC/hazen/pull/388
  • @RebeccaThornley made their first contribution in https://github.com/GSTT-CSC/hazen/pull/415

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/v1.3.1...v1.3.2

- Python
Published by mollybuckley almost 2 years ago

hazen - v1.3.1

What's Changed

The result dictionary now has a standardised structure, consisting of the following elements: results_dict = { "task": "task_name", "file": "DCM description or list of descriptions", "measurement": {dict of key value pairs}, "report_image": [OPTIONAL list of paths to report images] }

Furthermore, the values displayed in the result dictionary are being rounded to the appropriate precision and units are displayed in the key.

!!!CHANGE to OUTPUT!!! The slice_position task now returns only the maximum and average of slice positions by default, while the list of 40 values is available with the --verbose option.

Behind the scene changes for processing the ACR images and slight improvements to the slice_width and snr_map task scripts. Improved unit tests for ACR phantom Tasks.

  • 374 standardise task input and output by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/375
  • 381 Simplify unit tests for ACR tasks by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/381
  • 386 Verbose option for slice position by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/387

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.3.0...v1.3.1

- Python
Published by sophie22 over 2 years ago

hazen - 1.3.0

What's Changed

General updates

  • Add Apache 2.0 licence to hazen by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/372
  • Add print statements to test results by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/335
  • Only add "report" section to results when requested by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/354
  • Improve displaying results on terminal by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/363
  • Collate utility functions by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/351
  • Separate instructions for users and developers by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/349
  • Improve docopt description by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/359 and https://github.com/GSTT-CSC/hazen/pull/364
  • Remove references to sites where data originated from by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/229
  • Change SNR kernel size to 9x9 by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/371

ACR phantom related updates

  • ACR v1.1 - Refactor and Improved Masking by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/343
  • ACR - Slice Ordering and Orientation Checks by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/353

Relaxometry task updates

  • T2 Rician noise by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/204
  • Standardise relaxometry task report by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/361
  • Refactor relaxometry Task to inherit from HazenTask by @sophie22 in https://github.com/GSTT-CSC/hazen/pull/362 and https://github.com/GSTT-CSC/hazen/pull/365

New Contributors

  • @sophie22 made their first contribution in https://github.com/GSTT-CSC/hazen/pull/354

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.2.0...1.3.0

- Python
Published by sophie22 over 2 years ago

hazen - Release 1.2.0

What's Changed

  • ACR Spatial Resolution Functionality by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/324
  • ACR Slice Thickness Functionality by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/321
  • Update README.md by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/325
  • 316 cli parser tests fail in windows path error by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/317
  • Release/1.1.4 by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/327
  • added new tasks to the CLI by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/330
  • updated version by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/331
  • 334 qms conformity by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/337
  • Update versions for release by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/338
  • 329 the cli has not been updated for the new tasks by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/339
  • Release/2.1.0 by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/340

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.1.4...1.2.0

- Python
Published by Lucrezia-Cester almost 3 years ago

hazen - Hazen Release 1.1.4

What's Changed

  • ACR Spatial Resolution Functionality by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/324
  • ACR Slice Thickness Functionality by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/321
  • Update README.md by @YassineAzma in https://github.com/GSTT-CSC/hazen/pull/325
  • 316 cli parser tests fail in windows path error by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/317

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.1.3...1.1.4

- Python
Published by Lucrezia-Cester almost 3 years ago

hazen - 1.1.3

What's Changed

  • Increase starting threshold to 0.5 quantile by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/323

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.1.2...1.1.3

- Python
Published by laurencejackson almost 3 years ago

hazen - 1.1.2

What's Changed

  • updated bug report by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/223
  • Fixes path in CLIparser tests to use TESTDATADIR not relative path by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/228
  • Adds links to hazen documentation by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/301
  • updated a description for the docpot by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/281
  • Adds SNR test by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/232
  • ACR SNR Functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/309
  • ACR Geometric Accuracy Functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/312
  • ACR Slice Position Functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/299
  • Add relaxometry template files to package by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/311
  • Add images to readme by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/304
  • Updates SNR image filename reference by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/315
  • Refactor hazen task to snr map by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/305
  • Bump docker/metadata-action from 4.1.1 to 4.3.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/319
  • Bump docker/build-push-action from 3.2.0 to 4.0.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/318

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.1.0...1.1.2

- Python
Published by Lucrezia-Cester about 3 years ago

hazen - 1.1.1

What's Changed

  • updated bug report by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/223
  • Fixes path in CLIparser tests to use TESTDATADIR not relative path by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/228
  • Adds links to hazen documentation by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/301
  • updated a description for the docpot by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/281
  • Adds SNR test by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/232
  • ACR SNR Functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/309
  • ACR Geometric Accuracy Functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/312
  • ACR Slice Position Functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/299
  • Add relaxometry template files to package by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/311
  • Add images to readme by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/304
  • Updates SNR image filename reference by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/315
  • Refactor hazen task to snr map by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/305
  • Bump docker/metadata-action from 4.1.1 to 4.3.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/319
  • Bump docker/build-push-action from 3.2.0 to 4.0.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/318
  • 306 refactor relaxometry to use hazentask by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/308

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.1.0...1.1.1

- Python
Published by Lucrezia-Cester about 3 years ago

hazen - 1.1.0

Release 1.1.0 incorporates all the changes from 1.0.8 and fixes bugs related to the release pipelines.

Updates to release pipeline

  • 296 hazen incompatible with python 311 by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/297
  • update numpy and move code coverage badge update to release tests by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/295

What's Changed in hazen

  • ACR Ghosting (and Uniformity) by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/280
  • Fix readthedocs by @hshuaib90 in https://github.com/GSTT-CSC/hazen/pull/262
  • Corrects scipy version in requirements.txt by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/287
  • SNR mark 23x25 from 9x9 by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/282
  • 233 snr putting rois in the wrong location by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/267
  • Add tests for sp res by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/285
  • Slice pos axis labels by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/279
  • Adds .readthedocs.yaml to fix RTD build by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/288
  • Pre-release cleanup by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/292

- Python
Published by laurencejackson about 3 years ago

hazen - 1.0.7

What's Changed

  • 296 hazen incompatible with python 311 by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/297

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.0.6...1.0.7

- Python
Published by laurencejackson about 3 years ago

hazen - 1.0.6

What's Changed

  • update numpy and move code coverage badge update to release tests by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/295

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.0.5...1.0.6

- Python
Published by laurencejackson about 3 years ago

hazen - 1.0.5

What's Changed

  • ACR Ghosting (and Uniformity) by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/280
  • Fix readthedocs by @hshuaib90 in https://github.com/GSTT-CSC/hazen/pull/262
  • Corrects scipy version in requirements.txt by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/287
  • SNR mark 23x25 from 9x9 by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/282
  • 233 snr putting rois in the wrong location by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/267
  • Add tests for sp res by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/285
  • Slice pos axis labels by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/279
  • Adds .readthedocs.yaml to fix RTD build by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/288
  • Pre-release cleanup by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/292

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.0.4...1.0.5

- Python
Published by heyhaleema about 3 years ago

hazen - 1.0.4

Corrects final typo in the release process

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/1.0.3...1.0.4

- Python
Published by laurencejackson over 3 years ago

hazen - 1.0.3

Adds requirements to PyPI install package

- Python
Published by laurencejackson over 3 years ago

hazen - 1.0.2

Fixes minor bug with PyPI release process

- Python
Published by laurencejackson over 3 years ago

hazen - 1.0.1

Version 1.0! 🎉

This is a big change to the Hazen code base, so we've upped the major release number to 1.0 the two major changes are:

  1. Hazenlib and the Hazen web app are now separate repositories on github. This has massively simplified both repos and allows us to develop them independently. This repository will contain all the hazenlib source code and will continue to work as a command line tool. This will help resolve difficulties installing Hazen. The simpler install process also means hazen can be installed via pip, and an automated build and release are triggered after each release.
  2. Hazen's tasks are now object-orientated. This has allowed us to unify the way that all tasks accept inputs and return outputs, this was done originally to simplify the web app design but will also simplify adding new tasks in the future.

A full summary of changes are listed below

What's Changed

  • Bump actions/setup-python from 2 to 3.1.1 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/230
  • Bump schneegans/dynamic-badges-action from 1.1.0 to 1.3.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/235
  • Adds M1 Apple Mac installation instructions by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/224
  • Object orientated hazenlib by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/253
  • move version to setup.py only by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/254
  • syncs requirements with webapp by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/255
  • Add output path by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/260
  • Adds new docs by @heyhaleema in https://github.com/GSTT-CSC/hazen/pull/261
  • Major refactor of code to use HazenTask classes by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/266

New Contributors

  • @heyhaleema made their first contribution in https://github.com/GSTT-CSC/hazen/pull/224

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.6.0...1.0.1

- Python
Published by laurencejackson over 3 years ago

hazen - 0.6.0

What's Changed

  • Adds ACR Uniformity functionality by @YassineRMH in https://github.com/GSTT-CSC/hazen/pull/207
  • Bump docker/login-action from 1.10.0 to 1.12.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/190
  • Bump schneegans/dynamic-badges-action from 1.0.0 to 1.1.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/174
  • Fixes celery vulnerability by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/203
  • run cli tests as job in dev and production workflows by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/197
  • Bump schneegans/dynamic-badges-action from 1.0.0 to 1.1.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/198
  • merge Release/0.6.0 into main by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/214

New Contributors

  • @YassineRMH made their first contribution in https://github.com/GSTT-CSC/hazen/pull/207

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.5.2...0.6.0

- Python
Published by Lucrezia-Cester almost 4 years ago

hazen - 0.5.2

What's Changed

  • Updated ghosting function – fixes sampling point issue by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/185
  • Added new hazen snr_map function – generates SNR parametric map by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/113
  • Corrects hazen slice_width geometric distortion measurements by @superresolusian @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/175
  • Updated LSF function by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/191
  • Added hazenlib init tests coverage by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/144
  • Creates citation button on Github page, updates contributors.txt by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/194
  • Updated cli-test.yml by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/195
  • Release/0.5.2 by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/196

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.5.1...0.5.2

- Python
Published by tomaroberts about 4 years ago

hazen - 0.5.1

What's Changed

  • Fixes docker CLI args - IMPORTANT: requires user to copy new hazen-app file into /usr/local/bin by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/178
  • Release/0.5.1 by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/179

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.5.0...0.5.1

- Python
Published by tomaroberts about 4 years ago

hazen - 0.5.0

What's Changed

  • Increased acceptance rate of find_square function by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/154
  • Porting hazen to python 3.9 by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/143
  • Update coverage badge on commit to main by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/163
  • hazen failing when using Canon DICOMs by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/164
  • Restore GitHub actions by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/167
  • Update cli-test.yml by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/168
  • Dependabot/GitHub actions/docker/metadata action 3.6.2 by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/165
  • Bump docker/build-push-action from 2.5.0 to 2.7.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/151
  • Update the release test workflow to run on all release branches by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/166
  • Bump schneegans/dynamic-badges-action from 1.0.0 to 1.1.0 by @dependabot in https://github.com/GSTT-CSC/hazen/pull/150
  • Print version number by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/171

New Contributors

  • @dependabot made their first contribution in https://github.com/GSTT-CSC/hazen/pull/151

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.4.0...0.5.0

- Python
Published by tomaroberts about 4 years ago

hazen - 0.4.0

What's Changed

  • Adds testing using github actions by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/119 and https://github.com/GSTT-CSC/hazen/pull/122
  • Feature/hzn 73 sp res mtf plot should only plot half values by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/124
  • Fix unit tests so failed tests trigger a fail by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/127
  • added units to axes by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/128
  • removed # % by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/129
  • obtained rotated x-coords from getedgeprofile_coords by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/130
  • Feature/hzn 104 tests failing to run on develop by @pcw24601 in https://github.com/GSTT-CSC/hazen/pull/116
  • update README.md to include docker instructions by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/136
  • Origin/feature/hzn 80 function to set log level from CLI by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/123
  • Only report coverage and tests for master by @laurencejackson in https://github.com/GSTT-CSC/hazen/pull/138
  • getedgeprofile to be spaced by y-coordinates by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/140
  • hazen to ignore non-DICOM files by @Lucrezia-Cester in https://github.com/GSTT-CSC/hazen/pull/132
  • SNR centroid calculation with thresholding by @tomaroberts in https://github.com/GSTT-CSC/hazen/pull/137
  • Release management doc by @hshuaib90 in https://github.com/GSTT-CSC/hazen/pull/147

New Contributors

  • @laurencejackson made their first contribution in https://github.com/GSTT-CSC/hazen/pull/119
  • @Lucrezia-Cester made their first contribution in https://github.com/GSTT-CSC/hazen/pull/124
  • @pcw24601 made their first contribution in https://github.com/GSTT-CSC/hazen/pull/116
  • @tomaroberts made their first contribution in https://github.com/GSTT-CSC/hazen/pull/137
  • @hshuaib90 made their first contribution in https://github.com/GSTT-CSC/hazen/pull/147

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.3.0...0.4.0

- Python
Published by hshuaib90 about 4 years ago

hazen - 0.3.0

Full Changelog: https://github.com/GSTT-CSC/hazen/compare/0.2.0...0.3.0

- Python
Published by hshuaib90 over 4 years ago