diff --git a/README.md b/README.md index 535d1608e..40ec49396 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ making it a powerful and convenient tool for advanced users. | **Documentation** | **Build Status** | |:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| -| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://pulsipher.github.io/InfiniteOpt.jl/stable) | [![Build Status](https://api.travis-ci.com/pulsipher/InfiniteOpt.jl.svg?branch=v0.1.1)](https://travis-ci.com/pulsipher/InfiniteOpt.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/p3srfp3uuvchfg3j/branch/v0.1.1?svg=true)](https://ci.appveyor.com/project/pulsipher/InfiniteOpt-jl) [![codecov.io](https://codecov.io/github/pulsipher/InfiniteOpt.jl/coverage.svg?branch=release_prep)](https://codecov.io/github/pulsipher/InfiniteOpt.jl?branch=release_prep) | +| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://pulsipher.github.io/InfiniteOpt.jl/stable) | [![Build Status](https://api.travis-ci.com/pulsipher/InfiniteOpt.jl.svg?branch=v0.2.0)](https://travis-ci.com/pulsipher/InfiniteOpt.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/p3srfp3uuvchfg3j/branch/v0.2.0?svg=true)](https://ci.appveyor.com/project/pulsipher/InfiniteOpt-jl) [![codecov.io](https://codecov.io/github/pulsipher/InfiniteOpt.jl/coverage.svg?branch=release-0.2)](https://codecov.io/github/pulsipher/InfiniteOpt.jl?branch=release-0.2) | | [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://pulsipher.github.io/InfiniteOpt.jl/dev) | [![Build Status](https://travis-ci.com/pulsipher/InfiniteOpt.jl.svg?branch=master)](https://travis-ci.com/pulsipher/InfiniteOpt.jl) [![Build Status2](https://ci.appveyor.com/api/projects/status/github/pulsipher/InfiniteOpt.jl?branch=master&svg=true)](https://ci.appveyor.com/project/pulsipher/InfiniteOpt-jl) [![codecov.io](https://codecov.io/github/pulsipher/InfiniteOpt.jl/coverage.svg?branch=master)](https://codecov.io/github/pulsipher/InfiniteOpt.jl?branch=master) | Its capabilities include: @@ -21,7 +21,7 @@ Its capabilities include: - Direct support of infinite, point, and hold variables - Symbolic measure (integral) expression - Infinite/finite constraint definition -- Ordinary differential equation support (coming soon with `v0.2.0`) +- Ordinary differential equation support (coming soon with `v0.3.0`) - Automated model transcription/reformulation and solution - Compatible with all [JuMP-supported solvers](https://www.juliaopt.org/JuMP.jl/dev/installation/#Getting-Solvers-1) - Readily extendable to accommodate user defined abstractions and solution techniques. diff --git a/docs/src/index.md b/docs/src/index.md index 8e806d619..f081e7f07 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -17,7 +17,7 @@ include: - Direct support of infinite, point, and hold variables - Symbolic measure (integral) expression - Infinite/finite constraint definition -- Ordinary differential equation support (coming soon with `v0.2.0`) +- Ordinary differential equation support (coming soon with `v0.3.0`) - Automated model transcription/reformulation and solution - Compatible with all [JuMP-supported solvers](https://www.juliaopt.org/JuMP.jl/dev/installation/#Getting-Solvers-1) - Readily extendable to accommodate user defined abstractions and solution techniques.