jump-dev / Pavito.jl

A gradient-based outer approximation solver for convex mixed-integer nonlinear programming (MINLP)
Other
60 stars 10 forks source link

Bump minimum supported to Julia 1.6 #47

Closed odow closed 2 years ago

odow commented 2 years ago

Julia 1.0 is untested, and in fact will not work because this package contains a lot of calls like isnothing which are not defined in 1.0.

The simplest solution is just to restrict Pavito to 1.6 and later. It's going to be the new LTS anyway.

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (72f5a35) into master (48303fe) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   85.76%   85.76%           
=======================================
  Files           4        4           
  Lines         583      583           
=======================================
  Hits          500      500           
  Misses         83       83           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 48303fe...72f5a35. Read the comment docs.