Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 8.01 KB

RELEASE.md

File metadata and controls

29 lines (29 loc) · 8.01 KB
Date Version Comment
2023/11/02 0.11.0 Fixing Volume Price Trend indicator PR
2023/10/29 0.10.3 Fixing Aroon indicator PR; Fixing future warnings; Improving documentation PR; Fix future data leakage PR
2022/08/23 0.10.2 Fixing bug on KAMA indicator #303
2022/04/16 0.10.1 Fixing future warning #293
2022/04/16 0.10.0 Customize Keltner Channel ATRs multiplier
2022/01/09 0.9.0 Fixing wrong name version
2022/01/09 0.8.2 Bumping pandas and numpy because of a external vulnerability issue
2022/01/09 0.8.1 Fixing bug on name columns (PVO - PPO)
2021/11/18 0.8.0 Add option to get just the most efficient indicators (vectorized), also solved some security dependency
2020/11/27 0.7.0 Cleaning code (prospector, black) #209
2020/11/17 0.6.1 Fixing Wrapper #204
2020/11/09 0.6.0 Adding new indicators (Ulcer Index, Weighted Moving Average, Schaff Trend Cycle, Stochastic RSI, Percentage Price Oscillator, Percentage Volume Oscillator) #167; Update wrapper #166
2020/05/12 0.5.25 fixing bug: min_periods when fillna=False #158
2020/05/11 0.5.24 Adding extra methods for IchimokuIndicator #156
2020/05/10 0.5.23 Fixing bug when dataset with timestamp as index #154
2020/05/04 0.5.22 1. Keltner Channel: adding tests; adding n atr input parametr; fixing some minor bug; adding unittests for adx #148
2. Refactor tests code and speed up the tests #149
3. Refactor tests code #150
4. Donchian Channel: Fixing bug #151
2020/05/03 0.5.21 Donchian Channel: adding tests; adding some useful functions; fixing some minor bug #147 #133
2020/04/20 0.5.20 remove fstring compatibility for python versions < 3.6
2020/04/20 0.5.19 adding fstring compatibility for python versions < 3.6 #141
2020/04/16 0.5.18 Adding VWAP indicator #130
2020/03/29 0.5.17 Keltner Channels improvements and adding SMA Indicator #135
2020/03/21 0.5.15 Keltner Channels improvements and volume indicators isolation. Based on: #131
2020/03/12 0.5.13 fixing bug: hard-coded values. Based on: #114 and #115
2020/03/11 0.5.12 Improve Bollinger Bands Indicator - BandWidth normalization and adding BandPercentage. Based on: #121