-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: compatibility with safe-ds v0.17.0 #121
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
@Marsmaennchen221 Do you have an idea how to fix this error (log)? OSError: libcurand.so.10: cannot open shared object file: No such file or directory It occurs after targeting the Update 1: It looks like Update 2: Upgrading |
We have to do this temporarily as `torch` does not support it yet
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #121 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 38 38
=========================================
Hits 38 38 ☔ View full report in Codecov by Sentry. |
## [0.17.0](v0.16.0...v0.17.0) (2024-01-11) ### Features * compatibility with safe-ds v0.17.0 ([#121](#121)) ([bd12659](bd12659))
🎉 This PR is included in version 0.17.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
@WinPlay02 You can change |
Summary of Changes
Integrate API changes of
safe-ds
v0.17.0.