Skip to content

Commit deaea3b

Browse files
committed
bump: version 2.0.0rc1 → 2.0.0rc2
1 parent 751f545 commit deaea3b

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ Going forward, this file is updated automatically by `cz bump` on each release.
99

1010
---
1111

12+
## v2.0.0rc2 (2026-06-22)
13+
14+
### Feat
15+
16+
- **hardware**: add print_hardware_info for CPU/CUDA/MPS detection
17+
18+
### Fix
19+
20+
- **sklearn_compat**: satisfy pandas typing in ensure_dataframe
21+
- **training**: register custom torchmetrics via nn.ModuleDict so state moves to device
22+
- **sklearn_compat**: cast pandas category columns to object in ensure_dataframe
23+
24+
### Refactor
25+
26+
- **models**: drop legacy flat-kwargs constructor
27+
- **core**: centralize optional-dependency
28+
1229
## v2.0.0rc1 (2026-06-21)
1330

1431
### BREAKING CHANGE

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deeptab"
3-
version = "2.0.0rc1"
3+
version = "2.0.0rc2"
44
description = "Tabular deep learning made simple: a scikit-learn compatible model zoo built on PyTorch and Lightning."
55
authors = [
66
{ name = "Anton Thielmann" },

0 commit comments

Comments
 (0)