Skip to content

Commit 15ce2c7

Browse files
committed
rm old/outdated info from README
1 parent d7ebc3d commit 15ce2c7

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[![Build Status](https://travis-ci.org/JuliaDiff/ForwardDiff.jl.svg?branch=master)](https://travis-ci.org/JuliaDiff/ForwardDiff.jl) [![Coverage Status](https://coveralls.io/repos/JuliaDiff/ForwardDiff.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaDiff/ForwardDiff.jl?branch=master)
22

3-
[![ForwardDiff](http://pkg.julialang.org/badges/ForwardDiff_0.3.svg)](http://pkg.julialang.org/?pkg=ForwardDiff&ver=0.3)
4-
[![ForwardDiff](http://pkg.julialang.org/badges/ForwardDiff_0.4.svg)](http://pkg.julialang.org/?pkg=ForwardDiff&ver=0.4)
5-
[![ForwardDiff](http://pkg.julialang.org/badges/ForwardDiff_0.5.svg)](http://pkg.julialang.org/?pkg=ForwardDiff)
63
[![ForwardDiff](http://pkg.julialang.org/badges/ForwardDiff_0.6.svg)](http://pkg.julialang.org/?pkg=ForwardDiff)
74

85
[![](https://img.shields.io/badge/docs-stable-blue.svg)](http://www.juliadiff.org/ForwardDiff.jl/stable)
@@ -48,21 +45,7 @@ julia> ForwardDiff.hessian(f, x)
4845
1.03257 3.37871 1.71818 0.964566 0.140689
4946
```
5047

51-
## News
52-
53-
Trying to switch to the latest version of ForwardDiff? See our [upgrade guide](http://www.juliadiff.org/ForwardDiff.jl/stable/user/upgrade.html) for details regarding user-facing changes between releases.
54-
55-
- 9/2017: [ForwardDiff v0.6.0 has been tagged](https://github.com/JuliaLang/METADATA.jl/pull/11107). Notable API changes relate to `DiffResult` usage; consult the upgrade guide and [DiffResults](https://github.com/JuliaDiff/DiffResults.jl) documentation for details.
56-
57-
- 5/2017: [ForwardDiff v0.5.0 has been tagged](https://github.com/JuliaLang/METADATA.jl/pull/8209). Notably, this release [introduces an internal tagging mechanism](https://github.com/JuliaDiff/ForwardDiff.jl/pull/213) to protect against [perturbation confusion](https://github.com/JuliaDiff/ForwardDiff.jl/issues/83).
58-
59-
- 3/2017: [ForwardDiff v0.4.0 has been tagged](https://github.com/JuliaLang/METADATA.jl/pull/8209). There are no API changes, but [support for Julia v0.4 has been dropped](https://github.com/JuliaDiff/ForwardDiff.jl/pull/195) moving forward.
60-
61-
- 12/2016: [ForwardDiff v0.3.0 has been tagged](https://github.com/JuliaLang/METADATA.jl/pull/7177).
62-
63-
- 6/2016: [ForwardDiff v0.2.0 has been tagged](https://github.com/JuliaLang/METADATA.jl/pull/5389).
64-
65-
- 9/2015: [ForwardDiff v0.1.0 has been tagged](https://github.com/JuliaLang/METADATA.jl/pull/3272).
48+
Trying to switch to the latest version of ForwardDiff? See our [upgrade guide](http://www.juliadiff.org/ForwardDiff.jl/stable/user/upgrade.html) for details regarding user-facing changes between releases.
6649

6750
## Publications
6851

0 commit comments

Comments
 (0)