Skip to content

Commit

Permalink
Deploying to gh-pages from @ da6cf23 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jan 24, 2023
1 parent e82304d commit d649421
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _modules/riskmapjnr/riskmapjnr.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h1>Source code for riskmapjnr.riskmapjnr</h1><div class="highlight"><pre>
<span class="c1"># license :GPLv3</span>
<span class="c1"># ==============================================================================</span>

<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.1&quot;</span>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.2&quot;</span>


<div class="viewcode-block" id="main"><a class="viewcode-back" href="../../reference.html#riskmapjnr.riskmapjnr.main">[docs]</a><span class="k">def</span> <span class="nf">main</span><span class="p">():</span>
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.1',
VERSION: '1.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
28 changes: 23 additions & 5 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h3>Navigation</h3>
<li class="toctree-l1"><a class="reference internal" href="reference.html">Python API</a></li>
<li class="toctree-l1"><a class="reference internal" href="indices.html">Indices and tables</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#riskmapjnr-1-2">riskmapjnr 1.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="#riskmapjnr-1-1">riskmapjnr 1.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="#riskmapjnr-1-0">riskmapjnr 1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#riskmapjnr-0-1">riskmapjnr 0.1</a></li>
Expand Down Expand Up @@ -106,6 +107,20 @@ <h3 id="searchlabel">Quick search</h3>

<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this heading"></a></h1>
<section id="riskmapjnr-1-2">
<h2>riskmapjnr 1.2<a class="headerlink" href="#riskmapjnr-1-2" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>Improving documentation.</p></li>
<li><p>Bug corrections:</p>
<ul>
<li><p>Make sure that <code class="docutils literal notranslate"><span class="pre">fcc_file</span></code> is projected to compute distances.</p></li>
<li><p>Let the user set Agg backend for matplotlib when DISPLAY is not found.</p></li>
<li><p>Close and join the pool execution in <code class="docutils literal notranslate"><span class="pre">makemap()</span></code>.</p></li>
</ul>
</li>
<li><p>This version is running without issues in <a class="reference external" href="https://sepal.io">SEPAL</a>.</p></li>
</ul>
</section>
<section id="riskmapjnr-1-1">
<h2>riskmapjnr 1.1<a class="headerlink" href="#riskmapjnr-1-1" title="Permalink to this heading"></a></h2>
<ul class="simple">
Expand All @@ -116,13 +131,16 @@ <h2>riskmapjnr 1.1<a class="headerlink" href="#riskmapjnr-1-1" title="Permalink
<h2>riskmapjnr 1.0<a class="headerlink" href="#riskmapjnr-1-0" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>First stable release.</p></li>
<li><p>Parallel computation for <cite>makemap()</cite>.</p></li>
<li><p>Parallel computation for <code class="docutils literal notranslate"><span class="pre">makemap()</span></code>.</p></li>
<li><p>Benchmark to estimate advantage of parallel computing.</p></li>
<li><p>New tutorials on large jurisdictions (countries).</p></li>
<li><p>Bug corrections:
- Correction of the annual deforestation rate formula.
- Correction of the validation step using maps at the start of the validation period.
- Correction of the final risk map at the end of the validation period.</p></li>
<li><p>Bug corrections:</p>
<ul>
<li><p>Correction of the annual deforestation rate formula.</p></li>
<li><p>Correction of the validation step using maps at the start of the validation period.</p></li>
<li><p>Correction of the final risk map at the end of the validation period.</p></li>
</ul>
</li>
</ul>
</section>
<section id="riskmapjnr-0-1">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ <h2>Table of contents<a class="headerlink" href="#table-of-contents" title="Perm
</li>
<li class="toctree-l1"><a class="reference internal" href="indices.html">Indices and tables</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#riskmapjnr-1-2">riskmapjnr 1.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#riskmapjnr-1-1">riskmapjnr 1.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#riskmapjnr-1-0">riskmapjnr 1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#riskmapjnr-0-1">riskmapjnr 0.1</a></li>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit d649421

Please sign in to comment.