|
5 | 5 | <meta charset="utf-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | | - <title>Changelog — hlink 4.0.0 documentation</title> |
| 8 | + <title>Changelog — hlink 4.1.0 documentation</title> |
9 | 9 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/basic.css?v=686e5160" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" /> |
12 | | - <script src="_static/documentation_options.js?v=3304f9e4"></script> |
| 12 | + <script src="_static/documentation_options.js?v=42d1b3bd"></script> |
13 | 13 | <script src="_static/doctools.js?v=9bcbadda"></script> |
14 | 14 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
15 | 15 | <link rel="index" title="Index" href="genindex.html" /> |
|
37 | 37 | <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading">¶</a></h1> |
38 | 38 | <p>The format of this changelog is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep A Changelog</a>. |
39 | 39 | Hlink adheres to semantic versioning as much as possible.</p> |
40 | | -<section id="not-yet-released"> |
41 | | -<h2>Not Yet Released<a class="headerlink" href="#not-yet-released" title="Link to this heading">¶</a></h2> |
| 40 | +<section id="v4-1-0-2025-04-15"> |
| 41 | +<h2>v4.1.0 (2025-04-15)<a class="headerlink" href="#v4-1-0-2025-04-15" title="Link to this heading">¶</a></h2> |
42 | 42 | <section id="added"> |
43 | 43 | <h3>Added<a class="headerlink" href="#added" title="Link to this heading">¶</a></h3> |
44 | 44 | <ul class="simple"> |
45 | 45 | <li><p>Added a new configuration option <code class="docutils literal notranslate"><span class="pre">hh_matching.records_to_match</span></code> that controls |
46 | 46 | which records are eligible for re-matching in the <code class="docutils literal notranslate"><span class="pre">hh_matching</span></code> task. You can |
47 | 47 | find the documentation for this option in the new <a class="reference external" href="config.html#household-matching">Household Matching</a> |
48 | 48 | section on the Configuration page. <a class="reference external" href="https://github.com/ipums/hlink/pull/201">PR #201</a></p></li> |
| 49 | +<li><p>Added the <code class="docutils literal notranslate"><span class="pre">hh_training.feature_importances</span></code> configuration option for saving model |
| 50 | +feature importances or coefficients as step 3 of |
| 51 | +<a class="reference external" href="config.html#household-training-and-model-exploration">“Household Training”</a> when set to true. <a class="reference external" href="https://github.com/ipums/hlink/pull/202">PR #202</a></p></li> |
49 | 52 | </ul> |
50 | 53 | </section> |
51 | 54 | <section id="fixed"> |
@@ -507,7 +510,7 @@ <h1 class="logo"><a href="index.html">hlink</a></h1> |
507 | 510 | <li class="toctree-l1"><a class="reference internal" href="use_examples.html">Advanced Workflows</a></li> |
508 | 511 | <li class="toctree-l1"><a class="reference internal" href="config.html">Configuration</a></li> |
509 | 512 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul> |
510 | | -<li class="toctree-l2"><a class="reference internal" href="#not-yet-released">Not Yet Released</a></li> |
| 513 | +<li class="toctree-l2"><a class="reference internal" href="#v4-1-0-2025-04-15">v4.1.0 (2025-04-15)</a></li> |
511 | 514 | <li class="toctree-l2"><a class="reference internal" href="#v4-0-0-2025-04-07">v4.0.0 (2025-04-07)</a></li> |
512 | 515 | <li class="toctree-l2"><a class="reference internal" href="#v3-8-0-2024-12-04">v3.8.0 (2024-12-04)</a></li> |
513 | 516 | <li class="toctree-l2"><a class="reference internal" href="#v3-7-0-2024-10-10">v3.7.0 (2024-10-10)</a></li> |
|
0 commit comments