Skip to content

Releases: radxtools/collageradiomics

Collageradiomics 0.2.5

10 Sep 17:04
Compare
Choose a tag to compare
v0.2.5

Add haralick start log and update docker images.

Collageradiomics 0.2.4

09 Sep 23:45
Compare
Choose a tag to compare
v0.2.4

Remove scikit learn.

Collageradiomics 0.2.3

09 Sep 23:21
Compare
Choose a tag to compare
v0.2.3

Update VERSION

Collageradiomics 0.2.2

09 Sep 23:19
Compare
Choose a tag to compare
v0.2.2

Remove matplotlib depedency.

Collageradiomics Release 0.2.1

06 Aug 18:34
Compare
Choose a tag to compare
v0.2.1

Update to version 0.2.1

Collageradiomics Release 0.2

03 Aug 23:40
Compare
Choose a tag to compare
v0.2

Update VERSION

Collageradiomics Release 0.1.2.1

06 Jul 03:55
Compare
Choose a tag to compare

Hello!

Our Beta release 0.1.2.1 is ready to go.

Our biggest change in this release is the addition of hosted documentation driven by better code comments throughout the collageradiomics codebase: https://collageradiomics.readthedocs.io/en/latest/

Previous Release Notes:

Here's where the code and instructions on how to use it are located: https://github.com/ccipd/collageradiomics

This is the Git repository that houses our code and issue tracker. There are instructions provided showing how to install our Python module and how to to explore the examples within our Docker container. Our module is packaged in a standard format and is simple to use for those familiar with the ecosystem, but please feel free to email if you have any questions about Python or pip.

As per the instructions, our examples are housed here: https://github.com/ccipd/collageradiomics/tree/master/jupyter/examples

The instructions also mention this, but I'd like to note that the examples require Docker to be installed before running. This ensures that the development experience is standardized and prevents errors related to individual environment setup.

We have four examples:

  1. Demonstration of running CoLlAGe on a rectangular mask defined in code.
  2. Demonstration of running CoLlAGe on a non-rectangular mask passed in as an image.
  3. Demonstration of running CoLlAGe on multiple images and multiple masks.
  4. Demonstration of running CoLlAGe on a single feature.
    The output of the code is primarily an image with the CoLlAGe algorithm executed on the passed in mask. There are secondary outputs of the raw Haralick features, and the features overlayed onto the image in code.

Both examples provide a demonstration of how you can take this output and display it in an easy to read way:

CoLlAGe Feature 10
image

I have attached a full preview in PDF format of what the non-rectangular example looks like after it executes.

Should anyone have feedback or encounter issues, please have direct them to our issue tracker and we will respond quickly: https://github.com/ccipd/collageradiomics/issues

Developer Contact Info:
Nathan Hillyer
[email protected]
Senior Engineer - TothTech - Custom AI Solutions Specializing in Medical Imagery
TothTech.ai

Collageradiomics Beta Release 0.1.0

25 Jun 20:03
Compare
Choose a tag to compare

Hello!

Our Beta release 0.1.0 is ready to go.

Here's where the code and instructions on how to use it are located: https://github.com/ccipd/collageradiomics

This is the Git repository that houses our code and issue tracker. There are instructions provided showing how to install our Python module and how to to explore the examples within our Docker container. Our module is packaged in a standard format and is simple to use for those familiar with the ecosystem, but please feel free to email if you have any questions about Python or pip.

As per the instructions, our examples are housed here: https://github.com/ccipd/collageradiomics/tree/master/jupyter/examples

The instructions also mention this, but I'd like to note that the examples require Docker to be installed before running. This ensures that the development experience is standardized and prevents errors related to individual environment setup.

We have four examples:

  1. Demonstration of running CoLlAGe on a rectangular mask defined in code.
  2. Demonstration of running CoLlAGe on a non-rectangular mask passed in as an image.
  3. Demonstration of running CoLlAGe on multiple images and multiple masks.
  4. Demonstration of running CoLlAGe on a single feature.
    The output of the code is primarily an image with the CoLlAGe algorithm executed on the passed in mask. There are secondary outputs of the raw Haralick features, and the features overlayed onto the image in code.

Both examples provide a demonstration of how you can take this output and display it in an easy to read way:

CoLlAGe Feature 10
image

I have attached a full preview in PDF format of what the non-rectangular example looks like after it executes.

Should anyone have feedback or encounter issues, please have direct them to our issue tracker and we will respond quickly: https://github.com/ccipd/collageradiomics/issues

As you can see in the issue tracker, there are some things we'd like to add (hosted documentation, unit test suite, multiple modules, and more!) as we go further in the project, but the core is solidified and is ready for alpha testers to use. We welcome any questions or suggestions.

It's been fun getting to this point-- we're excited to move forward into the Slicer integration, and we look forward to seeing what students and researchers develop with your groundbreaking work.

Developer Contact Info:
Nathan Hillyer
[email protected]
Senior Engineer - TothTech - Custom AI Solutions Specializing in Medical Imagery
TothTech.ai

Collageradiomics Alpha Release 0.0.1

18 Jun 16:11
Compare
Choose a tag to compare
Pre-release

We're ready to ship our Alpha release.

Here's where it is located: https://github.com/ccipd/collageradiomics

This is the Git repository that houses our code and issue tracker. Within the root of the repo are instructions to follow in order to install our Python module and instructions to explore the examples within our Docker container. Our module is packaged in a standard format and is simple to use for those familiar with the ecosystem, but please feel free to email if you have any questions about Python or pip.

As per the instructions, our examples are housed here: https://github.com/ccipd/collageradiomics/tree/master/jupyter/examples

The instructions mention this, but I'd like to note that the examples require Docker to be installed before running. This ensures that the development experience is standardized and prevents errors related to individual environment setup.

We have two examples:

  1. Demonstration of running CoLlage on rectangular mask defined in code.
  2. Demonstration of running CoLlage on a non-rectangular mask passed in as an image.

The output of the code is primarily an image with the CoLlage algorithm ran on the passed in mask. There are secondary outputs of the raw Haralick features, and the features overlayed onto the image in code.

Both examples provide a demonstration of how you can take this output and display it in an easy to read way:

image

Here is a full preview in PDF format of what the examples look like after they execute:
non-rectangular-mask-example.pdf

Should anyone have feedback or encounter bugs, please have them file an issue in our issue tracker and we will respond quickly: https://github.com/ccipd/collageradiomics/issues

As you can see in the issue tracker, there are some things we'd like to add (hosted docs, unit test suite, multiple modules, and more!) as we go further in the project, but the core is solidified and is ready for students to use. We welcome any suggestions.

It's been fun getting to this point-- we're excited to move forward into the Slicer integration, and we look forward to seeing what students and researchers develop with this groundbreaking work, now made more accessible by Toth Technology.