You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SDK to support typeguard v3.0 and above, which has a breaking change in its API, and updated notebooks (#438)
* Change to support typeguard v3.0+ which has breaking API change on check_type()
Along with the SDK change in th io_context.py, any pinged version of typarguard to ~=2
must be removed.
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Add comments on the reason for depending on pydicom and highdicom
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Add comments in the notebooks for the use of highdicom package
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Reran notebooks, aferwards, restored import "--upgrade"
With "import --upgrade monai-deploy-app-sdk", users do not need to explicitly uninstall
prior version of the App SDK when running the notebook in virtual env. For testing the
notebook in dev with the editable App SDK, do NOT use --upgrade in case the local dirty
version is lower somehow.
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Udpate pytest version to get the automated test in CI to succeed
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Bump to Python3.8 as in 3.7 pytest still fails on GitHub
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Fix flake8 complaint: B907, manually surrounded by quotes, consider using the `!r` conversion
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Quiet the format checking complaint
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* To quiet flake8 complint
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Yet another black nit-picking
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Need to use the new way, pytest instead of py.test
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Somehow the last commit did not get the change py.test -> pytest
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Retested all notebooks as QA step
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Yet another way to quiet flake8 complaint
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* The file content was wiped out (local disk space issue)
Signed-off-by: M Q <mingmelvinq@nvidia.com>
* Used the known working way to quiet flake8 complaint, str.format()
Signed-off-by: M Q <mingmelvinq@nvidia.com>
---------
Signed-off-by: M Q <mingmelvinq@nvidia.com>
0 commit comments