Skip to content

Commit

Permalink
Merge pull request #86 from oncoray/dev2.2.2
Browse files Browse the repository at this point in the history
Version 2.2.2 update
  • Loading branch information
alexzwanenburg authored May 15, 2024
2 parents 23adb6c + e71cd3f commit ec380b1
Show file tree
Hide file tree
Showing 237 changed files with 9,977 additions and 541 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ What steps are required to reproduce the problem? If possible, provide code and
- Python version:
- Operating system:
- Other package versions (*if relevant*):

*Hint*: the installed version of MIRP can be found using `importlib_metadata`:
```
import importlib_metadata
importlib_metadata.version("mirp")
```
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ test/data/configuration_files/settings.xml
/docs_source/source/.ipynb_checkpoints
/docs_source/source/sts_images
/prof
/docs_source/source/chest_ct
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Version 2.2.2

## Minor changes

- `show` method of `GenericImage` and subclasses now indicate if a user-provided `slice_id` is out-of-volume and
select the nearest slice instead.

- Naming of branches in the settings `xml` file now matches that of their respective settings classes. `xml` files
with the previous branch names still function.

- Errors encountered during file import and handling are now more descriptive.
- `extract_mask_labels` and `extract_image_parameters` now export extra information from DICOM metadata, e.g. series
UID.

## Documentation

- Added a new tutorial on applying image filters to images.
- Added documentation on the feature naming system.
- Added documentation on the design of MIRP.

## Fixes

- Computing features related to the minimum volume enclosing ellipsoid no longer produces warnings due to the use of
deprecated `numpy.matrix` class.

# Version 2.2.1

## Minor changes
Expand Down
Binary file added data/tutorial_radiomics_chest_ct_data.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9361bdd63c38ffe1be89d15a43241fd1
config: 4e548bc695306a4ce61e35d5a23229c6
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading

0 comments on commit ec380b1

Please sign in to comment.