File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010ext. moduleName = ' io.github.qupath.extension.wsinfer'
1111
12- version = " 0.2.0-SNAPSHOT "
12+ version = " 0.2.0"
1313description = ' An extension to run WSInfer in QuPath'
1414
1515// The default 'gradle.ext.qupathVersion' reads this from settings.gradle.
You can’t perform that action at this time.
0 commit comments