Skip to content

Commit d53401c

Browse files
authored
Merge pull request #132 from jverzani/v0.6-7
V0.6 7
2 parents 6e60f2d + 25002a2 commit d53401c

File tree

7 files changed

+112
-124
lines changed

7 files changed

+112
-124
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.4
7-
- 0.5
86
- 0.6
97
- nightly
108
matrix:

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Basic arithmetic, integration, differentiation, evaluation, and root finding over dense univariate polynomials.
44

5-
[![Polynomials](http://pkg.julialang.org/badges/Polynomials_0.4.svg)](http://pkg.julialang.org/?pkg=Polynomials)
6-
[![Polynomials](http://pkg.julialang.org/badges/Polynomials_0.5.svg)](http://pkg.julialang.org/?pkg=Polynomials)
75
[![Polynomials](http://pkg.julialang.org/badges/Polynomials_0.6.svg)](http://pkg.julialang.org/?pkg=Polynomials)
86

97
Master branch:
@@ -14,7 +12,7 @@ Documentation:
1412
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/Polynomials.jl/stable)
1513
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/Polynomials.jl/latest)
1614

17-
#### Poly{T<:Number}(a::Vector)
15+
#### Poly(a::Vector) where {T<:Number}
1816

1917
Construct a polynomial from its coefficients, lowest order first.
2018

REQUIRE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
julia 0.4
2-
Compat 0.9.5
1+
julia 0.6
2+
Compat 0.39.0

0 commit comments

Comments
 (0)