feat: update to safe-ds 0.17.1 + server refactor#37
Conversation
chore: temporarily disable python 3.12
…-update # Conflicts: # poetry.lock
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 11 +1
Lines 377 390 +13
=========================================
+ Hits 377 390 +13 ☔ View full report in Codecov by Sentry. |
|
Is this still WIP or ready to merge? |
|
There is a warning printed on every runner startup since this update, which I am trying to fix, that's why it is still WIP |
fix: warning related to (too) late monkey-patching test: changed tests to new system
…to library-update
|
It seems like the update to the new library version causes the runner to startup slower (probably because of the larger amount of dependencies). For the record, this was the warning: I refactored the main.py a bit to fix this. |
## [0.5.0](v0.4.0...v0.5.0) (2024-01-26) ### Features * added json serializer that encodes tables and images ([#29](#29)) ([054cca4](054cca4)), closes [#20](#20) * Memoization ([#38](#38)) ([2a26b48](2a26b48)) * Replace flask with quart ([#43](#43)) ([5520b68](5520b68)), closes [#42](#42) * support placeholder queries that only request a subset of data ([#39](#39)) ([dae57dc](dae57dc)) * update to safe-ds 0.17.1 + server refactor ([#37](#37)) ([1bcad07](1bcad07)) ### Bug Fixes * allow multiple connections to work with the runner ([#31](#31)) ([64685a3](64685a3))
|
🎉 This PR is included in version 0.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary of Changes