Uh oh!
There was an error while loading. Please reload this page.
talib: update C file for new functions - #758
Merged
Merged
Conversation
Regenerated with Cython 3.2.8, the version that produced the previous one. Without it an sdist built where Cython is absent compiles the 0.7.1 C file: 161 functions bound behind a 201-function group table, and the pre-0.8.1 abstract flag table. Claude-Session: https://claude.ai/code/session_01R8JMZAcnp5snoMjFd1HyMU
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 freeto 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.
Follows #754, the way
65dc03dfolloweda9652ebwhen ACCBANDS/AVGDEV/IMI wereadded: one commit,
talib/_ta_lib.conly.Regenerated with Cython 3.2.8 — the version that produced the previous one,
so the diff is the new functions rather than a compiler-version rewrite.
Without it, a build where Cython is absent compiles the 0.7.1 C file and gets
161 functions behind a 201-function group table, plus the pre-0.8.1 abstract
flag table:
With it, building from the committed C with Cython hidden gives 201 bound and
81 tests pass.