JuliaPy / SymPy.jl

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

WIP Deprecate functions not supported in SymPyCore #531

Closed jverzani closed 9 months ago

jverzani commented 9 months ago

The next breaking version of SymPy is planned to use SymPyCore.

This PR sets deprecation warnings for most all of deprecations. (SymPy was pretty liberal with adding methods for functions easily accessed via sympy.function(...).)