Releases: qupath/qupath
v0.6.0
We're pleased to announce QuPath v0.6.0 is now available!
- For more details, check out the the release notes on image.sc
- For questions and discussions, please use the Scientific Community Image Forum.
- For bug reports, please follow the template on GitHub issues.
What to download
See the installation instructions for more details.
- For Windows (two options, functionally the same)
QuPath-v0.6.0-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.6.0-Windows.zip
- unzip it and double-click QuPath-v0.6.0.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.6.0-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (e.g. M1/M2/M3/M4...)QuPath-v0.6.0-Mac-arm64.pkg
- for Macs using Apple Silicon only.- The arm64 build runs faster & is recommended for most Mac users, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).
- For Linux
v0.6.0-rc5
We're pleased to announce the fifth release candidate for QuPath v0.6.0!
This is a preview version for testing.
We think it's the final preview version before v0.6.0 is released... although we've been wrong before.
If you try it out and find problems, please let us know via GitHub or the user forum.
There may be bugs!
Please don't use v0.6.0-rc5 for important work, and make sure you back up any projects that you open with it.
It is not recommended to switch between v0.5.x and v0.6.0-rcx for the same project.
Highlights
See v0.6.0-rc1, v0.6.0-rc2, v0.6.0-rc3 and v0.6.0-rc4 for information about the previous release candidates.
The main changes in v0.6.0-rc5 are:
- Fixed a bug that could cause QuPath to use too much memory (#1864)
- Update toolbar to important buttons are visible on smaller displays (#1841)
- Save projects when running from command line with
-s
parameter (#1859) - Add a dock button to keep project descriptions open (#1856)
- Use viewer gamma with
RenderedImageServer
(#1849) - Add support for OME-XML shapes (#1848)
Note: For users of macOS Sequoia
Recent security changes in macOS Sequoia may block QuPath's installer.
This can be overcome through Apple Menu > System Settings > Privacy & Security - see this page from apple.com for details.
(We know it's annoying, but we don't currently have the means to make QuPath a 'signed' app to avoid this)
What to download
See the installation instructions for more details.
- For Windows (two options, functionally the same)
QuPath-v0.6.0-rc5-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.6.0-rc5-Windows.zip
- unzip it and double-click QuPath-v0.6.0-rc5.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.6.0-rc5-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.6.0-rc5-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster & is recommended for most users, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.6.0-rc5-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.6.0-rc4
We're pleased to announce the fourth release candidate for QuPath v0.6.0!
This is a preview version for testing... a bit delayed, but with a lot of improvements since rc3 based on feedback and testing.
If you try it out and find problems, please let us know via GitHub or the user forum.
There may be bugs!
Please don't use v0.6.0-rc4 for important work, and make sure you back up any projects that you open with it.
It is not recommended to switch between v0.5.x and v0.6.0-rcx for the same project.
Highlights
See v0.6.0-rc1, v0.6.0-rc2 and v0.6.0-rc3 for information about the previous release candidates.
The main changes in v0.6.0-rc4 are:
- All new Extension Manager
- Access via Extensions > Manage extensions
- Use this to install InstanSeg, P4J & the training extensions (these are no longer bundled, as in previous release candidates)
- Will enable us to fix bugs & add features to extensions more quickly - while better managing compatibility
- Extension developers can manage their own extension catalogs
- More options to manage classifications & show/hide objects
- New controls to navigate multidimensional images and calculate Z-projection overlays
- Now possible to build QuPath + Fiji together
- Much faster creation & rendering of complex ROIs
- Many other bug fixes & performance improvements
Note: For users of macOS Sequoia
Recent security changes in macOS Sequoia may block QuPath's installer.
This can be overcome through Apple Menu > System Settings > Privacy & Security - see this page from apple.com for details.
(We know it's annoying, but we don't currently have the means to make QuPath a 'signed' app to avoid this)
What to download
- For Windows (two options, functionally the same)
QuPath-v0.6.0-rc4-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.6.0-rc4-Windows.zip
- unzip it and double-click QuPath-v0.6.0-rc4.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.6.0-rc4-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.6.0-rc4-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster & is recommended for most users, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.6.0-rc4-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.6.0-rc3
We're pleased to announce the third release candidate for QuPath v0.6.0!
This is a preview version for testing... released during the I2K workshops & just before the Virtual I2K event (28-30 October
We plan to have the final release in October November 2024.
If you try it out and find problems, please let us know via GitHub or the user forum.
There may be bugs!
Please don't use v0.6.0-rc3 for important work, and make sure you back up any projects that you open with it.
It is not recommended to switch between v0.5.x and v0.6.0-rcx for the same project.
Highlights
See v0.6.0-rc1and v0.6.0-rc2 for information about the previous release candidates.
The main changes in v0.6.0-rc3 are:
- All new ImageJ script runner (replacing the old macro runner)
- New extension to add a new Help → QuPath Tour command to learn the user interface
- New extension to add support for Py4J
Note: Docs & other extensions (e.g. for StarDist) have not yet been updated for compatibility with this release candidate.
We plan to update them for the final release.
Note 2: For users of macOS Sequoia
Recent security changes in macOS Sequoia may block QuPath's installer.
This can be overcome through Apple Menu > System Settings > Privacy & Security - see this page from apple.com for details.
(We know it's annoying, but we don't currently have the means to make QuPath a 'signed' app to avoid this)
What to download
- For Windows (two options, functionally the same)
QuPath-v0.6.0-rc3-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.6.0-rc3-Windows.zip
- unzip it and double-click QuPath-v0.6.0-rc3.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.6.0-rc3-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.6.0-rc3-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster & is recommended for most users, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.6.0-rc3-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.6.0-rc2
We're pleased to announce the second release candidate for QuPath v0.6.0!
This is a preview version for testing. We plan to have the final release in October 2024.
If you try it out and find problems, please let us know via GitHub or the user forum.
There may be bugs!
Please don't use v0.6.0-rc2 for important work, and make sure you back up any projects that you open with it.
It is not recommended to switch between v0.5.x and v0.6.0-rcx for the same project.
Highlights
See v0.6.0-rc1 for information about the first release candidate.
The main changes in v0.6.0-rc2 are:
- Much improved OME-Zarr support
- New File → Export images... → OME-Zarr command
- Convert images to ome.zarr from the command line via
convert-ome
- Read and write metadata, such as pixel size and channel colors
- Read remote OME-Zarr images
- The QuPath InstanSeg extension is now faster when detecting cells within large and complex regions of interest
- QuPath now uses DeepJavaLibrary v0.30.0, which supports PyTorch 2.4.0 by default
- This is important if you want to add CUDA support on Windows or Linux - you'll need CUDA 12.4, or alternatively CUDA 12.1 with a launch script to request PyTorch 2.3.1
Note: Docs & other extensions (e.g. for StarDist) have not yet been updated for compatibility with this release candidate.
We plan to update them for the final release.
Note 2: For users of macOS Sequoia
Recent security changes in macOS Sequoia may block QuPath's installer.
This can be overcome through Apple Menu > System Settings > Privacy & Security - see this page from apple.com for details.
(We know it's annoying, but we don't currently have the means to make QuPath a 'signed' app to avoid this)
What to download
- For Windows (two options, functionally the same)
QuPath-v0.6.0-rc2-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.6.0-rc2-Windows.zip
- unzip it and double-click QuPath-v0.6.0-rc2.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.6.0-rc2-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.6.0-rc2-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster & is recommended for most users, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.6.0-rc2-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.6.0-rc1
We're pleased to announce the first release candidate for QuPath v0.6.0!
This is a preview version for testing. We plan to have the final release in October 2024.
If you try it out and find problems, please let us know via GitHub or the user forum.
There may be bugs!
Please don't use v0.6.0-rc1 for important work, and make sure you back up any projects that you open with it.
It is not recommended to switch between v0.5.x and v0.6.0-rc1 for the same project.
Highlights
There are lots of small and not-so-small changes listed in the Changelog.
But perhaps the biggest is that this release candidate introduces the QuPath InstanSeg extension to the world.
InstanSeg is a new, deep learning-based method for nucleus & cell segmentation that aims to be fast, accurate & easy to use.
We're working on more documentation, but for now see the extension repository for more info & links to two preprints that explain the method - both for brightfield and multiplexed images.
Note: Other extensions (e.g. for StarDist) have not been updated for compatibility with this release candidate.
We plan to update them for the final release.
What to download
- For Windows (two options, functionally the same)
QuPath-v0.6.0-rc1-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.6.0-rc1-Windows.zip
- unzip it and double-click QuPath-v0.6.0-rc1.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.6.0-rc1-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.6.0-rc1-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster & is recommended for most users, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.6.0-rc1-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.5.1
QuPath v0.5.1 is now available!
This is a minor update that is intended to be fully compatible with v0.5.0 while fixing bugs.
To see what it includes, check out the changelog here.
How to help
Please remember to cite the QuPath paper in any publications that use the software!
Please use the Scientific Community Image Forum for QuPath questions & discussions!
What to download
- For Windows (two options, functionally the same)
QuPath-v0.5.1-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.5.1-Windows.zip
- unzip it and double-click QuPath-v0.5.1.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.5.1-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.5.1-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.5.1-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.5.0
QuPath v0.5.0 is now available!
This is a major update containing many improvements, new features and bug fixes. It is recommended that you do not mix projects between v0.5.0 and older versions.
To see what it includes, check out the changelog here.
How to help
Please remember to cite the QuPath paper in any publications that use the software!
Please use the Scientific Community Image Forum for QuPath questions & discussions!
What to download
- For Windows (two options, functionally the same)
QuPath-v0.5.0-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.5.0-Windows.zip
- unzip it and double-click QuPath-v0.5.0.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.5.0-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.5.0-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.5.0-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.5.0-rc2 (Release Candidate)
QuPath v0.5.0-rc2 is now available!
This is a release candidate, available for testing before the final v0.5.0 release.
This is a major update compared to v0.4.4. It is recommended that you do not mix projects between v0.4 and v0.5.
To see what it includes, check out the changelog here.
Important - v0.5.0-rc2 is not a final version!
It's available for early feedback, to help us find & fix any bugs before the final release.
Release candidates are not intended for final analysis.
The full v0.5.0 release is expected to follow within a few weeks.
How to help
Please remember to cite the QuPath paper in any publications that use the software!
Please use the Scientific Community Image Forum for QuPath questions & discussions!
What to download
- For Windows (two options, functionally the same)
QuPath-v0.5.0-rc2-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.5.0-rc2-Windows.zip
- unzip it and double-click QuPath-v0.5.0-rc2.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.5.0-rc2-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.5.0-rc2-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster, but lacks support for a small number of file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.5.0-rc2-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.
v0.5.0-rc1 (Release Candidate)
QuPath v0.5.0-rc1 is now available!
This is a release candidate, available for testing before the final v0.5.0 release.
This is a major update compared to v0.4.4. It is recommended not to mix projects between v0.4 and v0.5.
To see what it includes, check out the changelog here.
Important - v0.5.0-rc1 is not a final version!
It's available for early feedback and the QuPath workshop in San Diego, October 2023.
The full v0.5.0 release is expected to follow within a few weeks.
How to help
Please remember to cite the QuPath paper in any publications that use the software!
Please use the Scientific Community Image Forum for QuPath questions & discussions!
What to download
- For Windows (two options, functionally the same)
QuPath-v0.5.0-rc1-Windows.msi
- if you want a standard Windows (local) installerQuPath-v0.5.0-rc1-Windows.zip
- unzip it and double-click QuPath-v0.5.0-rc1.exe (no further installation needed)
- For Mac (two options, depending upon processor)
QuPath-v0.5.0-rc1-Mac-x64.pkg
- for Macs with Intel Processors or Apple Silicon (M1/M2)QuPath-v0.5.0-rc1-Mac-arm64.pkg
- for Macs using Apple Silicon. This runs faster, but lacks support for some file formats through Bio-Formats (particularly .czi with jpeg-xr compression).- To install: right-click and choose Open to install.
- For Linux
QuPath-v0.5.0-rc1-Linux.tar.xz
- usechmod u+x /path/to/QuPath/bin/QuPath
to make the launcher executable.