Skip to content

Releases: Dana-Farber-AIOS/pathml

v3.0.6

14 Apr 19:25
c13abe1

Choose a tag to compare

What's Changed

  • Pydicom update by @jamesgwen in #464
  • Onnx fix april26 by @jamesgwen in #467
  • Version 3.0.6 by @jamesgwen in #468
  • onnx to 1.21.0
  • protobuf to 4.25.1
  • Needed to make these updates due to security issues flagged with ONNX

Full Changelog: v3.0.5...v3.0.6

v3.0.5

24 Mar 16:25
ce8ca70

Choose a tag to compare

What's Changed

  • Pydicom update by @jamesgwen in #463
  • Adjusted pydicom, numpy, python-javabridge, torchvision, matplotlib, and scipy
  • Sunsetting Python 3.9 functionality
  • Now available for Python 3.10-3.12

Full Changelog: v3.0.4...v3.0.5

Updating TQDM dependency

24 Oct 03:28
7a303aa

Choose a tag to compare

What's Changed

  • Updating TQDM by @jamesgwen in #458
  • Updating TQDM dependency and packages for testing. by @jamesgwen in #459
  • Updates are necessary due to a security issue flagged by GitHub
  • Adjusting the TQDM dependency
  • Updated all test YAML and environment YAML files
  • Pin specific versions of coverage and numba to ensure smooth testing on Python 3.10
  • Updated how the tests access the publication page to avoid security error

Full Changelog: v3.0.3...v3.0.4

Updating Torch Dependency

08 Sep 20:11
ae92a88

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

Updating ONNX Dependency

02 May 18:58
032b739

Choose a tag to compare

What's Changed

  1. ONNX Dependency: Updated ONNX dependency to 1.17.0. Change was needed due to security issues with the older versions of ONNX.

Updating Torch Dependency

24 Apr 17:02
d0e394c

Choose a tag to compare

What's Changed

  1. Torch Dependency: Updated Torch dependency to 2.6.0. Change was needed due to security issues with the older versions of Torch. Torch 2.6.0 only works on Python >= 3.9.

v3.0.0

01 Nov 20:12
6ce87f6

Choose a tag to compare

What's Changed

  1. Graph API Integration: Added a comprehensive graph API with supporting codebase, tests, and notebooks, enabling advanced graph-based analyses.
  2. Tile-Stitching Capabilities: Introduced sophisticated tile-stitching functionality with refactored code and test cases for improved image handling and analysis.
  3. ONNX-Based Inference Support: Enabled ONNX-based inference workflows, boosting model inference efficiency and compatibility.
  4. Expanded Testing and Documentation: Added extensive test cases, updated example notebooks, refined README, and enhanced documentation for improved usability.
  5. Workflow Enhancements: Introduced manual workflow triggers, support for Windows testing, and workflow integration for Vectra slide processing.

New Contributors

Full Changelog: v2.1.1...v3.0.0

v2.1.1

18 May 15:18
9b6ed8e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

2.1.0

22 Apr 21:22
f8789b9

Choose a tag to compare

What's Changed

  • Clean SegmentMIF by @ryanccarelli in #294
    • Removed GPU argument from SegmentMIF
    • Separated whole_cell and nuclear kwargs
  • Update README.md by @surya-narayanan in #298
  • Update quantify mif by @jacob-rosenthal in #301
    • update the functional implementation F() to not require a tile object.
    • Add "label" property to counts matrix.
  • Fix tiling bug by @jacob-rosenthal in #306
    • Fixed bug for generate_tiles() within OpenSlideBackend and BioFormatsBackend. Tile shape evenly divides into slide shape
  • Added logging functionality by @BeeGass in #304
    • Includes logger customization
  • Don't augment test or valid splits for PanNuke by @jacob-rosenthal in #309

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

07 Feb 19:27
c0a30d6

Choose a tag to compare

What's Changed

  • Fix bug caused by mixing up (i, j) and (x, y) coordinate systems in BioFormatsBackend (#278)
  • Add option to not normalize image in BioFormatsBackend.extract_region() (#279)
  • Fix logic when inferring correct backend to use from file path which was failing on paths containing periods (#284)
  • Fix bug to correctly pass image_resolution argument to Mesmer model (#286)
  • Fix outdated url for PanNuke dataset (#287) by @Yu-AnChen
  • Fix GitHub Actions configuration which was causing testing suite to hang (#289)

New Contributors

Full Changelog: v2.0.3...v2.0.4