Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Apr 29, 2021
1 parent 958acc0 commit 870f162
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scdata/__init__.py
@@ -1,4 +1,4 @@
from .test import Test
from .device import Device

__version__ = '0.3.6'
__version__ = '0.4.0'
14 changes: 8 additions & 6 deletions setup.py
Expand Up @@ -13,11 +13,11 @@
PROJECT_URLS = {
"Documentation": "https://docs.smartcitizen.me/Data%20Analysis/",
"Source Code": "https://github.com/fablabbcn/smartcitizen-data",
}
}

setup(
name='scdata',
version= '0.3.6',
version= '0.4.0',
description='Analysis of sensors and time series data',
author='oscgonfer',
license='GNU-GPL3.0',
Expand All @@ -28,18 +28,20 @@
long_description = ("""
## scdata - Analysis of sensors and time series data
`scdata` is a **sensor data analysis framework** built with the purpose of *analysis*,
*calibration* and *post-processing* of sensor data. It is particularly
focused on sensors for environmental monitoring such as the low-cost sensors in the
`scdata` is a **sensor data analysis framework** built with the purpose of *analysis*,
*calibration* and *post-processing* of sensor data. It is particularly
focused on sensors for environmental monitoring such as the low-cost sensors in the
[Smart Citizen Project](https://www.smartcitizen.me). As such provides
tools for workflow automation and sensor calibration.
It aims to unify several sources of data and to provide tools for analysing data by:
* Interacting with several sensors APIs
* Interacting with several sensors APIs (getting data and forwarding)
* Dispersion analysis of sensors data
* Clean data, export and calculate metrics
* Model sensor data and calibrate sensors
* Generate data visualisations
* Generate beautiful reports
"""),

Expand Down

0 comments on commit 870f162

Please sign in to comment.