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

Fix digamma integral #26563

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on May 4, 2024

  1. Add regression tests

    rogerbalsach committed May 4, 2024
    Configuration menu
    Copy the full SHA
    56290f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1db033 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Fixed bugs with LerchPhi.is_finite

    Fixed some edge cases.
    Check that s is real for 0**s.
    Return None when the arguments are infinite.
    rogerbalsach committed May 5, 2024
    Configuration menu
    Copy the full SHA
    aa567b2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Remove expand and fix bug.

    Remove the expand method to avoid a possible infinite recusion.
    Fixed a bug and added the corresponding test.
    rogerbalsach committed May 28, 2024
    Configuration menu
    Copy the full SHA
    03693d9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Implemented lerchphi._eval_as_leading_term

    Implemented functions lerchphi._eval_as_leading_term for a few selected
    cases.
    Added new cases to the function zeta._eval_as_leading_term needed for
    the lerchphi implementation.
    Added tests for both implementations.
    rogerbalsach committed May 29, 2024
    Configuration menu
    Copy the full SHA
    85de79f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fixed lerchphi._eval_a_leading_term

    Fixed some bugs in the function lerchphi._eval_as_leading_term
    Added new cases that were not previously handled by the function
    rogerbalsach committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2fa2b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fixed lerchphi translation to Mathematica

    The Sympy function lerchphi was converted to the Mathematica function
    LerchPhi, but Sympy's implementation of lerchphi corresponds to the
    Mathematica function HurwitzLerchPhi.
    rogerbalsach committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7adec8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e64b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Modified heuristics function

    Modified heuristics function to check for infinite quantities.
    rogerbalsach committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e98fdd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1274f58 View commit details
    Browse the repository at this point in the history
  3. Add author

    rogerbalsach committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9eb64e4 View commit details
    Browse the repository at this point in the history