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

[pull] master from business-science:master #15

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 7, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Summary by Sourcery

Bug Fixes:

  • Fix error with tq_performance().

@pull pull bot added the ⤵️ pull label Jan 7, 2025
@pull pull bot merged commit 2485699 into admariner:master Jan 7, 2025
Copy link

sourcery-ai bot commented Jan 7, 2025

Reviewer's Guide by Sourcery

This pull request fixes a bug in tq_performance() and updates the NEWS.md file to reflect the change. The fix addresses issue business-science#252.

Sequence diagram for tq_performance() bug fix

sequenceDiagram
    participant User
    participant tq_performance
    participant PerformanceAnalytics

    User->>tq_performance: Call with financial data
    Note right of tq_performance: Bug fix implemented
    tq_performance->>PerformanceAnalytics: Process performance metrics
    PerformanceAnalytics-->>tq_performance: Return calculated metrics
    tq_performance-->>User: Return fixed results
Loading

File-Level Changes

Change Details Files
Fixed a bug in tq_performance() related to issue business-science#252. NEWS.md
Updated the version number to 1.0.10.
  • Updated the version number in NEWS.md to reflect the new release version 1.0.10
NEWS.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

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

Successfully merging this pull request may close these issues.

1 participant