Skip to content

Commit ce3c0a9

Browse files
committed
Bump version to 2.0.0
1 parent 4cde8e7 commit ce3c0a9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ warn_unused_configs = true
2323
no_implicit_reexport = true
2424

2525
[tool.bumpver]
26-
current_version = "1.4.0"
26+
current_version = "2.0.0"
2727
version_pattern = "MAJOR.MINOR.PATCH"
2828
commit = false # We do version bumping in CI, not as a commit
2929
tag = false # Git tag already exists — we don't auto-tag

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = slide2vec
3-
version = 1.4.0
3+
version = 2.0.0
44
description = Embedding of whole slide images with Foundation Models
55
author = Clément Grisi
66
platforms = unix, linux, osx, cygwin, win32

slide2vec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "2.0.0"

slide2vec/configs/conch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
csv: "/data/temporary/clement/notebooks/discern/prostate-bladder-breast-debug.csv" # path to csv containing slide paths
1+
csv: "/data/temporary/clement/discern/multi-organ-1k.csv" # path to csv containing slide paths
22

3-
output_dir: "output" # output directory
3+
output_dir: "/data/temporary/clement/discern/slide2vec" # output directory
44

55
visualize: true
66

@@ -12,7 +12,7 @@ tiling:
1212
model:
1313
level: "tile" # level at which to extract the features ("tile", "region" or "slide")
1414
name: "conch"
15-
batch_size: 1
15+
batch_size: 32
1616

1717
speed:
1818
fp16: true # use mixed precision during model inference

0 commit comments

Comments
 (0)