Skip to content

Commit

Permalink
paquo: cut new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Nov 21, 2022
1 parent de66c54 commit a797e94
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
...

## [0.6.0] - 2022-11-21
### Fixed
- paquo: support windows network share URIs
- paquo: add all available scenes of image in `add_image`

### Added
- paquo: support snapshot versions of QuPath for testing newer upstream compatibility
- paquo: allow user to provide path to JVM to support Apple M1 hardware
- paquo: add `remove_image` method to QuPathProject

### Changed
- paquo: simplify ImageProvider and deprecate SimpleImageProvider
- ci: install paquo via pip to speedup workflows
- ci: test against python 3.11

## [0.5.1] - 2022-07-15
### Fixed
- paquo: env var configuration now works via `PAQUO_` and `PAQUO__` prefix
Expand Down Expand Up @@ -110,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- initial release of paquo


[Unreleased]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.4.1...v0.4.2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ If you choose the default installation paths paquo should autodetect your QuPath

Or you can run the following command to download a specific version of QuPath
to a location on your machine. Follow the printed instructions to configure
paquo to use that version.
paquo to use that version. Currently, paquo supports every version of QuPath from
`0.2.0` to the most recent. _(We even support older `0.2.0-mX` versions but no guarantees)._

```shell
> paquo get_qupath --install-path "/some/path/on/your/machine" 0.3.2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Visualization
Topic :: Scientific/Engineering :: Information Analysis
Expand Down

0 comments on commit a797e94

Please sign in to comment.