We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58788e commit 29057a2Copy full SHA for 29057a2
Project.toml
@@ -2,7 +2,7 @@ name = "MultivariatePolynomials"
2
uuid = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
3
license = "MIT"
4
repo = "https://github.com/JuliaAlgebra/MultivariatePolynomials.jl"
5
-version = "0.3.7"
+version = "0.3.8"
6
7
[deps]
8
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
test/commutativetests.jl
@@ -1,4 +1,4 @@
1
-#include("mutable_arithmetics.jl")
+include("mutable_arithmetics.jl")
include("zip.jl")
include("variable.jl")
0 commit comments