File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- - bump : minor
2- changes :
3- added :
4- - Error bars and grid lines to visualizations.
5- - Notebook benchmarking models on additional datasets.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " microimpute"
10- version = " 1.13 .0"
10+ version = " 1.14 .0"
1111description = " Benchmarking imputation methods for microdata"
1212readme = " README.md"
1313authors = [
You can’t perform that action at this time.
0 commit comments