Skip to content

Releases: qupath/qupath-extension-djl

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 23 Apr 14:48
58b6c02

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 25 Feb 15:05
cce175d

What's Changed

  • Prevent temporary mat from being destroyed by @Rylern in #45

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 11 Nov 17:42
95df7e0

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 12:23
8d26591

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@petebankhead petebankhead released this 01 Dec 18:53
0b3a26c

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@petebankhead petebankhead released this 20 Jul 16:49
bea66ce
  • Improve conversion of NDArray to more data types
    • Add DjlTools.getXXX() methods to get ints, floats, doubles, longs and booleans
  • Estimate output size in DjlDnnModel if shape doesn't match NDLayout
    • This relaxes the assumption that the output layout should match the input
  • New DjlTools.get/setOverrideDevice() methods to override DJL's default device selection
    • Primarily intended to explore Device.fromName('mps') on Apple Silicon (which sometimes works, sometimes doesn't...)

This version is intended for QuPath v0.4.3.

Install by drag & drop onto the QuPath window. If you have an old version of the extension installed, you may need to manually remove it from your QuPath extensions directory. You can find this via Extensions → Installed extensions.

v0.1.0

Choose a tag to compare

@petebankhead petebankhead released this 07 Dec 13:25
4e8e238
Merge pull request #5 from petebankhead/v0.1

Update version