twopirllc / pandas-ta

Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
https://twopirllc.github.io/pandas-ta/
MIT License
5.2k stars 1.01k forks source link

outstanding tickets for next release? #771

Open Rossco8 opened 6 months ago

Rossco8 commented 6 months ago

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 commented 6 months ago

Hello @Rossco8

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

Cool! It's available for use.

Required

Extras / Nice to have

Rossco8 commented 6 months ago

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 commented 5 months ago

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. 🎉