https://github.com/bukosabino/ta
Raw File
Tip revision: 600a87636916d3ce669d327616e7e8a1bac6b4af authored by Darío López Padial on 29 November 2020, 10:44:43 UTC
Merge pull request #209 from bukosabino/feature/clean-code
Tip revision: 600a876
RELEASE.md
| Date | Version | Comment |
| ------------- | ------------- | ------------- |
| 2020/11/27 | 0.7.0 | Cleaning code https://github.com/bukosabino/ta/pull/209 |
| 2020/11/17 | 0.6.1 | Fixing Wrapper https://github.com/bukosabino/ta/pull/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) https://github.com/bukosabino/ta/pull/167; Update wrapper https://github.com/bukosabino/ta/pull/166 |
| 2020/05/12 | 0.5.25 | fixing bug: min_periods when fillna=False https://github.com/bukosabino/ta/pull/158 |
| 2020/05/11 | 0.5.24 | Adding extra methods for IchimokuIndicator https://github.com/bukosabino/ta/pull/156 |
| 2020/05/10 | 0.5.23 | Fixing bug when dataset with timestamp as index https://github.com/bukosabino/ta/pull/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 https://github.com/bukosabino/ta/pull/148 |
|            |        | 2. Refactor tests code and speed up the tests https://github.com/bukosabino/ta/pull/149 |
|            |        | 3. Refactor tests code https://github.com/bukosabino/ta/pull/150 |
|            |        | 4. Donchian Channel: Fixing bug https://github.com/bukosabino/ta/pull/151 |
| 2020/05/03 | 0.5.21 | Donchian Channel: adding tests; adding some useful functions; fixing some minor bug https://github.com/bukosabino/ta/pull/147 https://github.com/bukosabino/ta/issues/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 https://github.com/bukosabino/ta/pull/141  |
| 2020/04/16 | 0.5.18 | Adding VWAP indicator https://github.com/bukosabino/ta/issues/130  |
| 2020/03/29 | 0.5.17 | Keltner Channels improvements and adding SMA Indicator https://github.com/bukosabino/ta/pull/135  |
| 2020/03/21 | 0.5.15 | Keltner Channels improvements and volume indicators isolation. Based on: https://github.com/bukosabino/ta/pull/131 |
| 2020/03/12 | 0.5.13 | fixing bug: hard-coded values. Based on: https://github.com/bukosabino/ta/issues/114 and https://github.com/bukosabino/ta/issues/115 |
| 2020/03/11 | 0.5.12 | Improve Bollinger Bands Indicator - `BandWidth` normalization and adding `BandPercentage`. Based on: https://github.com/bukosabino/ta/issues/121 |
back to top