Skip to content

Commit 7fc9829

Browse files
committed
Increased version to 0.2.0 and updated changelog
1 parent 44b13e0 commit 7fc9829

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.2.0] - 2025-11-16
2+
3+
### Added
4+
- HistAI SPIDER datasets (breast, colorecal, skin, thorax)
5+
- Zero-shot VLM classification task
6+
- DINOv3, GIGAPATH, KAIKO-ViT foundation models
7+
- Option to benchmark a model for a task on a custom dataset
8+
- RandStain transformation for the transformation invariance task
9+
- SPIDER and zero-shot leaderboards + up-to-date rank-sum leaderboard
10+
- Option to divide bracs images into patches when extracting embeddings
11+
- Use-case examples in documentation
12+
- Saving a config file at the end of a benchmark run
13+
14+
### Changed
15+
- Extended support to python versions >=3.10,<3.14
16+
- Updated dependency requirements and replaced setup.py with pyproject.toml
17+
- Loading all embeddings and labels as numpy arrays in dataset init for linear_probing+embedding_pre_loading
18+
19+
### Fixed
20+
- Config setting for probe training with custom model
21+
- Hyper-parameters printing (colors and model name when custom)
22+
123
## [0.1.1] - 2025-09-01
224

325
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thunder-bench"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "THUNDER: Tile-level Histopathology image UNDERstanding benchmark"
55
requires-python = ">=3.10,<3.14"
66
readme = "README.md"

0 commit comments

Comments
 (0)