-
Notifications
You must be signed in to change notification settings - Fork 3k
Radiology insights ga #35276
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
Radiology insights ga #35276
Conversation
.\venv\Scripts\activate pip install -r dev_requirements.txt pip install tox<5 pip install -e . adjustments sample_critical_result_inference_async
fixes pylint
…ertens/azure-sdk-for-python into radiology-insights-GA-cb3
Radiology insights ga cb3
Radiology insights ga
API change check APIView has identified API level changes in this PR and created following API reviews. |
Update cspell file & fix some unknown words for typos
/azp run python - codeowners-linter - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, just a few small fixes
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Show resolved
Hide resolved
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Show resolved
Hide resolved
...hinsights-radiologyinsights/azure/healthinsights/radiologyinsights/aio/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...hinsights-radiologyinsights/azure/healthinsights/radiologyinsights/aio/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...althinsights/azure-healthinsights-radiologyinsights/samples/sample_age_mismatch_inference.py
Outdated
Show resolved
Hide resolved
...sights/azure-healthinsights-radiologyinsights/samples/sample_age_mismatch_inference_async.py
Outdated
Show resolved
Hide resolved
...althinsights/azure-healthinsights-radiologyinsights/samples/sample_age_mismatch_inference.py
Outdated
Show resolved
Hide resolved
...zure-healthinsights-radiologyinsights/samples/sample_complete_order_discrepancy_inference.py
Outdated
Show resolved
Hide resolved
- remove unused imports in patch.py - resolve duplicate references in models.py - resolve duplicate and wrong references in README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix causes issues.
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Show resolved
Hide resolved
...althinsights/azure-healthinsights-radiologyinsights/samples/sample_age_mismatch_inference.py
Outdated
Show resolved
Hide resolved
- move imports in samples - fix pylint and mypy issues in patch files
replace deserialize with job iso inference result
- fix bugs sample_laterality_discrepancy_inference.py - adjust _operations
replace deserialize Job with InferenceResult
...insights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_operations.py
Outdated
Show resolved
Hide resolved
- replace with expected code in _patch
fix mypy error in _patch.py (add ignore)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some samples were overlooked during the clean up process fyi
...ealthinsights-radiologyinsights/azure/healthinsights/radiologyinsights/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...sights/azure-healthinsights-radiologyinsights/samples/sample_sex_mismatch_inference_async.py
Outdated
Show resolved
Hide resolved
...althinsights/azure-healthinsights-radiologyinsights/samples/sample_sex_mismatch_inference.py
Outdated
Show resolved
Hide resolved
...azure-healthinsights-radiologyinsights/samples/sample_radiology_procedure_inference_async.py
Outdated
Show resolved
Hide resolved
...ights/azure-healthinsights-radiologyinsights/samples/sample_radiology_procedure_inference.py
Outdated
Show resolved
Hide resolved
adjust sample_radiology_procedure_inference to align with the other samples adjust sample_radiology_procedure_inference_async to align with the other samples adjust sample_sex_mismatch_inference to align with the other samples adjust sample_sex_mismatch_inference_async to align with the other samples
* Update tsp-location.yaml with latest commit id * regenerated SDK .\venv\Scripts\activate pip install -r dev_requirements.txt pip install tox<5 pip install -e . adjustments sample_critical_result_inference_async * inference * Adjusted README.md * adjustment tests fixes pylint * fix get result call on inferences inside job * implementation RadiologyInsightsInferenceResult in samples and tests * removed headers from test files * cspell updates & fix typos Update cspell file & fix some unknown words for typos * fix tests in record mode * fix spelling errors * fix spelling error * Update sample_finding_inference.py * Update sample_finding_inference.py * fix reviewer comments * add breaking changes to changelog and fix pylint issue * Update assets.json * Regenerated SDK for authentication, adjusted samples * Update CHANGELOG.md * fixing PR conversations * small cosmetic changes * Update README.md * refactor sample and adjust changelog * Update sample_age_mismatch_inference_async.py * adjust async samples according to review * Update README.md * fix tests for other packages * Update assets.json * Update assets.json * Update assets.json * regenerated SDK * disable healthinsights tests * disable cancerprofiling and trialmatcher test * disable tests * remove key based authentication from samples and documentation * fix tests * push recordings to assets * change sync to async cred * remove credentials sample and update documentation * Update sdk/healthinsights/azure-healthinsights-radiologyinsights/README.md Co-authored-by: catalinaperalta <[email protected]> * Update sdk/healthinsights/azure-healthinsights-radiologyinsights/README.md Co-authored-by: catalinaperalta <[email protected]> * change samples and add a patch method * adjust tests * fix tests for radiology insights * - adjust def documentation in patch.py - remove unused imports in patch.py - resolve duplicate references in models.py - resolve duplicate and wrong references in README.md * - fix exception handling in samples - move imports in samples - fix pylint and mypy issues in patch files * remove class from sync samples replace deserialize with job iso inference result * - fix bugs sample_finding_inference.py - fix bugs sample_laterality_discrepancy_inference.py - adjust _operations * undo changes in patch files : replace deserialize Job with InferenceResult * - revert changes in _operations - replace with expected code in _patch * postprocess changes * revert _patch * fix pylint error in _operations.py fix mypy error in _patch.py (add ignore) * move ignore comment in _patch.py adjust sample_radiology_procedure_inference to align with the other samples adjust sample_radiology_procedure_inference_async to align with the other samples adjust sample_sex_mismatch_inference to align with the other samples adjust sample_sex_mismatch_inference_async to align with the other samples --------- Co-authored-by: cbovijn <[email protected]> Co-authored-by: Celia Bovijn <[email protected]> Co-authored-by: catalinaperalta <[email protected]>
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines