Skip to content

Commit 0d6a507

Browse files
authored
Revert "Deprecate functions not supported in SymPyCore (#531)" (#532)
This reverts commit a2476de.
1 parent a2476de commit 0d6a507

File tree

11 files changed

+81
-315
lines changed

11 files changed

+81
-315
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SymPy"
22
uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
3-
version = "1.2.0"
3+
version = "1.1.14"
44

55
[deps]
66
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"

src/SymPy.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ include("permutations.jl")
8181
include("plot_recipes.jl")
8282
include("latexify_recipe.jl")
8383

84-
include("deprecated.jl")
8584
##################################################
8685

8786
pynull() = PyCall.PyNULL()

src/constructors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Examples:
3030
@vars a b real=true
3131
```
3232
!!! Note:
33-
The `@vars` macro is deprecated and will be removed. Use `@syms`.
33+
The `@syms` macro is recommended as it has a more flexible syntax
3434
"""
3535
macro vars(x...)
3636
q = Expr(:block)

src/deprecated.jl

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)