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

Prep for v0.16.0 #676

Merged
merged 4 commits into from
May 21, 2024
Merged

Prep for v0.16.0 #676

merged 4 commits into from
May 21, 2024

Conversation

odow
Copy link
Member

@odow odow commented May 20, 2024

Approved by:

docs/src/changelog.md Outdated Show resolved Hide resolved
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.19%. Comparing base (2978c32) to head (ee5fdbc).
Report is 2 commits behind head on master.

Current head ee5fdbc differs from pull request most recent head 01be76c

Please upload reports for the commit 01be76c to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #676      +/-   ##
==========================================
- Coverage   98.19%   98.19%   -0.01%     
==========================================
  Files          89       89              
  Lines        5162     5155       -7     
==========================================
- Hits         5069     5062       -7     
  Misses         93       93              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow
Copy link
Member Author

odow commented May 20, 2024

Here's a draft Discourse post:

Dear all,

We are pleased to announce the release of Convex.jl v0.16.0:
https://github.com/jump-dev/Convex.jl

This release of Convex involved a substantial internal rewrite of Convex.jl to
integrate better with MathOptInterface. The result is a faster, simpler, and
more maintainable package that is nearly ready for a 1.0 release.

Detailed release notes are available at: https://jump.dev/Convex.jl/dev/release_notes/

Most of the very large number of changes affect only the internal representation
of Convex.jl models. However, some user-facing breakage was unavoidable.

In most cases, informative errors and deprecation warnings will be thrown, but
there are two subtle changes to be aware of. Compared to version 0.15.4:

 * The sign of the dual on a `a <= b` constraint is now reversed, so that it now
   matches the conventions in MathOptInterface. We decided to make this change
   because the previous convention was non-standard and had a high potential for
   incorrect usage.
 * Scalar row indexing like `x[i, :]` now produces a column vector instead of a
   row vector. This matches the conventions in Julia Base, but it is a breaking
   change because `x[i, :] * x[j, :]'` used to be the inner product; now it is
   the outer product. We decided to make this change because the previous
   indexing was non-standard and had a high potential for incorrect usage.

If you need help updating, please comment below, start a new forum post, or open
a GitHub issue.

Cheers,

Benoit (@blegat), Eric (@ericphanson), and Oscar (@odow)

@odow
Copy link
Member Author

odow commented May 21, 2024

I'll wait for @blegat to wake up to confirm

@ericphanson
Copy link
Collaborator

ericphanson commented May 21, 2024

I found two new issues #683 and #682 but neither are regressions from v0.15.4 (both are present there too) so I think they can be fixed in a patch release post-v0.16.0.

@odow
Copy link
Member Author

odow commented May 21, 2024

I'm not going to wait for #685. I'll merge and tag this once CI passes.

@odow odow merged commit d9a76e2 into master May 21, 2024
3 checks passed
@odow odow deleted the odow-patch-1 branch May 21, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants