JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 20 forks source link

Stop exporting Monomial #160

Closed blegat closed 1 month ago

blegat commented 1 month ago

That is clashing with MultivariateBases. This type shouldn't be used anyway, it's better to use MultivariatePolynomials' abstract types This can go along https://github.com/JuliaAlgebra/DynamicPolynomials.jl/pull/121 in a breaking release