Depricate intervals and mode#106
Merged
goruha merged 4 commits intoApr 19, 2026
Merged
Conversation
Coverage Report for CI Build 24630058327Warning No base build found for commit Coverage: 93.596%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
goruha
commented
Apr 19, 2026
Co-authored-by: Igor Rodionov <496956+goruha@users.noreply.github.com>
goruha
added a commit
that referenced
this pull request
Jun 25, 2026
…es (#105) * feat: extract intervals_chain, intervals_tuple, intervals_distribution from intervals.py (#83 #84 #85) * style: reformat __init__.py * Added CLAUDE * Added speckit * Added speckit * Added spec * Clarify * Added tasks * feat: decompose intervals pipeline into chain/tuple/distribution stages Introduces chain_mode, tuple_mode enums and four new pipeline functions: intervals_chain, intervals_tuple, intervals_distribution, is_valid_intervals_chain — all vectorised (no Python loops), with callable binding(chain) and chain_mode(chain) introspection, foapy.ma variants, ASV benchmarks, and 107 new tests (442 total, 0 failures). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * refactoring * Fix intervals_tuple * Added status * Commit implementation * Update spec * Fix specs * Depricate intervals and mode (#106) * Depricate intervals and mode * Apply suggestions from code review Co-authored-by: Igor Rodionov <496956+goruha@users.noreply.github.com> * Fix docs * Fix benchmarks * Update src/foapy/core/_intervals_tuple.py Co-authored-by: Maximus2012 <107984170+Maximus2012@users.noreply.github.com> * fix: drop Python 3.9 from CI --------- Co-authored-by: Maximus2012 <mkochetkov9@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Maximus2012 <107984170+Maximus2012@users.noreply.github.com>
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.
No description provided.