Skip to content

Commit fb83c4e

Browse files
committed
Update package version
1 parent a4ca0f1 commit fb83c4e

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.14.0] - 2026-02-07 04:51:52
9+
10+
### Added
11+
12+
- Error bars and grid lines to visualizations.
13+
- Notebook benchmarking models on additional datasets.
14+
815
## [1.13.0] - 2026-01-20 05:25:02
916

1017
## [1.12.0] - 2025-12-11 14:03:49
@@ -300,6 +307,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300307

301308

302309

310+
[1.14.0]: https://github.com/PolicyEngine/microimpute/compare/1.13.0...1.14.0
303311
[1.13.0]: https://github.com/PolicyEngine/microimpute/compare/1.12.0...1.13.0
304312
[1.12.0]: https://github.com/PolicyEngine/microimpute/compare/1.11.0...1.12.0
305313
[1.11.0]: https://github.com/PolicyEngine/microimpute/compare/1.10.0...1.11.0

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,9 @@
261261
updated:
262262
- Introduction, Background and Data sections with more detailed literature review.
263263
date: 2026-01-20 05:25:02
264+
- bump: minor
265+
changes:
266+
added:
267+
- Error bars and grid lines to visualizations.
268+
- Notebook benchmarking models on additional datasets.
269+
date: 2026-02-07 04:51:52

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Error bars and grid lines to visualizations.
5-
- Notebook benchmarking models on additional datasets.

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.13.0"
10+
version = "1.14.0"
1111
description = "Benchmarking imputation methods for microdata"
1212
readme = "README.md"
1313
authors = [

0 commit comments

Comments
 (0)