From 7f5e6d0961d998efa60a06a61ee2948dd3ca6e8a Mon Sep 17 00:00:00 2001 From: EtienneCmb Date: Fri, 5 Jul 2024 15:23:48 +0200 Subject: [PATCH] Minor changes --- examples/metrics/plot_oinfo.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/metrics/plot_oinfo.py b/examples/metrics/plot_oinfo.py index 8c6fbdd2..44be15d6 100644 --- a/examples/metrics/plot_oinfo.py +++ b/examples/metrics/plot_oinfo.py @@ -145,7 +145,7 @@ # S-information # ^^^^^^^^^^^^^ # Finally, the S-information is defined as the sum of the TC and DTC : - +# # .. math:: # \Omega(X^{n}) &= TC(X^{n}) + DTC(X^{n}) \\ # &= nH(X^{n}) + \sum_{j=1}^{n} [H(X_{j}) + H( diff --git a/setup.py b/setup.py index e6a50ce5..cf3a9189 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os from setuptools import setup, find_packages -__version__ = "0.0.0" +__version__ = "0.0.1" NAME = "hoi" AUTHOR = "BraiNets" MAINTAINER = "Etienne Combrisson"