Skip to content

Commit c06556f

Browse files
shashiblegat
andcommitted
bump version and add default arg to to_mpoly
Co-authored-by: "Benoit Legat" <[email protected]>
1 parent 7720d10 commit c06556f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymbolicUtils"
22
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
33
authors = ["Shashi Gowda"]
4-
version = "0.12.0"
4+
version = "0.13.0"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/abstractalgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ let
7171
MPOLY_MAKER = Fixpoint(Postwalk(PassThrough(RestartedChain(mpoly_rules)), similarterm=simterm))
7272

7373
global to_mpoly
74-
function to_mpoly(t, variable_type::Type, dicts=_dicts())
74+
function to_mpoly(t, variable_type::Type=DynamicPolynomials.PolyVar{true}, dicts=_dicts())
7575
# term2sym is only used to assign the same
7676
# symbol for the same term -- in other words,
7777
# it does common subexpression elimination

0 commit comments

Comments
 (0)