Skip to content

Commit

Permalink
Fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarandas committed Jul 2, 2020
1 parent 9b59f4d commit 96e3819
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tsfel)
![PyPI](https://img.shields.io/pypi/v/tsfel)
[![Downloads](https://pepy.tech/badge/tsfel)](https://pepy.tech/project/tsfel)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fraunhoferportugal/tsfel/blob/development/notebooks/TSFEL_HAR_Example.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fraunhoferportugal/tsfel/blob/master/notebooks/TSFEL_HAR_Example.ipynb)

# Time Series Feature Extraction Library
## Intuitive time series feature extraction
Expand Down
2 changes: 1 addition & 1 deletion notebooks/TSFEL_HAR_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"#@title Import Time Series Feature Extraction Library\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.4-dev.zip >/dev/null 2>&1\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.3.zip >/dev/null 2>&1\n",
"from sys import platform\n",
"if platform == \"linux\" or platform == \"linux2\":\n",
" !wget http://archive.ics.uci.edu/ml/machine-learning-databases/00240/UCI%20HAR%20Dataset.zip >/dev/null 2>&1\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/TSFEL_SMARTWATCH_HAR_Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"#@title Import Time Series Feature Extraction Library\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.4-dev.zip >/dev/null 2>&1\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.3.zip >/dev/null 2>&1\n",
"from sys import platform\n",
"if platform == \"linux\" or platform == \"linux2\":\n",
" !wget http://archive.ics.uci.edu/ml/machine-learning-databases/00507/wisdm-dataset.zip >/dev/null 2>&1\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/TSFEL_predicting_NormalVsPathologicalknee.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"#@title Import Time Series Feature Extraction Library\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.4-dev.zip >/dev/null 2>&1\n",
"!pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.1.3.zip >/dev/null 2>&1\n",
"!pip install pandas_profiling >/dev/null 2>&1\n",
"!pip install patool >/dev/null 2>&1\n",
"from sys import platform\n",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="tsfel",
version="0.1.4",
version="0.1.3",
author="Fraunhofer Portugal",
description="Library for time series feature extraction",
long_description=long_description,
Expand Down

0 comments on commit 96e3819

Please sign in to comment.