Skip to content

Releases: JuliaAlgebra/DynamicPolynomials.jl

v0.3.18

08 Jul 21:27
885064b
Compare
Choose a tag to compare

DynamicPolynomials v0.3.18

Diff since v0.3.17

Merged pull requests:

  • Faster monomial multiplication (#87) (@blegat)
  • Fix promotion with nonconcrete types (#88) (@blegat)

v0.3.17

21 May 20:29
f04c8b0
Compare
Choose a tag to compare

DynamicPolynomials v0.3.17

Diff since v0.3.16

Closed issues:

  • Multiplication with 0 discards of coefficients. (#80)

Merged pull requests:

v0.3.16

09 Apr 22:15
0371365
Compare
Choose a tag to compare

DynamicPolynomials v0.3.16

Diff since v0.3.15

Merged pull requests:

  • MassInstallAction: Install the CompatHelper workflow on this repository (#76) (@blegat)
  • MassInstallAction: Install the TagBot workflow on this repository (#77) (@blegat)
  • CompatHelper: bump compat for "Reexport" to "1.0" (#78) (@github-actions[bot])
  • Keep variables for constant zero Polynomials (#81) (@manuelbb-upb)
  • Update README.md (#82) (@mforets)

v0.3.15

29 Oct 11:12
Compare
Choose a tag to compare

DynamicPolynomials v0.3.15

Diff since v0.3.14

Closed issues:

  • "subs" on words with multiple occurences of the same variable (#70)
  • Performance of Inplace Addition (#73)

Merged pull requests:

  • Fix substitution with noncommutative variables (#74) (@blegat)
  • Define term(coef, mono) (#75) (@blegat)

v0.3.14

23 Oct 22:13
Compare
Choose a tag to compare

DynamicPolynomials v0.3.14

Diff since v0.3.13

Closed issues:

  • BoundsError trying to calculate x^0*y for non commutative x and y (#71)
  • IDs of PolyVars (#72)

v0.3.13

21 Aug 00:25
Compare
Choose a tag to compare

DynamicPolynomials v0.3.13

Diff since v0.3.12

Merged pull requests:

  • Only call _add_variables if needed (#65) (@blegat)
  • Simplify promote (#66) (@blegat)
  • CompatHelper: bump compat for "DataStructures" to "0.18" (#68) (@github-actions[bot])

v0.3.12

15 Jul 08:08
Compare
Choose a tag to compare

DynamicPolynomials v0.3.12

Diff since v0.3.11

Closed issues:

  • zero(p::Polynomial{C,T}) returns polynomial zero that is modified when p is modified (#62)

Merged pull requests:

v0.3.11

13 Jul 19:06
Compare
Choose a tag to compare

DynamicPolynomials v0.3.11

Diff since v0.3.10

v0.3.10

12 Apr 18:03
Compare
Choose a tag to compare

DynamicPolynomials v0.3.10

Diff since v0.3.9

Closed issues:

  • Multiplication with one(Monomial{false}) (#58)

Merged pull requests:

  • Fix multiplication with empty monomial (#59) (@blegat)

v0.3.9

03 Mar 16:05
Compare
Choose a tag to compare

DynamicPolynomials v0.3.9

Diff since v0.3.8

Merged pull requests: