Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Bumps ta from 0.10.2 to 0.11.0.

Changelog

Sourced from ta's changelog.

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 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
  • 5654782 Merge pull request #330 from bukosabino/develop-linter-vpt
  • 663d16a update release and setup.py
  • 9c70287 fixing linter details
  • 6d124a7 Merge pull request #311 from Groni3000/volume_price_trend-fix
  • f7df6d8 Once more ... and ...
  • 7a28437 lsp lsp lsp...
  • 6dce628 my lsp doesn't work right now, that's why ...
  • c18a8f4 why i do this kind of mistakes all the time...
  • cd24a98 I guess I needed that change =)
  • e679c30 made changes to vpt and added unit tests
  • 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 <dependency name> 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)

Bumps [ta](https://github.com/bukosabino/ta) from 0.10.2 to 0.11.0.
- [Changelog](https://github.com/bukosabino/ta/blob/master/RELEASE.md)
- [Commits](bukosabino/ta@0.10.2...0.11.0)

---
updated-dependencies:
- dependency-name: ta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant