Skip to content

Commit 3bacd30

Browse files
authored
Update index.html
1 parent fbf056a commit 3bacd30

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

index.html

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ <h3>Included packages</h3>
7777
<tr>
7878
<td style="padding: 10px 10px">
7979
<a href="https://github.com/JuliaDiff/ForwardDiff.jl"><strong>ForwardDiff</strong></a><br>
80-
<a href="http://pkg.julialang.org/?pkg=ForwardDiff&ver=0.6">
81-
<img src="http://pkg.julialang.org/badges/ForwardDiff_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
82-
</a>
8380
</td>
8481
<td>
8582
ForwardDiff provides user-friendly methods for performing forward-mode automatic differentiation on native Julia code. ForwardDiff offers several advanced features, such as nested differentiation, a non-allocating API, and a SIMD-vectorizable multidimensional dual number type.
@@ -89,9 +86,6 @@ <h3>Included packages</h3>
8986
<tr>
9087
<td style="padding: 10px 10px">
9188
<a href="https://github.com/JuliaDiff/ReverseDiff.jl"><strong>ReverseDiff</strong></a><br>
92-
<a href="http://pkg.julialang.org/?pkg=ReverseDiff&ver=0.6">
93-
<img src="http://pkg.julialang.org/badges/ReverseDiff_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
94-
</a>
9589
</td>
9690
<td>
9791
ReverseDiff provides user-friendly methods for performing reverse-mode automatic differentiation on native Julia code. ReverseDiff implements many linear algebra optimizations, flexible performance annotations, and composes well with ForwardDiff (enabling mixed-mode AD).
@@ -101,9 +95,6 @@ <h3>Included packages</h3>
10195
<tr>
10296
<td style="padding: 10px 10px">
10397
<a href="https://github.com/lbenet/TaylorSeries.jl"><strong>TaylorSeries</strong></a><br>
104-
<a href="http://pkg.julialang.org/?pkg=TaylorSeries&ver=0.6">
105-
<img src="http://pkg.julialang.org/badges/TaylorSeries_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
106-
</a>
10798
</td>
10899
<td>
109100
TaylorSeries implements truncated multivariate power series for high-order integration of ODEs and forward-mode automatic differentiation of arbitrary order derivatives via operator overloading.
@@ -113,9 +104,6 @@ <h3>Included packages</h3>
113104
<tr>
114105
<td style="padding: 10px 10px">
115106
<a href="https://github.com/JuliaDiff/DualNumbers.jl"><strong>DualNumbers</strong></a><br>
116-
<a href="http://pkg.julialang.org/?pkg=DualNumbers&ver=0.6">
117-
<img src="http://pkg.julialang.org/badges/DualNumbers_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
118-
</a>
119107
</td>
120108
<td>
121109
DualNumbers provides a dual number type which can be used to take first-order scalar derivatives of native Julia code.
@@ -125,9 +113,6 @@ <h3>Included packages</h3>
125113
<tr>
126114
<td style="padding: 10px 10px">
127115
<a href="https://github.com/JuliaDiff/HyperDualNumbers.jl"><strong>HyperDualNumbers</strong></a><br>
128-
<a href="http://pkg.julialang.org/?pkg=HyperDualNumbers&ver=0.6">
129-
<img src="http://pkg.julialang.org/badges/HyperDualNumbers_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
130-
</a>
131116
</td>
132117
<td>
133118
HyperDualNumbers provides a hyper-dual number type which can be used to take first-order and second-order scalar derivatives of native Julia code.
@@ -143,9 +128,6 @@ <h3>Related packages</h3>
143128
<tr>
144129
<td style="padding: 10px 10px">
145130
<a href="https://github.com/gaika/AutoDiffSource.jl"><strong>AutoDiffSource</strong></a><br>
146-
<a href="http://pkg.julialang.org/?pkg=AutoDiffSource&ver=0.6">
147-
<img src="http://pkg.julialang.org/badges/AutoDiffSource_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
148-
</a>
149131
</td>
150132
<td>
151133
Fast reverse mode differentiation for scalar and tensor functions using source code transformation.
@@ -155,9 +137,6 @@ <h3>Related packages</h3>
155137
<tr>
156138
<td style="padding: 10px 10px">
157139
<a href="https://github.com/johnmyleswhite/Calculus.jl"><strong>Calculus</strong></a><br>
158-
<a href="http://pkg.julialang.org/?pkg=Calculus&ver=0.6">
159-
<img src="http://pkg.julialang.org/badges/Calculus_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
160-
</a>
161140
</td>
162141
<td>
163142
Provides methods for symbolic differentiation and finite-difference approximations.
@@ -167,9 +146,6 @@ <h3>Related packages</h3>
167146
<tr>
168147
<td style="padding: 10px 10px">
169148
<a href="https://github.com/JuliaOpt/JuMP.jl"><strong>JuMP</strong></a><br>
170-
<a href="http://pkg.julialang.org/?pkg=JuMP&ver=0.6">
171-
<img src="http://pkg.julialang.org/badges/JuMP_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
172-
</a>
173149
</td>
174150
<td>
175151
An algebraic modeling language for optimization with an internal implementation of reverse-mode automatic differentiation for gradients and sparse Hessian matrices given closed-form expressions.
@@ -180,9 +156,6 @@ <h3>Related packages</h3>
180156
<tr>
181157
<td style="padding: 10px 10px">
182158
<a href="https://github.com/jwmerrill/PowerSeries.jl"><strong>PowerSeries</strong></a><br>
183-
<a href="http://pkg.julialang.org/?pkg=PowerSeries&ver=0.6">
184-
<img src="http://pkg.julialang.org/badges/PowerSeries_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
185-
</a>
186159
</td>
187160
<td>
188161
Implements truncated power series type which can be used for forward-mode automatic differentiation of arbitrary order derivatives via operator overloading.
@@ -192,9 +165,6 @@ <h3>Related packages</h3>
192165
<tr>
193166
<td style="padding: 10px 10px">
194167
<a href="https://github.com/symengine/SymEngine.jl"><strong>SymEngine</strong></a><br>
195-
<a href="http://pkg.julialang.org/?pkg=SymEngine&ver=0.6">
196-
<img src="http://pkg.julialang.org/badges/SymEngine_0.6.svg" alt="Release testing status" style="margin-top: 2px;">
197-
</a>
198168
</td>
199169
<td>
200170
Implements symbolic differentiation.
@@ -216,7 +186,7 @@ <h2>Links</h2>
216186

217187
<div class="sixteen columns">
218188
<hr />
219-
<small>This website was made with <a href="http://www.getskeleton.com">Skeleton</a>, based on Iain Dunning's work on <a href="http://juliaopt.org">JuliaOpt</a>. Something wrong? Submit <a href="https://github.com/JuliaDiff/juliadiff.github.io/issues">issue</a>.
189+
<small>This website was made with <a href="https://www.getskeleton.com">Skeleton</a>, based on Iain Dunning's work on <a href="http://juliaopt.org">JuliaOpt</a>. Something wrong? Submit <a href="https://github.com/JuliaDiff/juliadiff.github.io/issues">issue</a>.
220190
</div>
221191
</div><!-- container -->
222192

0 commit comments

Comments
 (0)