Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Mar 16, 2021
1 parent bba18eb commit 0e9409c
Show file tree
Hide file tree
Showing 29 changed files with 60 additions and 52 deletions.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 750d51e06f88fd8c6a916e20b633efc1
config: f056647609755cdb01d52842f5bf929f
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 6 additions & 2 deletions docs/build/html/_modules/entropy/entropy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.entropy &#8212; entropy 0.1.2 documentation</title>
<title>entropy.entropy &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -901,6 +901,8 @@ <h1>Source code for entropy.entropy</h1><div class="highlight"><pre>
<div class="viewcode-block" id="num_zerocross"><a class="viewcode-back" href="../../generated/entropy.num_zerocross.html#entropy.num_zerocross">[docs]</a><span class="k">def</span> <span class="nf">num_zerocross</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">normalize</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">axis</span><span class="o">=-</span><span class="mi">1</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;Number of zero-crossings.</span>

<span class="sd"> .. versionadded: 0.1.3</span>

<span class="sd"> Parameters</span>
<span class="sd"> ----------</span>
<span class="sd"> x : list or np.array</span>
Expand Down Expand Up @@ -985,6 +987,8 @@ <h1>Source code for entropy.entropy</h1><div class="highlight"><pre>
<div class="viewcode-block" id="hjorth_params"><a class="viewcode-back" href="../../generated/entropy.hjorth_params.html#entropy.hjorth_params">[docs]</a><span class="k">def</span> <span class="nf">hjorth_params</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">axis</span><span class="o">=-</span><span class="mi">1</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;Calculate Hjorth mobility and complexity on given axis.</span>

<span class="sd"> .. versionadded: 0.1.3</span>

<span class="sd"> Parameters</span>
<span class="sd"> ----------</span>
<span class="sd"> x : list or np.array</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/entropy/fractal.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.fractal &#8212; entropy 0.1.2 documentation</title>
<title>entropy.fractal &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Overview: module code &#8212; entropy 0.1.2 documentation</title>
<title>Overview: module code &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
What's new
##########

v0.1.3 (dev)
------------
v0.1.3 (March 2021)
-------------------

a. Added the :py:func:`entropy.num_zerocross` function to calculate the (normalized) number of zero-crossings on N-D data.
b. Added the :py:func:`entropy.hjorth_params` function to calculate the mobility and complexity Hjorth parameters on N-D data.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_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: '0.1.2',
VERSION: '0.1.3',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>API reference &#8212; entropy 0.1.2 documentation</title>
<title>API reference &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>What’s new &#8212; entropy 0.1.2 documentation</title>
<title>What’s new &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -87,8 +87,8 @@

<div class="section" id="what-s-new">
<span id="changelog"></span><h1>What’s new</h1>
<div class="section" id="v0-1-3-dev">
<h2>v0.1.3 (dev)</h2>
<div class="section" id="v0-1-3-march-2021">
<h2>v0.1.3 (March 2021)</h2>
<ol class="loweralpha simple">
<li><p>Added the <a class="reference internal" href="generated/entropy.num_zerocross.html#entropy.num_zerocross" title="entropy.num_zerocross"><code class="xref py py-func docutils literal notranslate"><span class="pre">entropy.num_zerocross()</span></code></a> function to calculate the (normalized) number of zero-crossings on N-D data.</p></li>
<li><p>Added the <a class="reference internal" href="generated/entropy.hjorth_params.html#entropy.hjorth_params" title="entropy.hjorth_params"><code class="xref py py-func docutils literal notranslate"><span class="pre">entropy.hjorth_params()</span></code></a> function to calculate the mobility and complexity Hjorth parameters on N-D data.</p></li>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.app_entropy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.app_entropy &#8212; entropy 0.1.2 documentation</title>
<title>entropy.app_entropy &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.detrended_fluctuation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.detrended_fluctuation &#8212; entropy 0.1.2 documentation</title>
<title>entropy.detrended_fluctuation &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.higuchi_fd.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.higuchi_fd &#8212; entropy 0.1.2 documentation</title>
<title>entropy.higuchi_fd &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.hjorth_params.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.hjorth_params &#8212; entropy 0.1.2 documentation</title>
<title>entropy.hjorth_params &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.katz_fd.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.katz_fd &#8212; entropy 0.1.2 documentation</title>
<title>entropy.katz_fd &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.lziv_complexity.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.lziv_complexity &#8212; entropy 0.1.2 documentation</title>
<title>entropy.lziv_complexity &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.num_zerocross.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.num_zerocross &#8212; entropy 0.1.2 documentation</title>
<title>entropy.num_zerocross &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.perm_entropy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.perm_entropy &#8212; entropy 0.1.2 documentation</title>
<title>entropy.perm_entropy &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.petrosian_fd.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.petrosian_fd &#8212; entropy 0.1.2 documentation</title>
<title>entropy.petrosian_fd &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.sample_entropy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.sample_entropy &#8212; entropy 0.1.2 documentation</title>
<title>entropy.sample_entropy &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.spectral_entropy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.spectral_entropy &#8212; entropy 0.1.2 documentation</title>
<title>entropy.spectral_entropy &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/entropy.svd_entropy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>entropy.svd_entropy &#8212; entropy 0.1.2 documentation</title>
<title>entropy.svd_entropy &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Index &#8212; entropy 0.1.2 documentation</title>
<title>Index &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Installation &#8212; entropy 0.1.2 documentation</title>
<title>Installation &#8212; entropy 0.1.3 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="#"><span><img src="_static/entropy_128x128.png"></span>
entropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.2</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
Loading

0 comments on commit 0e9409c

Please sign in to comment.