Skip to content

Commit

Permalink
Switch to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Apr 1, 2021
1 parent 93a7ba8 commit dfce463
Show file tree
Hide file tree
Showing 29 changed files with 136 additions and 139 deletions.
2 changes: 1 addition & 1 deletion antropy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .entropy import *
from .fractal import *

__version__ = "0.1.3"
__version__ = "0.1.4"
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: b8d92bcffd89b020583c23c3168ca7ba
config: ce60da67f89e22e35f10283b7e915883
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/build/html/_modules/antropy/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>antropy.entropy &#8212; antropy 0.1.3 documentation</title>
<title>antropy.entropy &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/antropy/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>antropy.fractal &#8212; antropy 0.1.3 documentation</title>
<title>antropy.fractal &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</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; antropy 0.1.3 documentation</title>
<title>Overview: module code &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

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

v0.1.4 (dev)
------------
v0.1.4 (April 2021)
-------------------

.. important:: The package has now been renamed AntroPy!
.. important:: The package has now been renamed AntroPy (previously EntroPy)!

a. Updated :py:func:`antropy.lziv_complexity` using integer arrays with `Numba` in `PR1 <https://github.com/raphaelvallat/entropy/pull/1>`_.
b. :py:func:`antropy.lziv_complexity` now maps strings to UTF-8 integer representations.
a. Faster implementation of :py:func:`antropy.lziv_complexity` (see `PR1 <https://github.com/raphaelvallat/entropy/pull/1>`_). Among other improvements, strings are now mapped to UTF-8 integer representations.

v0.1.3 (March 2021)
-------------------
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.3',
VERSION: '0.1.4',
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; antropy 0.1.3 documentation</title>
<title>API reference &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
13 changes: 6 additions & 7 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; antropy 0.1.3 documentation</title>
<title>What’s new &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

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

<div class="section" id="what-s-new">
<span id="changelog"></span><h1>What’s new</h1>
<div class="section" id="v0-1-4-dev">
<h2>v0.1.4 (dev)</h2>
<div class="section" id="v0-1-4-april-2021">
<h2>v0.1.4 (April 2021)</h2>
<div class="admonition important">
<p class="admonition-title">Important</p>
<p>The package has now been renamed AntroPy!</p>
<p>The package has now been renamed AntroPy (previously EntroPy)!</p>
</div>
<ol class="loweralpha simple">
<li><p>Updated <a class="reference internal" href="generated/antropy.lziv_complexity.html#antropy.lziv_complexity" title="antropy.lziv_complexity"><code class="xref py py-func docutils literal notranslate"><span class="pre">antropy.lziv_complexity()</span></code></a> using integer arrays with <cite>Numba</cite> in <a class="reference external" href="https://github.com/raphaelvallat/entropy/pull/1">PR1</a>.</p></li>
<li><p><a class="reference internal" href="generated/antropy.lziv_complexity.html#antropy.lziv_complexity" title="antropy.lziv_complexity"><code class="xref py py-func docutils literal notranslate"><span class="pre">antropy.lziv_complexity()</span></code></a> now maps strings to UTF-8 integer representations.</p></li>
<li><p>Faster implementation of <a class="reference internal" href="generated/antropy.lziv_complexity.html#antropy.lziv_complexity" title="antropy.lziv_complexity"><code class="xref py py-func docutils literal notranslate"><span class="pre">antropy.lziv_complexity()</span></code></a> (see <a class="reference external" href="https://github.com/raphaelvallat/entropy/pull/1">PR1</a>). Among other improvements, strings are now mapped to UTF-8 integer representations.</p></li>
</ol>
</div>
<div class="section" id="v0-1-3-march-2021">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.app_entropy &#8212; antropy 0.1.3 documentation</title>
<title>antropy.app_entropy &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.detrended_fluctuation &#8212; antropy 0.1.3 documentation</title>
<title>antropy.detrended_fluctuation &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.higuchi_fd &#8212; antropy 0.1.3 documentation</title>
<title>antropy.higuchi_fd &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.hjorth_params &#8212; antropy 0.1.3 documentation</title>
<title>antropy.hjorth_params &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.katz_fd &#8212; antropy 0.1.3 documentation</title>
<title>antropy.katz_fd &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.lziv_complexity &#8212; antropy 0.1.3 documentation</title>
<title>antropy.lziv_complexity &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.num_zerocross &#8212; antropy 0.1.3 documentation</title>
<title>antropy.num_zerocross &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.perm_entropy &#8212; antropy 0.1.3 documentation</title>
<title>antropy.perm_entropy &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.petrosian_fd &#8212; antropy 0.1.3 documentation</title>
<title>antropy.petrosian_fd &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.sample_entropy &#8212; antropy 0.1.3 documentation</title>
<title>antropy.sample_entropy &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.spectral_entropy &#8212; antropy 0.1.3 documentation</title>
<title>antropy.spectral_entropy &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/generated/antropy.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>antropy.svd_entropy &#8212; antropy 0.1.3 documentation</title>
<title>antropy.svd_entropy &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</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; antropy 0.1.3 documentation</title>
<title>Index &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</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; antropy 0.1.3 documentation</title>
<title>Installation &#8212; antropy 0.1.4 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/antropy_128x128.png"></span>
antropy</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.3</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.4</b></span>
</div>

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

0 comments on commit dfce463

Please sign in to comment.