Skip to content

Commit d9d43ca

Browse files
committed
v0.3.6
1 parent 27f05f9 commit d9d43ca

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicPolynomials"
22
uuid = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
33
repo = "https://github.com/JuliaAlgebra/DynamicPolynomials.jl.git"
4-
version = "0.3.5"
4+
version = "0.3.6"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Dynamic Polynomials
22

3-
| **PackageEvaluator** | **Build Status** | **References to cite** |
4-
|:--------------------:|:----------------:|:----------------------:|
5-
| [![][pkg-0.6-img]][pkg-0.6-url] | [![Build Status][build-img]][build-url] [![Build Status][winbuild-img]][winbuild-url] | [![DOI][zenodo-img]][zenodo-url] |
6-
| [![][pkg-0.7-img]][pkg-0.7-url] | [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] | |
3+
| **Build Status** | **References to cite** |
4+
|:----------------:|:----------------------:|
5+
| [![Build Status][build-img]][build-url] [![Build Status][winbuild-img]][winbuild-url] | [![DOI][zenodo-img]][zenodo-url] |
6+
| [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] | |
77

88
Sparse dynamic representation of multivariate polynomials that can be used with [MultivariatePolynomials](https://github.com/JuliaAlgebra/MultivariatePolynomials.jl) (see the documentation there for more information).
99
Both commutative and non-commutative variables are supported.
@@ -45,11 +45,6 @@ Indeed, the ordering between the `PolyVar` is not alphabetical but rather by ord
4545
which can be undeterministic with parallel computing.
4646
Therefore, this order cannot be used for substitution, even as a default (see [here](https://github.com/JuliaAlgebra/MultivariatePolynomials.jl/issues/3) for a discussion about this).
4747

48-
[pkg-0.6-img]: http://pkg.julialang.org/badges/DynamicPolynomials_0.6.svg
49-
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=DynamicPolynomials
50-
[pkg-0.7-img]: http://pkg.julialang.org/badges/DynamicPolynomials_0.7.svg
51-
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=DynamicPolynomials
52-
5348
[build-img]: https://travis-ci.org/JuliaAlgebra/DynamicPolynomials.jl.svg?branch=master
5449
[build-url]: https://travis-ci.org/JuliaAlgebra/DynamicPolynomials.jl
5550
[winbuild-img]: https://ci.appveyor.com/api/projects/status/wu5dnoq4x3jvjft8?svg=true

0 commit comments

Comments
 (0)