pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
225 stars 62 forks source link

Bump sympy in CI #493

Closed utensil closed 3 months ago

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.77%. Comparing base (4c6efe8) to head (a4bfed2). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #493 +/- ## ========================================== - Coverage 78.03% 77.77% -0.27% ========================================== Files 17 17 Lines 4193 4193 ========================================== - Hits 3272 3261 -11 - Misses 921 932 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

utensil commented 3 months ago

SymPy 1.9: powers with negative signs in the exponent are now printed in the denominator

which also changed the order.

image
utensil commented 3 months ago

SymPy 1.10: this is the version that changes the behaviors related to the negative signs as reported by #489 .

No corresponding change log can be confirmed after searching for "sign", "neg" etc.

Another issue in this version is reported as #494 .

utensil commented 3 months ago

SymPy 1.11:

utensil commented 3 months ago

SymPy 1.12: no extra hassle.

All CI green. The coverage drop is due to the temporary removal of gsym-printing.ipynb. Merging.