From 6cf061c680a128f28794f40aa97ca4839fc289ee Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Wed, 27 Feb 2019 13:12:47 -0800 Subject: [PATCH] README update --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e9ec793..68aff99 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ All the indicators return a named Series or a DataFrame in uppercase underscore * Abbreviated Indicator names as listed below. * *Extended Pandas DataFrame* as 'ta'. See examples below. * Parameter names are more consistent. -* Former indicators still exist and are renamed with '_depreciated' append to it's name. For example, 'average_true_range' is now 'average_true_range_depreciated'. * Refactoring indicators into categories similar to [TA-lib](https://github.com/mrjbq7/ta-lib/tree/master/docs/func_groups). ### What is a Pandas DataFrame Extension?