|
34 | 34 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
35 | 35 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
36 | 36 | <link rel="index" title="Index" href="genindex.html" />
|
37 |
| - <link rel="search" title="Search" href="search.html" /> |
| 37 | + <link rel="search" title="Search" href="search.html" /> |
| 38 | + <link rel="prev" title="Metapredict isn’t working!" href="usage/troubleshooting.html" /> |
38 | 39 | </head>
|
39 | 40 |
|
40 | 41 | <body class="wy-body-for-nav">
|
|
79 | 80 |
|
80 | 81 |
|
81 | 82 | <p class="caption"><span class="caption-text">Contents:</span></p>
|
82 |
| -<ul> |
| 83 | +<ul class="current"> |
83 | 84 | <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started with metapredict</a></li>
|
84 | 85 | <li class="toctree-l1"><a class="reference internal" href="usage/command-line.html">metapredict from the command-line</a></li>
|
85 | 86 | <li class="toctree-l1"><a class="reference internal" href="usage/using-in-python.html">metapredict in Python</a></li>
|
86 | 87 | <li class="toctree-l1"><a class="reference internal" href="api.html">Module Documentation</a></li>
|
87 | 88 | <li class="toctree-l1"><a class="reference internal" href="usage/acknowledgements.html">Acknowledgements</a></li>
|
88 | 89 | <li class="toctree-l1"><a class="reference internal" href="usage/troubleshooting.html">Metapredict isn’t working!</a></li>
|
| 90 | +<li class="toctree-l1 current"><a class="current reference internal" href="#">Recent changes</a><ul> |
| 91 | +<li class="toctree-l2"><a class="reference internal" href="#about">About</a></li> |
| 92 | +<li class="toctree-l2"><a class="reference internal" href="#v0-58">V0.58</a></li> |
| 93 | +<li class="toctree-l2"><a class="reference internal" href="#v0-57">V0.57</a></li> |
| 94 | +<li class="toctree-l2"><a class="reference internal" href="#v0-56">V0.56</a></li> |
| 95 | +</ul> |
| 96 | +</li> |
89 | 97 | </ul>
|
90 | 98 |
|
91 | 99 |
|
@@ -156,6 +164,13 @@ <h1>Recent changes<a class="headerlink" href="#recent-changes" title="Permalink
|
156 | 164 | <h2>About<a class="headerlink" href="#about" title="Permalink to this headline">¶</a></h2>
|
157 | 165 | <p>This section is a log of recent changes with metapredict. My hope is that as I change things, this section can help you figure out why a change was made and if it will break any of your current work flows. The first major changes were made for the 0.56 release, so tracking will start there.</p>
|
158 | 166 | </div>
|
| 167 | +<div class="section" id="v0-58"> |
| 168 | +<h2>V0.58<a class="headerlink" href="#v0-58" title="Permalink to this headline">¶</a></h2> |
| 169 | +<p>Change: |
| 170 | +Updated the network with a newly trained network (using the same dataset as the original) that is slightly more accurate.</p> |
| 171 | +<p>Reason: |
| 172 | +I am always trying to find ways to make metapredict more accurate. When I manage to make the predictor better, I will update it.</p> |
| 173 | +</div> |
159 | 174 | <div class="section" id="v0-57">
|
160 | 175 | <h2>V0.57<a class="headerlink" href="#v0-57" title="Permalink to this headline">¶</a></h2>
|
161 | 176 | <p>Change:
|
@@ -198,6 +213,13 @@ <h2>V0.56<a class="headerlink" href="#v0-56" title="Permalink to this headline">
|
198 | 213 | </div>
|
199 | 214 | <footer>
|
200 | 215 |
|
| 216 | + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
| 217 | + |
| 218 | + |
| 219 | + <a href="usage/troubleshooting.html" class="btn btn-neutral float-left" title="Metapredict isn’t working!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> |
| 220 | + |
| 221 | + </div> |
| 222 | + |
201 | 223 |
|
202 | 224 | <hr/>
|
203 | 225 |
|
|
0 commit comments