Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outstanding tickets for next release? #771

Open
Rossco8 opened this issue Mar 5, 2024 · 3 comments
Open

outstanding tickets for next release? #771

Rossco8 opened this issue Mar 5, 2024 · 3 comments
Labels
info Informational

Comments

@Rossco8
Copy link

Rossco8 commented Mar 5, 2024

Hi, can you tell me which issues need to be complete for the next release to go out? There's heaps of improvements in the development branch I'd like to use.

@twopirllc
Copy link
Owner

Hello @Rossco8

There's heaps of improvements in the development branch I'd like to use.

Cool! It's available for use.

Required

  • Numpy/Numba implementations of core moving averages, especially loop based indicators
  • Rewrite slow indicators like td_seq
  • Refactor indicators with inner functions.
  • Complete remaining Hilbert Transform indicators from TA Lib
  • Clean up or make new examples

Extras / Nice to have

  • Numpy/Numba implementations of TA Libs Candlestick Patterns.
  • Any remaining PRs

@Rossco8
Copy link
Author

Rossco8 commented Mar 11, 2024

Hi @twopirllc I have submitted a bunch of proposed performance improvements

Can you clarify what you mean by Refactor indicators with inner functions? Do you have a list of the ones that need some work done?

@twopirllc twopirllc added the info Informational label Mar 11, 2024
@twopirllc
Copy link
Owner

Hi @Rossco8

I have submitted a bunch of proposed performance improvements

Grateful for your assistance with the library. 😎

Can you clarify what you mean by Refactor indicators with inner functions? Do you have a list of the ones that need some work done?

Refactor/Remove inner functions from indicators, like you did with linreg in your PR #776 which coincidentally linreg happens to be the last indicator with an inner function (linear_regression(series)).

So mission complete! Thank you. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info Informational
Projects
None yet
Development

No branches or pull requests

2 participants