convexengineering / gpkit

Geometric programming for engineers
http://gpkit.readthedocs.org
MIT License
206 stars 40 forks source link

installation instructions still mention Mosek 8 #1563

Closed whoburg closed 3 years ago

whoburg commented 3 years ago

The latest release notes say we no longer support Mosek 8 (only 9), but the installation instructions still contain mosek 8 steps.

bqpd commented 3 years ago

we still support mosek 8 via the command line solver (mosek_cli), just no longer through the commission compilation of mosek's C bindings (what was called the 'mosek' solver)

On Thu, Oct 28, 2021, 14:41 Warren Hoburg @.***> wrote:

The latest release notes say we no longer support Mosek 8 (only 9), but the installation instructions still contain mosek 8 steps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/convexengineering/gpkit/issues/1563, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKAGH2F4EJEYRNX3V5DX3UJG7JZANCNFSM5G54IYZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

whoburg commented 3 years ago

Ahh, got it. Perhaps still useful to clarify in install instructions for folks deciding what to install?

whoburg commented 3 years ago

Actually re-reading it I see it does explain exactly that.

bqpd commented 3 years ago

sure! any suggestions for modifications?

On Thu, Oct 28, 2021, 15:01 Warren Hoburg @.***> wrote:

Ahh, got it. Perhaps still useful to clarify in install instructions for folks deciding what to install?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/convexengineering/gpkit/issues/1563#issuecomment-954254455, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKAGHUCAQPORRVP6LJQDLUJHBYJANCNFSM5G54IYZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

whoburg commented 3 years ago

My (updated) goal was clarifying for new users when they might want to install Mosek 8 instead of 9 (if ever). but I think most users will likely install 9 as the newest version and nothing else needed on this issue.