ZENALC / algobot

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
GNU General Public License v3.0
905 stars 171 forks source link

Bump ta-lib from 0.4.21 to 0.4.24 #165

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ta-lib from 0.4.21 to 0.4.24.

Changelog

Sourced from ta-lib's changelog.

0.4.24

  • [FIX]: runtime_lib_dirs preventing install on Windows

0.4.23

  • [NEW]: Upgrade to Cython 0.29.25

  • [NEW]: Allow TA_INCLUDE_PATH and TA_LIBRARY_PATH to work on Windows.

  • [FIX]: Remove pyproject.toml which was preventing some installs.

0.4.22

  • [NEW]: Upgrade to Cython 0.29.24

  • [NEW]: Support polars.Series in Function API

  • [NEW]: Support polars.Series in Streaming API

  • [NEW]: Support polars.DataFrame in Abstract API

  • [NEW]: Switch tests to pytest from nose (no longer supported).

Commits
  • 421bcbe update changelog
  • 5bb27e3 version bump 0.4.24.
  • c6cdea5 setup.py: i guess windows can't have runtime_lib_dirs
  • 863d88a _ta_lib.pxd: marking some parameters as const
  • a1d3b57 remove pyproject.toml which may be preventing some installs.
  • 3f76dd9 update docs.
  • dfa2f3d github: update name.
  • d959005 github: rename pytest.yml to tests.yml.
  • 3bdb63d Adding a test badge to the readme.
  • 25aadbd CHANGELOG: update.
  • 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 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)