From b5da41899d7442417acfbf32728573fa2c892a31 Mon Sep 17 00:00:00 2001 From: wiheto Date: Tue, 8 Jan 2019 22:19:39 -0800 Subject: [PATCH] 0.4 ready fixes --- CHANGELOG.md | 1 + README.md | 2 +- teneto/networkmeasures/shortest_temporal_path.py | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11af55c3..f061a81e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - unit argument changed to timeunit - added cmap to circle_plot - rewritten shortest temporal paths. Now outputs pandas dataframe. +- temporal_betweenness_centrality aded. ## V0.3.5 diff --git a/README.md b/README.md index 84152441..1cfabe05 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Build Status](https://travis-ci.org/wiheto/teneto.svg?branch=master)](https://travis-ci.org/wiheto/teneto) [![Coverage Status](https://coveralls.io/repos/github/wiheto/teneto/badge.svg?branch=master)](https://coveralls.io/github/wiheto/teneto?branch=master) -**Te**mporal **ne**twork **to**ols. Version 0.4.0 (development) +**Te**mporal **ne**twork **to**ols. Version 0.4.0 ## What is the package diff --git a/teneto/networkmeasures/shortest_temporal_path.py b/teneto/networkmeasures/shortest_temporal_path.py index fe8c3f54..4323bec5 100644 --- a/teneto/networkmeasures/shortest_temporal_path.py +++ b/teneto/networkmeasures/shortest_temporal_path.py @@ -1,7 +1,6 @@ import numpy as np from teneto.utils import process_input -from numba import jit import itertools import pandas as pd