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 Apr 7, 2022
1 parent 3080658 commit 5110230
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
...

## [0.5.0] - 2022-04-05
### Fixed
- cli: startup time improved
- docs: fix configuration section (double underscore for prefix `PAQUO__`)
- paquo.java: prevent emitting a QuPath logging message on import
- paquo: reduce cli startup time by lazy importing settings
- cli: fixed help display if terminal doesn't support unicode

### Added
- cli: add get_qupath command for downloading specific QuPaths

### Changed
- paquo: drop Python=3.6 support

## [0.4.2] - 2022-01-10
### Added
- paquo: support QuPath v0.2.0 (a83d8a2)
Expand Down Expand Up @@ -92,7 +106,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.4.2...HEAD
[Unreleased]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.5.0...HEAD
[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
[0.4.1]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/bayer-science-for-a-better-life/paquo/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ to a location on your machine. Follow the printed instructions to configure
paquo to use that version.

```shell
> paquo get-qupath --install-path "/some/path/on/your/machine" 0.3.2
> paquo get_qupath --install-path "/some/path/on/your/machine" 0.3.2
# downloading: https://github.com/qupath/qupath/releases/download/v0.3.2/QuPath-0.3.2-Linux.tar.xz
# progress ................... OK
# extracting: [...]/QuPath-0.3.2-Linux.tar.xz
Expand Down

0 comments on commit 5110230

Please sign in to comment.