-
Notifications
You must be signed in to change notification settings - Fork 4
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: container for images #159
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report
@@ Coverage Diff @@
## main #159 +/- ##
==========================================
- Coverage 93.51% 93.32% -0.20%
==========================================
Files 36 40 +4
Lines 1373 1453 +80
==========================================
+ Hits 1284 1356 +72
- Misses 89 97 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
## [0.9.0](v0.8.0...v0.9.0) (2023-04-04) ### Features * container for images ([#159](#159)) ([ed7ae34](ed7ae34)), closes [#158](#158) * improve error handling for `predict` ([#145](#145)) ([a5ff11c](a5ff11c)), closes [#9](#9) * move `ImputerStrategy` to `safeds.data.tabular.typing` ([#174](#174)) ([205c8e2](205c8e2)) * rename `n_neighbors` to `number_of_neighbors` ([#162](#162)) ([526b96e](526b96e)) ### Bug Fixes * export `TableTransformer` and `InvertibleTableTransformer` ([#135](#135)) ([81c3695](81c3695))
🎉 This PR is included in version 0.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes #158.
Summary of Changes
safeds.data.image.containers.Image
to store imagesImage
can be created from and saved to JPEG and PNG filesTable
andColumn
now return anImage
instead of plotting them directly in an interactive environmentImage
can be displayed in an interactive environment