quick-trade / quick_trade

Convenient library for trading with python.
https://quick-trade.github.io/quick_trade/#/
Other
17 stars 4 forks source link

Bump ta from 0.10.2 to 0.10.3 #418

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ta from 0.10.2 to 0.10.3.

Changelog

Sourced from ta's changelog.

Date Version Comment
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 bukosabino/ta#303
2022/04/16 0.10.1 Fixing future warning bukosabino/ta#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) bukosabino/ta#209
2020/11/17 0.6.1 Fixing Wrapper bukosabino/ta#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/ta#167; Update wrapper bukosabino/ta#166
2020/05/12 0.5.25 fixing bug: min_periods when fillna=False bukosabino/ta#158
2020/05/11 0.5.24 Adding extra methods for IchimokuIndicator bukosabino/ta#156
2020/05/10 0.5.23 Fixing bug when dataset with timestamp as index bukosabino/ta#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/ta#148
2. Refactor tests code and speed up the tests bukosabino/ta#149
3. Refactor tests code bukosabino/ta#150
4. Donchian Channel: Fixing bug bukosabino/ta#151
2020/05/03 0.5.21 Donchian Channel: adding tests; adding some useful functions; fixing some minor bug bukosabino/ta#147 bukosabino/ta#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/ta#141
2020/04/16 0.5.18 Adding VWAP indicator bukosabino/ta#130
2020/03/29 0.5.17 Keltner Channels improvements and adding SMA Indicator bukosabino/ta#135
2020/03/21 0.5.15 Keltner Channels improvements and volume indicators isolation. Based on: bukosabino/ta#131
2020/03/12 0.5.13 fixing bug: hard-coded values. Based on: bukosabino/ta#114 and bukosabino/ta#115
2020/03/11 0.5.12 Improve Bollinger Bands Indicator - BandWidth normalization and adding BandPercentage. Based on: bukosabino/ta#121
Commits
  • 9a0c7d4 update setup
  • 1f87396 update release
  • 70a1e5d Merge pull request #324 from yarimiz/fix-daily-return-future-data
  • b97b787 Apply the black linter
  • 06dc5a5 Merge pull request #319 from reesh19/fix-trend.py
  • d34c8e3 Merge branch 'master' into fix-trend.py
  • 5ae6f14 Merge pull request #329 from bukosabino/develop-format-code-black
  • b72a909 Apply the black linter
  • 0976b5a Merge pull request #325 from devenygaard/fix/deprecated-series-fillna
  • 5a8fd6e fix circle ci config
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #421.