bollinger-bands
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "bollinger-bands", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Fintach math utility to calculate bollinger bands.", | ||
@@ -47,6 +47,6 @@ "main": "lib/index.js", | ||
"babel-cli": "^6.16.0", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.13.0", | ||
"babel-plugin-transform-async-to-generator": "^6.22.0", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.13.0", | ||
"babel-plugin-transform-class-properties": "^6.16.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | ||
"babel-plugin-transform-class-properties": "^6.16.0", | ||
"babel-plugin-transform-exponentiation-operator": "^6.8.0", | ||
@@ -57,4 +57,4 @@ "babel-plugin-transform-inline-environment-variables": "^6.8.0", | ||
"babel-register": "^6.24.1", | ||
"codecov": "^3.8.1", | ||
"nyc": "^11.1.0", | ||
"codecov": "^2.3.0", | ||
"rollup": "^0.49.3", | ||
@@ -61,0 +61,0 @@ "rollup-plugin-babel": "^3.0.2", |
@@ -16,2 +16,12 @@ [![Build Status](https://travis-ci.org/kaelzhang/bollinger-bands.svg?branch=master)](https://travis-ci.org/kaelzhang/bollinger-bands) | ||
# MAINTENANCE WARNING | ||
This module is lack of maintenance. | ||
If you are familiar with python programming maybe you could check [**stock-pandas**](https://github.com/kaelzhang/stock-pandas) which provides powerful statistic indicators support, and is backed by [`numpy`](https://numpy.org/) and [`pandas`](https://pandas.pydata.org/). | ||
The performance of [**stock-pandas**](https://github.com/kaelzhang/stock-pandas) is many times higher than JavaScript libraries, and can be directly used by machine learning programs. | ||
**** | ||
# bollinger-bands | ||
@@ -18,0 +28,0 @@ |
8391
74