Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README and docs on 0.7/1.0 support #1417

Merged
merged 2 commits into from
Aug 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ Our documentation includes an installation guide, quick-start guide, and referen

[juliaopt-notebooks]: https://github.com/JuliaOpt/juliaopt-notebooks

**Read about the upcoming transition to MathOptInterface (MOI) and breaking changes in JuMP 0.19 [here](https://discourse.julialang.org/t/mathoptinterface-and-upcoming-breaking-changes-in-jump-0-19).**

**The latest release of JuMP (based on MathProgBase) is not compatible with
Julia 0.7 or 1.0. We encourage users to continue to use Julia 0.6 for a stable
environment. The developmental version of JuMP (based on MOI) supports both
Julia 0.6 and Julia 0.7 but is alpha-quality with breaking changes in still
progress. See the Discourse
[post](https://discourse.julialang.org/t/jump-and-julia-0-7-1-0) for more
information on Julia 0.7/1.0 support.**

**Latest Release**: 0.18.2 (`release-0.18` branch)
* [Documentation](http://www.juliaopt.org/JuMP.jl/0.18/)
Expand All @@ -49,10 +58,6 @@ Our documentation includes an installation guide, quick-start guide, and referen
[![JuMP](http://pkg.julialang.org/badges/JuMP_0.6.svg)](http://pkg.julialang.org/?pkg=JuMP&ver=0.6)


**Read about the upcoming transition to MathOptInterface (MOI) and breaking changes in JuMP 0.19 [here](https://discourse.julialang.org/t/mathoptinterface-and-upcoming-breaking-changes-in-jump-0-19).**

The `master` branch now includes these breaking changes, but **we do not yet recommend using this branch unless you are a JuMP developer or solver developer**.

**Development version** (`master` branch):
* [Documentation](http://www.juliaopt.org/JuMP.jl/latest/)
* [Examples](https://github.com/JuliaOpt/JuMP.jl/tree/master/examples)
Expand Down
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
```

!!! warning
This documentation is for the development version of JuMP. JuMP is
This documentation is for the development branch of JuMP. JuMP is
undergoing a [major
transition](https://discourse.julialang.org/t/mathoptinterface-and-upcoming-breaking-changes-in-jump-0-19)
to MathOptInterface, and the documentation is in the process of being
rewritten. We recommend using the development version only for (1)
developers of packages upstream or downstream of JuMP or (2) early adopters
willing to provide feedback and file issues.
rewritten. The development version is alpha-quality with breaking
changes still in progress. Please provide feedback and file issues if
you use this branch.

[JuMP](https://github.com/JuliaOpt/JuMP.jl) is a domain-specific modeling
language for [mathematical
Expand Down