Date | Version | Comment |
---|---|---|
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) bukosabino#209 |
2020/11/17 | 0.6.1 | Fixing Wrapper bukosabino#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) bukosabino#167; Update wrapper bukosabino#166 |
2020/05/12 | 0.5.25 | fixing bug: min_periods when fillna=False bukosabino#158 |
2020/05/11 | 0.5.24 | Adding extra methods for IchimokuIndicator bukosabino#156 |
2020/05/10 | 0.5.23 | Fixing bug when dataset with timestamp as index bukosabino#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 bukosabino#148 |
2. Refactor tests code and speed up the tests bukosabino#149 | ||
3. Refactor tests code bukosabino#150 | ||
4. Donchian Channel: Fixing bug bukosabino#151 | ||
2020/05/03 | 0.5.21 | Donchian Channel: adding tests; adding some useful functions; fixing some minor bug bukosabino#147 bukosabino#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 bukosabino#141 |
2020/04/16 | 0.5.18 | Adding VWAP indicator bukosabino#130 |
2020/03/29 | 0.5.17 | Keltner Channels improvements and adding SMA Indicator bukosabino#135 |
2020/03/21 | 0.5.15 | Keltner Channels improvements and volume indicators isolation. Based on: bukosabino#131 |
2020/03/12 | 0.5.13 | fixing bug: hard-coded values. Based on: bukosabino#114 and bukosabino#115 |
2020/03/11 | 0.5.12 | Improve Bollinger Bands Indicator - BandWidth normalization and adding BandPercentage . Based on: bukosabino#121 |