Skip to content

Commit 1d08e9f

Browse files
committed
Add changelog, update version
1 parent a006273 commit 1d08e9f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## v0.2.0
4+
5+
* [Preprint on arXiv](https://arxiv.org/abs/2309.04631)
6+
* [Documentation on ReadTheDocs](https://qupath.readthedocs.io/en/0.4/docs/deep/wsinfer.html)
7+
* Faster tiling for complex regions (https://github.com/qupath/qupath-extension-wsinfer/pull/34)
8+
* Searchable combo box for model selection (https://github.com/qupath/qupath-extension-wsinfer/pull/31)
9+
* Improved support for offline use (once models are downloaded) (https://github.com/qupath/qupath-extension-wsinfer/pull/30)
10+
11+
## v0.1.0
12+
13+
* First release!

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
ext.moduleName = 'io.github.qupath.extension.wsinfer'
1111

12-
version = "0.2.0-SNAPSHOT"
12+
version = "0.2.0"
1313
description = 'An extension to run WSInfer in QuPath'
1414

1515
// The default 'gradle.ext.qupathVersion' reads this from settings.gradle.

0 commit comments

Comments
 (0)