Skip to content

Updated QuPath version to 0.5.0 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 11, 2023
Merged

Updated QuPath version to 0.5.0 #12

merged 7 commits into from
Dec 11, 2023

Conversation

Rylern
Copy link
Contributor

@Rylern Rylern commented Oct 18, 2023

I added a dependency to qupath-fxtras because some functions moved there.

There is still an error on line 208-213 of Utils.java:

return new RenderedImageServer.Builder(viewer.getImageData())
                .store(viewer.getImageRegionStore())
                .renderer(viewer.getImageDisplay())
                .build();

This call now can throw an IOException, but I'm letting you handle it the way you want.

Rylern and others added 7 commits October 18, 2023 12:51
In v0.5.0, a text in the constructor of Action is used as a menu item.
In v0.5.0, RenderedImageServer.Builder().build() throws IOException.
In v0.5.0, PathObject.getMeasurements() returns Number instead of Double.
`v0.4.0` is based on `gradle.ext.qupathVersion = "0.4.0"` while `v0.5.0` is based on `gradle.ext.qupathVersion = "0.5.0"`
@ksugar ksugar changed the title Updated QuPath version to 0.5.0-rc1 Updated QuPath version to 0.5.0 Dec 11, 2023
@ksugar ksugar merged commit 8135db5 into ksugar:main Dec 11, 2023
@ksugar
Copy link
Owner

ksugar commented Dec 11, 2023

I tested that it work with QuPath v0.5.0.
Thank you @Rylern for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants