Skip to content

Commit 7eef5fb

Browse files
committed
bump: version 1.7.0 → 1.8.0
1 parent 6fff094 commit 7eef5fb

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

1010
---
1111

12+
## v1.8.0 (2026-05-24)
13+
14+
### Feat
15+
16+
- stable/experimental model split, save/load, and bug fixes
17+
- stable/experimental model split, save/load, and bug fixes
18+
- **models**: add save/load, fix get_params and LSS family pickling
19+
- stable and experimental model separation
20+
21+
### Fix
22+
23+
- duplicate entry in docs for model classes
24+
- test case fixed for windows
25+
- suppress family hparam warning
26+
- **tabr**: cast candidate_y to float in regression/LSS label encoder path
27+
- **tabr**: use regression label encoder for LSS by forwarding lss flag
28+
- **types**: guard task_model None, use getattr for get_params, annotate test kwargs
29+
- **lint**: drop unused unpacked variables and dead code
30+
- **tabtrans**: add dedicated LayerNorm for numerical features instead of reusing encoder norm
31+
- **ndtf**: correct ensemble aggregation for multi-class and LSS outputs
32+
- added faiss-cpu
33+
- add delu dependency for TabR
34+
- DefaultTabRConfig export
35+
- import error after experimental namespace changes
36+
- resolve stale site-packages
37+
1238
## v1.7.0 (2026-05-14)
1339

1440
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "deeptab"
33

4-
version = "1.7.0"
4+
version = "1.8.0"
55

66

77
description = "A python package for tabular deep learning."

0 commit comments

Comments
 (0)