Skip to content

Commit 1c68cd7

Browse files
committed
Update package version
1 parent c004902 commit 1c68cd7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.15.0] - 2026-03-09
2+
3+
### Added
4+
5+
- Added `max_train_samples` parameter and `fit_predict()` method to QRF, with automatic zero-filling of missing output variables.
6+
7+
18
## [1.14.5] - 2026-03-06
29

310
No significant changes.

changelog.d/qrf-convenience-features.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "microimpute"
10-
version = "1.14.5"
10+
version = "1.15.0"
1111
description = "Benchmarking imputation methods for microdata"
1212
readme = "README.md"
1313
authors = [

0 commit comments

Comments
 (0)