-
Notifications
You must be signed in to change notification settings - Fork 26
Load LBT to call LAPACK functions #85
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
==========================================
+ Coverage 73.48% 73.92% +0.44%
==========================================
Files 11 10 -1
Lines 1671 1542 -129
==========================================
- Hits 1228 1140 -88
+ Misses 443 402 -41
Continue to review full report at Codecov.
|
@@ -1,14 +1,15 @@ | |||
name = "GenericLinearAlgebra" | |||
uuid = "14197337-ba66-59df-a3e3-ca00e7dcff7a" | |||
version = "0.2.7" | |||
version = "0.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why make this a breaking release? The compat bound change should be sufficient, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case we need to make 0.2 releases for older versions of Julia, was my thought process.
cc @andreasnoack