Skip to content

Releases: SBU-BMI/wsinfer

Adds many tests

24 Dec 20:24
e321138
Compare
Choose a tag to compare

This release adds many tests, including of the wsinfer run command.

What's Changed

Full Changelog: v0.3.0...v0.3.1

Hello wsinfer command line

23 Dec 02:57
907dc9f
Compare
Choose a tag to compare

This release introduces the wsinfer command line, with subcommands to run model inference and to convert model outputs to other formats.

What's Changed

  • update model-specific docker image versions + fix _in_container + make --model required by @kaczmarj in #40
  • ENH: rename the cli to wsinfer by @kaczmarj in #42
  • ADD: 'wsinfer list' command by @kaczmarj in #44
  • ADD: pytest tests and run in CI by @kaczmarj in #45

Full Changelog: v0.2.1...v0.3.0

Version 0.2.1

28 Nov 13:04
Compare
Choose a tag to compare

This version fixes the conversion to SBU BMI format. Now the user needs to point to the results directory and the slides directory, and the conversion is done automatically.

What's Changed

  • add table of available models to readme by @kaczmarj in #35
  • FIX: conversion script to make SBU BMI output format by @kaczmarj in #37

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

29 Oct 20:40
Compare
Choose a tag to compare

We now have models for the detection of the following:

  • tumor infiltrating lymphocytes (pancancer)
  • breast cancer
  • lung adenocarcinoma
  • pancreatic cancer
  • prostate cancer

What's Changed

Full Changelog: v0.1.0...v0.2.0

Version 0.1.0

14 Sep 19:32
Compare
Choose a tag to compare

This is the first release of the pipeline. It includes model weights for TCGA-BRCA tumor classification (tumor versus no tumor).

What's Changed

New Contributors

Full Changelog: https://github.com/kaczmarj/patch-classification-pipeline/commits/v0.1.0