Skip to content

Commit e83e4f5

Browse files
authored
Merge pull request #128 from ap--/release-0.9.0
Release 0.9.0
2 parents 84d955d + 99304f9 commit e83e4f5

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [0.9.0] - 2025-08-29
12+
### Added
13+
- added support for QuPath 0.6.0
14+
- added tests for all supported QuPath minor versions
15+
16+
### Fixes
17+
- fixed pathtileobject loading for QuPath 0.3.x
18+
1119
## [0.8.2] - 2024-12-19
1220
### Fixes
1321
- exclude jpype==1.5.1 (see: https://github.com/Bayer-Group/paquo/issues/122)
@@ -169,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169177
- initial release of paquo
170178

171179

172-
[Unreleased]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.8.2...HEAD
180+
[Unreleased]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.9.0...HEAD
181+
[0.9.0]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.8.2...v0.9.0
173182
[0.8.2]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.8.1...v0.8.2
174183
[0.8.1]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.8.0...v0.8.1
175184
[0.8.0]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.7.2...v0.8.0

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,22 @@ If you choose the default installation paths paquo should autodetect your QuPath
5252
Or you can run the following command to download a specific version of QuPath
5353
to a location on your machine. Follow the printed instructions to configure
5454
paquo to use that version. Currently, paquo supports every version of QuPath from
55-
`0.2.0` to the most recent. _(We even support older `0.2.0-mX` versions but no guarantees)._
55+
`0.2.0` to the most recent. We're testing against the newest minor version for
56+
all supported QuPath releases. _(We even support older `0.2.0-mX` versions but no guarantees)._
5657

5758
```shell
58-
> paquo get_qupath --install-path "/some/path/on/your/machine" 0.5.0
59-
# downloading: https://github.com/qupath/qupath/releases/download/v0.5.0/QuPath-0.4.3-Linux.tar.xz
59+
> paquo get_qupath --install-path "/some/path/on/your/machine" 0.6.0
60+
# downloading: https://github.com/qupath/qupath/releases/download/v0.6.0/QuPath-0.6.0-Linux.tar.xz
6061
# progress ................... OK
61-
# extracting: [...]/QuPath-0.5.0-Linux.tar.xz
62-
# available at: /some/path/on/your/machine/QuPath-0.5.0
62+
# extracting: [...]/QuPath-0.6.0-Linux.tar.xz
63+
# available at: /some/path/on/your/machine/QuPath-0.6.0
6364
#
6465
# use via environment variable:
65-
# $ export PAQUO_QUPATH_DIR=/some/path/on/your/machine/QuPath-0.5.0
66+
# $ export PAQUO_QUPATH_DIR=/some/path/on/your/machine/QuPath-0.6.0
6667
#
6768
# use via .paquo.toml config file:
68-
# qupath_dir="/some/path/on/your/machine/QuPath-0.5.0"
69-
/some/path/on/your/machine/QuPath-0.5.0
69+
# qupath_dir="/some/path/on/your/machine/QuPath-0.6.0"
70+
/some/path/on/your/machine/QuPath-0.6.0
7071
```
7172

7273
## Development Installation

0 commit comments

Comments
 (0)