File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ SPECTRUM : Spectral Analysis in Python
10
10
.. image :: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master
11
11
:target: https://coveralls.io/r/cokelaer/spectrum?branch=master
12
12
13
- .. image :: https://landscape.io/github/cokelaer/spectrum/master/landscape.png
14
- :target: https://landscape.io/github/cokelaer/spectrum/master
15
-
16
13
.. image :: https://anaconda.org/conda-forge/spectrum/badges/license.svg
17
14
:target: https://anaconda.org/conda-forge/spectrum
18
15
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ ChangeLog Summary
4
4
Version 0.7 (aug 2017)
5
5
-----------------------
6
6
7
+ * 0.7.6: Jan 2019
8
+
9
+ * Accepted 3 PR (typos in docs)
10
+ * Fixed bug reported in https://github.com/cokelaer/spectrum/issues/62
11
+ (CORRELOGRAMPSD function)
12
+
7
13
* 0.7.5: Dec 2018
8
14
9
15
* add tight_layout in window module. https://github.com/cokelaer/spectrum/issues/52
Original file line number Diff line number Diff line change 10
10
.. image :: https://coveralls.io/repos/cokelaer/spectrum/badge.png?branch=master
11
11
:target: https://coveralls.io/r/cokelaer/spectrum?branch=master
12
12
13
- .. image :: https://landscape.io/github/cokelaer/spectrum/master/landscape.png
14
- :target: https://landscape.io/github/cokelaer/spectrum/master
15
-
16
13
.. image :: https://anaconda.org/conda-forge/spectrum/badges/license.svg
17
14
:target: https://anaconda.org/conda-forge/spectrum
18
15
Original file line number Diff line number Diff line change 7
7
8
8
_MAJOR = 0
9
9
_MINOR = 7
10
- _MICRO = 5
10
+ _MICRO = 6
11
11
version = '%d.%d.%d' % (_MAJOR , _MINOR , _MICRO )
12
12
release = '%d.%d' % (_MAJOR , _MINOR )
13
13
You can’t perform that action at this time.
0 commit comments