Skip to content

Commit

Permalink
Fixing urls after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jan 21, 2020
1 parent 2e2d896 commit 1eec6fe
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@ Changelog
=========


Version 0.5.0
Version 0.1.0
=============

- Release of TSFEL with documentation.

Version 0.1.1
=============

- Added new features
- Empirical cumulative distribution function
- Empirical cumulative distribution function percentile
- Empirical cumulative distribution function slope
- Empirical cumulative distribution function percentile count
- Spectral entropy
- Wavelet entropy
- Wavelet absolute mean
- Wavelet standard deviation
- Wavelet variance
- Wavelet energy

- Minor fixes for Google Colab
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ It does not requires installation as it relies on Google Colabs and a user inter
##### Offline
Advanced users can take full potential of TSFEL by installing as a python package
```python
pip install https://github.com/fraunhoferportugal/tsfel/archive/v0.0.4.zip
pip install tsfel
```

## Includes a comprehensive number of features
TSFEL is optimized for time series and **automatically extracts over 50 different features on the statistical, temporal and spectral domains.**
TSFEL is optimized for time series and **automatically extracts over 60 different features on the statistical, temporal and spectral domains.**

## Functionalities
* **Intuitive, fast deployment and reproducible**: interactive UI for feature selection and customization
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
import datetime
now = datetime.datetime.today()
project = u'TSFEL'
copyright = u'2019, Fraunhofer AICOS'
copyright = u'2020, Fraunhofer AICOS'
author = u'Fraunhofer AICOS'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'0.5.0'
version = u'0.1.1'
# The full version, including alpha/beta/rc tags.
release = u'0.5.0'
release = u'0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.1-dev",
version="0.1.1",
author="Fraunhofer Portugal",
description="Library for time series feature extraction",
long_description=long_description,
Expand Down

0 comments on commit 1eec6fe

Please sign in to comment.