File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ entropy_estimate = ndd.entropy(counts).
9
9
# Obtaining the source
10
10
11
11
All ** ndd** source code is hosted on Github.
12
- You can download the latest version of the code using [ this link] ( https://github.com/simomarsili/ndd/archive/v0.1.6 .zip ) .
12
+ You can download the latest version of the code using [ this link] ( https://github.com/simomarsili/ndd/archive/v0.1.7 .zip ) .
13
13
14
14
# Prerequisites
15
15
Original file line number Diff line number Diff line change 1
- VERSION="v0.1.6 "
1
+ VERSION="v0.1.7 "
Original file line number Diff line number Diff line change 26
26
27
27
__copyright__ = "Copyright (C) 2016 Simone Marsili"
28
28
__license__ = "BSD 3 clause"
29
- __version__ = "v0.1.6 "
29
+ __version__ = "v0.1.7 "
30
30
__author__ = "Simone Marsili ([email protected] )"
31
31
__all__ = ['entropy' ,'histogram' ]
32
32
import numpy as np
You can’t perform that action at this time.
0 commit comments