Skip to content

Commit

Permalink
0.4 ready fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wiheto committed Jan 9, 2019
1 parent 68a45e6 commit b5da418
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion teneto/networkmeasures/shortest_temporal_path.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

import numpy as np
from teneto.utils import process_input
from numba import jit
import itertools
import pandas as pd

Expand Down

0 comments on commit b5da418

Please sign in to comment.