-
-
Notifications
You must be signed in to change notification settings - Fork 256
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 argmin in linfa-linear to version 0.8.0 #289
Conversation
b269626
to
42a3419
Compare
Codecov ReportBase: 38.47% // Head: 38.50% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #289 +/- ##
==========================================
+ Coverage 38.47% 38.50% +0.03%
==========================================
Files 95 94 -1
Lines 6225 6220 -5
==========================================
Hits 2395 2395
+ Misses 3830 3825 -5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Can you check if there's any duplicate dependencies on |
The MSRV of argmin 0.8 is 1.62. However, I can downgrade to version 0.7, which (according to lib.rs) has a MSRV of 1.59. It shouldn't make a difference for
Does this help? If I interpret this correctly, then there are no duplicate dependencies (apart from dev-dependencies).
|
I haven't had time to finish #236 and now rebasing is a mess. I decided to start from scratch, and this time I'll work through it crate by crate. This PR updates argmin in
linfa-linear
to version 0.8.0 and it makes the serde crate optional.If this is accepted I'll open dedicated PRs for
linfa-logistic
andlinfa-ftrl
.EDIT: Looks like argmins MSRV is now 1.62 :/