|
1 | 1 | # Dynamic Polynomials
|
2 | 2 |
|
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] | | |
7 | 7 |
|
8 | 8 | 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).
|
9 | 9 | 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
|
45 | 45 | which can be undeterministic with parallel computing.
|
46 | 46 | 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).
|
47 | 47 |
|
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 |
| - |
53 | 48 | [build-img]: https://travis-ci.org/JuliaAlgebra/DynamicPolynomials.jl.svg?branch=master
|
54 | 49 | [build-url]: https://travis-ci.org/JuliaAlgebra/DynamicPolynomials.jl
|
55 | 50 | [winbuild-img]: https://ci.appveyor.com/api/projects/status/wu5dnoq4x3jvjft8?svg=true
|
|
0 commit comments