fix: export TableTransformer and InvertibleTableTransformer#135
Merged
lars-reimann merged 2 commits intomainfrom Mar 31, 2023
Merged
fix: export TableTransformer and InvertibleTableTransformer#135lars-reimann merged 2 commits intomainfrom
TableTransformer and InvertibleTableTransformer#135lars-reimann merged 2 commits intomainfrom
Conversation
Member
Author
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report
@@ Coverage Diff @@
## main #135 +/- ##
=======================================
Coverage 94.49% 94.50%
=======================================
Files 36 36
Lines 1345 1346 +1
=======================================
+ Hits 1271 1272 +1
Misses 74 74
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
lars-reimann
pushed a commit
that referenced
this pull request
Apr 4, 2023
## [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))
Member
Author
|
🎉 This PR is included in version 0.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
TableTransformerandInvertibleTableTransformerare now included in the correct__init__file, so they show up in the documentation.