-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Pre-release activities #506
Conversation
Code Coverage Summary
Diff against main
Results for commit: 5ecbaa9 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 29 suites 22s ⏱️ Results for commit 5ecbaa9. ♻️ This comment has been updated with latest results. |
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Hey @kartikeyakirar I left few minor comments, but I would like them to be resolved before we merge |
Hey, just to summarize what's going on during this PR. Changes in repository included
During this PR @chlebowa proposed we move internal examples to a special vignette (with an addition to documentation with Other main changes included
Final remarks
Multiple people were involved in this PR, kudos to @kartikeyakirar @chlebowa and @averissimo |
Thank you, @m7pr, for your excellent summary of the PR and approving it. I concur that it contains numerous changes, and as you suggested any additional change requests should be separate issue. Reviewing the entire pull request in one go could be challenging. I plan to merge this pull request in 3 hours, which should provide enough time for any final comments or feedback. thanks everyone. |
closes #531 We used to distinguish sub-items of the MAE object by term `datalabel`. We don't do this anymore, this is artifact after the refactor.
part of insightsengineering/nestdevs-tasks#48
- README.md (check example code)
- NEWS.md
- @example tag, make sure it runs, fix if otherwise
- Make sure functions has @return tag to document the return value
- no \dontrun tag, replace with if(interactive()) if needed