JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
266 stars 61 forks source link

Deprecate functions not supported in SymPyCore #533

Closed jverzani closed 9 months ago

jverzani commented 9 months ago

Add deprecation warnings for move to SymPyCore backend.

Some deprecations have been hard to incorporate and are listed here. None should be so disruptive, save perhaps the first two:

True -> Sym(true) False -> Sym(false)

sympy_core -> sympy.core sympy_matrices -> sympy.matrices

@symfuns, @vars

codecov-commenter commented 9 months ago

Codecov Report

Attention: 50 lines in your changes are missing coverage. Please review.

Comparison is base (473447b) 56.15% compared to head (b6dca29) 55.81%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #533 +/- ## ========================================== - Coverage 56.15% 55.81% -0.34% ========================================== Files 20 21 +1 Lines 1259 1263 +4 ========================================== - Hits 707 705 -2 - Misses 552 558 +6 ``` | [Files](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy) | Coverage Δ | | |---|---|---| | [src/SymPy.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL1N5bVB5Lmps) | `62.00% <ø> (ø)` | | | [src/constructors.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL2NvbnN0cnVjdG9ycy5qbA==) | `88.88% <100.00%> (+0.20%)` | :arrow_up: | | [src/importexport.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL2ltcG9ydGV4cG9ydC5qbA==) | `23.76% <ø> (+0.94%)` | :arrow_up: | | [src/lambdify.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL2xhbWJkaWZ5Lmps) | `93.42% <100.00%> (ø)` | | | [src/sets.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL3NldHMuamw=) | `77.77% <100.00%> (+6.34%)` | :arrow_up: | | [src/symfunction.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL3N5bWZ1bmN0aW9uLmps) | `70.00% <ø> (ø)` | | | [src/utils.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL3V0aWxzLmps) | `78.62% <100.00%> (+0.16%)` | :arrow_up: | | [src/generic.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL2dlbmVyaWMuamw=) | `43.75% <50.00%> (ø)` | | | [src/permutations.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL3Blcm11dGF0aW9ucy5qbA==) | `0.00% <0.00%> (ø)` | | | [src/plot\_recipes.jl](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy#diff-c3JjL3Bsb3RfcmVjaXBlcy5qbA==) | `0.00% <0.00%> (ø)` | | | ... and [2 more](https://app.codecov.io/gh/JuliaPy/SymPy.jl/pull/533?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPy) | |

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