Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
pl.Expr함수로 노출했습니다.*_line,*_signal,*_upper,*_lower,dmi_plus,dmi_minus,stochrsi_percent_k/d처럼 단일 출력 API로 분리했습니다.__all__과 README 지원 지표 목록을 갱신했습니다.검토 포인트
macd_hist는 기존 호환성을 위해 유지하고, fixture 이름과 맞는macd_histogram도 추가했습니다.ad,co,stochrsi계열은 Polars 테스트에서도 같은 수준의 허용 오차를 적용했습니다.검증
uv run ruff format techr testsuv run ruff check techr testsmake test-polars(294 passed)