|
81 | 81 |
|
82 | 82 | <ul class="current">
|
83 | 83 | <li class="toctree-l1"><a class="reference internal" href="readme.html">flexTOMO</a></li>
|
| 84 | +<li class="toctree-l1"><a class="reference internal" href="readme.html#import">Import:</a></li> |
| 85 | +<li class="toctree-l1"><a class="reference internal" href="readme.html#initialize-projection-images">Initialize projection images:</a></li> |
| 86 | +<li class="toctree-l1"><a class="reference internal" href="readme.html#define-a-simple-projection-geometry">Define a simple projection geometry:</a></li> |
| 87 | +<li class="toctree-l1"><a class="reference internal" href="readme.html#create-phantom-and-project-into-proj">Create phantom and project into proj:</a></li> |
| 88 | +<li class="toctree-l1"><a class="reference internal" href="readme.html#forward-project">Forward project:</a></li> |
84 | 89 | <li class="toctree-l1"><a class="reference internal" href="flextomo.html">Modules</a></li>
|
85 | 90 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
|
86 |
| -<li class="toctree-l2"><a class="reference internal" href="#unreleased">Unreleased</a><ul> |
| 91 | +<li class="toctree-l2"><a class="reference internal" href="#id1">0.1.0 - 2018-04-26</a><ul> |
87 | 92 | <li class="toctree-l3"><a class="reference internal" href="#added">Added</a></li>
|
88 |
| -<li class="toctree-l3"><a class="reference internal" href="#fixed">Fixed</a></li> |
89 |
| -</ul> |
90 |
| -</li> |
91 |
| -<li class="toctree-l2"><a class="reference internal" href="#yyyy-mm-dd">0.1.0 - YYYY-MM-DD</a><ul> |
92 |
| -<li class="toctree-l3"><a class="reference internal" href="#id1">Added</a></li> |
93 | 93 | </ul>
|
94 | 94 | </li>
|
95 | 95 | </ul>
|
@@ -163,27 +163,18 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this he
|
163 | 163 | <p>All notable changes to this project will be documented in this file.</p>
|
164 | 164 | <p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
|
165 | 165 | and this project adheres to <a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
|
166 |
| -<div class="section" id="unreleased"> |
167 |
| -<h2><a class="reference external" href="https://www.github.com/teascavenger/flextomo/compare/v0.1.0...develop">Unreleased</a><a class="headerlink" href="#unreleased" title="Permalink to this headline">¶</a></h2> |
| 166 | +<div class="section" id="id1"> |
| 167 | +<h2>0.1.0 - 2018-04-26<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2> |
168 | 168 | <div class="section" id="added">
|
169 | 169 | <h3>Added<a class="headerlink" href="#added" title="Permalink to this headline">¶</a></h3>
|
170 |
| -<ul> |
171 |
| -<li><div class="first"><insert-features-not-in-a-release-yet></div></li> |
172 |
| -</ul> |
173 |
| -</div> |
174 |
| -<div class="section" id="fixed"> |
175 |
| -<h3>Fixed<a class="headerlink" href="#fixed" title="Permalink to this headline">¶</a></h3> |
176 |
| -<ul> |
177 |
| -<li><div class="first"><insert-bugs-fixed-not-in-a-release-yet></div></li> |
178 |
| -</ul> |
179 |
| -</div> |
180 |
| -</div> |
181 |
| -<div class="section" id="yyyy-mm-dd"> |
182 |
| -<h2>0.1.0 - YYYY-MM-DD<a class="headerlink" href="#yyyy-mm-dd" title="Permalink to this headline">¶</a></h2> |
183 |
| -<div class="section" id="id1"> |
184 |
| -<h3>Added<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3> |
185 | 170 | <ul class="simple">
|
186 |
| -<li>Initial release.</li> |
| 171 | +<li>Initial release</li> |
| 172 | +<li>Added different calls to display functions</li> |
| 173 | +<li>Added FISTA</li> |
| 174 | +<li>Improved docs</li> |
| 175 | +<li>Introduced new geometry classes</li> |
| 176 | +<li>Added modules for polychromatic models</li> |
| 177 | +<li>New examples</li> |
187 | 178 | </ul>
|
188 | 179 | </div>
|
189 | 180 | </div>
|
|
0 commit comments