workbench 0.8.185__tar.gz → 0.8.187__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (784) hide show
  1. {workbench-0.8.185 → workbench-0.8.187}/PKG-INFO +2 -1
  2. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +1 -10
  3. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/ml_pipelines/Dockerfile +1 -1
  4. {workbench-0.8.185 → workbench-0.8.187}/pyproject.toml +2 -0
  5. workbench-0.8.187/scripts/delete_data_capture.py +72 -0
  6. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/endpoint_core.py +2 -2
  7. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/model_core.py +1 -1
  8. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/uq_models/generated_model_script.py +2 -2
  9. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/uq_models/mapie.template +1 -1
  10. workbench-0.8.187/src/workbench/scripts/lambda_launcher.py +39 -0
  11. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/ml_pipeline_sqs.py +28 -13
  12. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/config_manager.py +2 -6
  13. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/license_manager.py +2 -6
  14. {workbench-0.8.185 → workbench-0.8.187}/src/workbench.egg-info/PKG-INFO +2 -1
  15. {workbench-0.8.185 → workbench-0.8.187}/src/workbench.egg-info/SOURCES.txt +2 -1
  16. {workbench-0.8.185 → workbench-0.8.187}/src/workbench.egg-info/entry_points.txt +1 -0
  17. {workbench-0.8.185 → workbench-0.8.187}/tox.ini +12 -7
  18. workbench-0.8.185/src/workbench/utils/resource_utils.py +0 -39
  19. {workbench-0.8.185 → workbench-0.8.187}/.flake8 +0 -0
  20. {workbench-0.8.185 → workbench-0.8.187}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  21. {workbench-0.8.185 → workbench-0.8.187}/.github/dependabot.yml +0 -0
  22. {workbench-0.8.185 → workbench-0.8.187}/.github/workflows/deploy-docs.yml +0 -0
  23. {workbench-0.8.185 → workbench-0.8.187}/.github/workflows/python-lint.yml +0 -0
  24. {workbench-0.8.185 → workbench-0.8.187}/.gitignore +0 -0
  25. {workbench-0.8.185 → workbench-0.8.187}/CONTRIBUTING.md +0 -0
  26. {workbench-0.8.185 → workbench-0.8.187}/Dockerfile +0 -0
  27. {workbench-0.8.185 → workbench-0.8.187}/LICENSE +0 -0
  28. {workbench-0.8.185 → workbench-0.8.187}/Makefile +0 -0
  29. {workbench-0.8.185 → workbench-0.8.187}/README.md +0 -0
  30. {workbench-0.8.185 → workbench-0.8.187}/SECURITY.md +0 -0
  31. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/Dockerfile +0 -0
  32. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/README.md +0 -0
  33. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/app.py +0 -0
  34. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/assets/favicon.ico +0 -0
  35. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/dashboard +0 -0
  36. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/deploy.sh +0 -0
  37. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/nginx.conf +0 -0
  38. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/open_source_config.json +0 -0
  39. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
  40. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
  41. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
  42. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
  43. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
  44. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
  45. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
  46. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
  47. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
  48. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/license/page.py +0 -0
  49. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
  50. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/main/layout.py +0 -0
  51. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/main/page.py +0 -0
  52. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
  53. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/models/layout.py +0 -0
  54. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/models/page.py +0 -0
  55. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
  56. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
  57. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
  58. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/pages/status/page.py +0 -0
  59. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/static/dark.css +0 -0
  60. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/static/light.css +0 -0
  61. {workbench-0.8.185 → workbench-0.8.187}/applications/aws_dashboard/supervisord.conf +0 -0
  62. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/Dockerfile +0 -0
  63. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/README.md +0 -0
  64. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/app.py +0 -0
  65. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/assets/favicon.ico +0 -0
  66. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/callbacks.py +0 -0
  67. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/explorer +0 -0
  68. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/layout.py +0 -0
  69. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/nginx.conf +0 -0
  70. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/open_source_config.json +0 -0
  71. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/requirements.txt +0 -0
  72. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/storage/callbacks.py +0 -0
  73. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/storage/callbacks_new.py +0 -0
  74. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/storage/layout_new.py +0 -0
  75. {workbench-0.8.185 → workbench-0.8.187}/applications/compound_explorer/supervisord.conf +0 -0
  76. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/aws_account_setup.py +0 -0
  77. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/aws_identity_check.py +0 -0
  78. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/build_ml_pipeline.py +0 -0
  79. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/.gitignore +0 -0
  80. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/README.md +0 -0
  81. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/app.py +0 -0
  82. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/cdk.json +0 -0
  83. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
  84. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
  85. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/compound_explorer/requirements.txt +0 -0
  86. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/event_bridge/Readme.md +0 -0
  87. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/README.md +0 -0
  88. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/app.py +0 -0
  89. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/cdk.json +0 -0
  90. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/requirements.txt +0 -0
  91. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/tests/__init__.py +0 -0
  92. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
  93. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
  94. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
  95. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/.gitignore +0 -0
  96. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/README.md +0 -0
  97. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/app.py +0 -0
  98. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/cdk.json +0 -0
  99. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/requirements-dev.txt +0 -0
  100. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/requirements.txt +0 -0
  101. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/source.bat +0 -0
  102. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
  103. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
  104. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
  105. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/README.md +0 -0
  106. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/app.py +0 -0
  107. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
  108. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
  109. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
  110. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/source.bat +0 -0
  111. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
  112. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
  113. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
  114. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/README.md +0 -0
  115. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/app.py +0 -0
  116. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
  117. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
  118. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
  119. {workbench-0.8.185 → workbench-0.8.187}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
  120. {workbench-0.8.185 → workbench-0.8.187}/data/abalone.csv +0 -0
  121. {workbench-0.8.185 → workbench-0.8.187}/data/karate_graph.json +0 -0
  122. {workbench-0.8.185 → workbench-0.8.187}/data/test_data.csv +0 -0
  123. {workbench-0.8.185 → workbench-0.8.187}/data/test_data.json +0 -0
  124. {workbench-0.8.185 → workbench-0.8.187}/data/wine_dataset.csv +0 -0
  125. {workbench-0.8.185 → workbench-0.8.187}/deploy_docker.sh +0 -0
  126. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/aws_service_limits.md +0 -0
  127. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/base_docker_push.md +0 -0
  128. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/dashboard_docker_push.md +0 -0
  129. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/dashboard_s3_plugins.md +0 -0
  130. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/explorer_docker_push.md +0 -0
  131. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/images/dashboard_secret_click.png +0 -0
  132. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/images/serverless_quotas.png +0 -0
  133. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/images/status_showing_S3_path.png +0 -0
  134. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/pypi_release.md +0 -0
  135. {workbench-0.8.185 → workbench-0.8.187}/docs/admin/workbench_docker_for_lambdas.md +0 -0
  136. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/data_source.md +0 -0
  137. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/df_store.md +0 -0
  138. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/endpoint.md +0 -0
  139. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/feature_set.md +0 -0
  140. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/meta.md +0 -0
  141. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/model.md +0 -0
  142. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/monitor.md +0 -0
  143. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/overview.md +0 -0
  144. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/parameter_store.md +0 -0
  145. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/pipelines.md +0 -0
  146. {workbench-0.8.185 → workbench-0.8.187}/docs/api_classes/views.md +0 -0
  147. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/aws_access_management.md +0 -0
  148. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/aws_client_vpn.md +0 -0
  149. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/aws_setup.md +0 -0
  150. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
  151. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/core_stack.md +0 -0
  152. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/dashboard_stack.md +0 -0
  153. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/domain_cert_setup.md +0 -0
  154. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/full_pipeline.md +0 -0
  155. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/iam_assume_role.md +0 -0
  156. {workbench-0.8.185 → workbench-0.8.187}/docs/aws_setup/sso_assume_role.md +0 -0
  157. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/aws_credentials_lock.md +0 -0
  158. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
  159. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/compound_etl.md +0 -0
  160. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/compound_explorer.md +0 -0
  161. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/descriptor_drilldown.md +0 -0
  162. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/eda.md +0 -0
  163. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/feature_importances.md +0 -0
  164. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
  165. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/htg.md +0 -0
  166. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/index.md +0 -0
  167. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/model_monitoring.md +0 -0
  168. {workbench-0.8.185 → workbench-0.8.187}/docs/blogs/residual_analysis.md +0 -0
  169. {workbench-0.8.185 → workbench-0.8.187}/docs/cached/cached_data_source.md +0 -0
  170. {workbench-0.8.185 → workbench-0.8.187}/docs/cached/cached_endpoint.md +0 -0
  171. {workbench-0.8.185 → workbench-0.8.187}/docs/cached/cached_feature_set.md +0 -0
  172. {workbench-0.8.185 → workbench-0.8.187}/docs/cached/cached_meta.md +0 -0
  173. {workbench-0.8.185 → workbench-0.8.187}/docs/cached/cached_model.md +0 -0
  174. {workbench-0.8.185 → workbench-0.8.187}/docs/cached/overview.md +0 -0
  175. {workbench-0.8.185 → workbench-0.8.187}/docs/chem_utils/index.md +0 -0
  176. {workbench-0.8.185 → workbench-0.8.187}/docs/cloudwatch/index.md +0 -0
  177. {workbench-0.8.185 → workbench-0.8.187}/docs/comparisons/workbench_vs_databricks.md +0 -0
  178. {workbench-0.8.185 → workbench-0.8.187}/docs/compound_explorer/tox21.md +0 -0
  179. {workbench-0.8.185 → workbench-0.8.187}/docs/compound_explorer/toxicity_modeling.md +0 -0
  180. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/artifact.md +0 -0
  181. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/athena_source.md +0 -0
  182. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
  183. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/endpoint_core.md +0 -0
  184. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/feature_set_core.md +0 -0
  185. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/model_core.md +0 -0
  186. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/monitor_core.md +0 -0
  187. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/artifacts/overview.md +0 -0
  188. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/overview.md +0 -0
  189. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
  190. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/data_loaders_light.md +0 -0
  191. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/data_to_features.md +0 -0
  192. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/features_to_model.md +0 -0
  193. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
  194. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/overview.md +0 -0
  195. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/pandas_transforms.md +0 -0
  196. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/transforms/transform.md +0 -0
  197. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/views/computation_view.md +0 -0
  198. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/views/display_view.md +0 -0
  199. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/views/inference_view.md +0 -0
  200. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/views/overview.md +0 -0
  201. {workbench-0.8.185 → workbench-0.8.187}/docs/core_classes/views/training_view.md +0 -0
  202. {workbench-0.8.185 → workbench-0.8.187}/docs/data_algorithms/dataframes/overview.md +0 -0
  203. {workbench-0.8.185 → workbench-0.8.187}/docs/data_algorithms/graphs/overview.md +0 -0
  204. {workbench-0.8.185 → workbench-0.8.187}/docs/data_algorithms/overview.md +0 -0
  205. {workbench-0.8.185 → workbench-0.8.187}/docs/data_algorithms/spark/overview.md +0 -0
  206. {workbench-0.8.185 → workbench-0.8.187}/docs/data_algorithms/sql/overview.md +0 -0
  207. {workbench-0.8.185 → workbench-0.8.187}/docs/enterprise/index.md +0 -0
  208. {workbench-0.8.185 → workbench-0.8.187}/docs/enterprise/private_saas.md +0 -0
  209. {workbench-0.8.185 → workbench-0.8.187}/docs/enterprise/project_branding.md +0 -0
  210. {workbench-0.8.185 → workbench-0.8.187}/docs/enterprise/themes.md +0 -0
  211. {workbench-0.8.185 → workbench-0.8.187}/docs/getting_started/index.md +0 -0
  212. {workbench-0.8.185 → workbench-0.8.187}/docs/glue/index.md +0 -0
  213. {workbench-0.8.185 → workbench-0.8.187}/docs/images/big_spider.png +0 -0
  214. {workbench-0.8.185 → workbench-0.8.187}/docs/images/graph_representation.png +0 -0
  215. {workbench-0.8.185 → workbench-0.8.187}/docs/images/powered_aws_dark_blue.png +0 -0
  216. {workbench-0.8.185 → workbench-0.8.187}/docs/images/powered_aws_transparent.png +0 -0
  217. {workbench-0.8.185 → workbench-0.8.187}/docs/images/powered_aws_white.png +0 -0
  218. {workbench-0.8.185 → workbench-0.8.187}/docs/images/powered_aws_with_tm_grey.png +0 -0
  219. {workbench-0.8.185 → workbench-0.8.187}/docs/images/scp.png +0 -0
  220. {workbench-0.8.185 → workbench-0.8.187}/docs/images/scp_labs.png +0 -0
  221. {workbench-0.8.185 → workbench-0.8.187}/docs/images/small_spider.png +0 -0
  222. {workbench-0.8.185 → workbench-0.8.187}/docs/images/workbench_concepts.png +0 -0
  223. {workbench-0.8.185 → workbench-0.8.187}/docs/index.md +0 -0
  224. {workbench-0.8.185 → workbench-0.8.187}/docs/lambda_layer/index.md +0 -0
  225. {workbench-0.8.185 → workbench-0.8.187}/docs/misc/faq.md +0 -0
  226. {workbench-0.8.185 → workbench-0.8.187}/docs/misc/general_info.md +0 -0
  227. {workbench-0.8.185 → workbench-0.8.187}/docs/misc/scp_consulting.md +0 -0
  228. {workbench-0.8.185 → workbench-0.8.187}/docs/misc/workbench_classes_concepts.md +0 -0
  229. {workbench-0.8.185 → workbench-0.8.187}/docs/model_utils/index.md +0 -0
  230. {workbench-0.8.185 → workbench-0.8.187}/docs/plugins/index.md +0 -0
  231. {workbench-0.8.185 → workbench-0.8.187}/docs/presentations/index.md +0 -0
  232. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_106.md +0 -0
  233. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_158.md +0 -0
  234. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_50.md +0 -0
  235. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_55.md +0 -0
  236. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_58.md +0 -0
  237. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_60.md +0 -0
  238. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_71.md +0 -0
  239. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_74.md +0 -0
  240. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/0_8_78.md +0 -0
  241. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_7_8.md +0 -0
  242. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_11.md +0 -0
  243. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_20.md +0 -0
  244. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_22.md +0 -0
  245. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_23.md +0 -0
  246. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_27.md +0 -0
  247. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_29.md +0 -0
  248. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_33.md +0 -0
  249. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_35.md +0 -0
  250. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_36.md +0 -0
  251. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_39.md +0 -0
  252. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_42.md +0 -0
  253. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_46.md +0 -0
  254. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_6.md +0 -0
  255. {workbench-0.8.185 → workbench-0.8.187}/docs/release_notes/archived/0_8_8.md +0 -0
  256. {workbench-0.8.185 → workbench-0.8.187}/docs/repl/index.md +0 -0
  257. {workbench-0.8.185 → workbench-0.8.187}/docs/road_maps/0_9_0.md +0 -0
  258. {workbench-0.8.185 → workbench-0.8.187}/docs/road_maps/0_9_5.md +0 -0
  259. {workbench-0.8.185 → workbench-0.8.187}/docs/themes/details.md +0 -0
  260. {workbench-0.8.185 → workbench-0.8.187}/docs/themes/index.md +0 -0
  261. {workbench-0.8.185 → workbench-0.8.187}/examples/ag-grid/hello_world.py +0 -0
  262. {workbench-0.8.185 → workbench-0.8.187}/examples/chem_utils/tautomerize_smiles.py +0 -0
  263. {workbench-0.8.185 → workbench-0.8.187}/examples/datasource/datasource_from_df.py +0 -0
  264. {workbench-0.8.185 → workbench-0.8.187}/examples/datasource/datasource_from_s3.py +0 -0
  265. {workbench-0.8.185 → workbench-0.8.187}/examples/datasource/datasource_query.py +0 -0
  266. {workbench-0.8.185 → workbench-0.8.187}/examples/datasource/datasource_stats.py +0 -0
  267. {workbench-0.8.185 → workbench-0.8.187}/examples/datasource/datasource_to_featureset.py +0 -0
  268. {workbench-0.8.185 → workbench-0.8.187}/examples/endpoint/endpoint_details.py +0 -0
  269. {workbench-0.8.185 → workbench-0.8.187}/examples/endpoint/endpoint_inference.py +0 -0
  270. {workbench-0.8.185 → workbench-0.8.187}/examples/endpoint/endpoint_metrics.py +0 -0
  271. {workbench-0.8.185 → workbench-0.8.187}/examples/featureset/featureset_eda.py +0 -0
  272. {workbench-0.8.185 → workbench-0.8.187}/examples/featureset/featureset_query.py +0 -0
  273. {workbench-0.8.185 → workbench-0.8.187}/examples/full_ml_pipeline.py +0 -0
  274. {workbench-0.8.185 → workbench-0.8.187}/examples/glue_jobs/glue_example_1.py +0 -0
  275. {workbench-0.8.185 → workbench-0.8.187}/examples/glue_jobs/glue_example_2.py +0 -0
  276. {workbench-0.8.185 → workbench-0.8.187}/examples/glue_jobs/glue_example_3.py +0 -0
  277. {workbench-0.8.185 → workbench-0.8.187}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
  278. {workbench-0.8.185 → workbench-0.8.187}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
  279. {workbench-0.8.185 → workbench-0.8.187}/examples/meta/meta_list_endpoints.py +0 -0
  280. {workbench-0.8.185 → workbench-0.8.187}/examples/meta/meta_list_models.py +0 -0
  281. {workbench-0.8.185 → workbench-0.8.187}/examples/meta/meta_model_metrics.py +0 -0
  282. {workbench-0.8.185 → workbench-0.8.187}/examples/ml_pipelines/list_models.py +0 -0
  283. {workbench-0.8.185 → workbench-0.8.187}/examples/ml_pipelines/wine_classifier.py +0 -0
  284. {workbench-0.8.185 → workbench-0.8.187}/examples/model_utils/model_metrics.py +0 -0
  285. {workbench-0.8.185 → workbench-0.8.187}/examples/model_utils/model_to_endpoint.py +0 -0
  286. {workbench-0.8.185 → workbench-0.8.187}/examples/model_utils/onboard_model.py +0 -0
  287. {workbench-0.8.185 → workbench-0.8.187}/examples/models/custom_model.py +0 -0
  288. {workbench-0.8.185 → workbench-0.8.187}/examples/models/dbscan.py +0 -0
  289. {workbench-0.8.185 → workbench-0.8.187}/examples/models/knn.py +0 -0
  290. {workbench-0.8.185 → workbench-0.8.187}/examples/models/pytorch.py +0 -0
  291. {workbench-0.8.185 → workbench-0.8.187}/examples/models/random_forest.py +0 -0
  292. {workbench-0.8.185 → workbench-0.8.187}/examples/models/smiles_to_md_v1.py +0 -0
  293. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/bayesian_ridge.py +0 -0
  294. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/ensemble_xgb.py +0 -0
  295. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/gaussian_process.py +0 -0
  296. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/mapie.py +0 -0
  297. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/meta_uq.py +0 -0
  298. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/ngboost.py +0 -0
  299. {workbench-0.8.185 → workbench-0.8.187}/examples/models/uq/quant_xgb.py +0 -0
  300. {workbench-0.8.185 → workbench-0.8.187}/examples/monitor/monitor_setup.py +0 -0
  301. {workbench-0.8.185 → workbench-0.8.187}/examples/monitor/monitor_usage.py +0 -0
  302. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/branding/Readme.md +0 -0
  303. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/branding/scp.json +0 -0
  304. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/components/custom_plugin.py +0 -0
  305. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/components/endpoint_plugin.py +0 -0
  306. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/components/endpoint_turbo.py +0 -0
  307. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/components/model_markdown.py +0 -0
  308. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/components/model_plugin.py +0 -0
  309. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
  310. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
  311. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
  312. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/pages/plugin_page_1.py +0 -0
  313. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/pages/plugin_page_2.py +0 -0
  314. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/pages/plugin_page_3.py +0 -0
  315. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/templates/Readme.md +0 -0
  316. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/views/model_plugin_view.py +0 -0
  317. {workbench-0.8.185 → workbench-0.8.187}/examples/plugins/views/my_view_plugin.py +0 -0
  318. {workbench-0.8.185 → workbench-0.8.187}/examples/storage/data_to_data.py +0 -0
  319. {workbench-0.8.185 → workbench-0.8.187}/examples/storage/data_to_features.py +0 -0
  320. {workbench-0.8.185 → workbench-0.8.187}/examples/storage/endpoint_inference.py +0 -0
  321. {workbench-0.8.185 → workbench-0.8.187}/examples/storage/hello_world_pipeline.py +0 -0
  322. {workbench-0.8.185 → workbench-0.8.187}/examples/storage/plugin_page_example.py +0 -0
  323. {workbench-0.8.185 → workbench-0.8.187}/experiments/chem_info/bulk_sims.py +0 -0
  324. {workbench-0.8.185 → workbench-0.8.187}/experiments/chem_info/knn_sims.py +0 -0
  325. {workbench-0.8.185 → workbench-0.8.187}/experiments/chemprop_model.py +0 -0
  326. {workbench-0.8.185 → workbench-0.8.187}/experiments/confidence_roc_curve.py +0 -0
  327. {workbench-0.8.185 → workbench-0.8.187}/experiments/coverage_probability.py +0 -0
  328. {workbench-0.8.185 → workbench-0.8.187}/experiments/log_testing.py +0 -0
  329. {workbench-0.8.185 → workbench-0.8.187}/experiments/mapie_model.py +0 -0
  330. {workbench-0.8.185 → workbench-0.8.187}/experiments/neighbor_outliers.py +0 -0
  331. {workbench-0.8.185 → workbench-0.8.187}/experiments/networkx_id.py +0 -0
  332. {workbench-0.8.185 → workbench-0.8.187}/experiments/prediction_intervals.py +0 -0
  333. {workbench-0.8.185 → workbench-0.8.187}/experiments/pytorch_model.py +0 -0
  334. {workbench-0.8.185 → workbench-0.8.187}/experiments/quantile_regression.py +0 -0
  335. {workbench-0.8.185 → workbench-0.8.187}/experiments/quantile_regression_2.py +0 -0
  336. {workbench-0.8.185 → workbench-0.8.187}/experiments/regression_confidence.py +0 -0
  337. {workbench-0.8.185 → workbench-0.8.187}/experiments/residual_analysis.py +0 -0
  338. {workbench-0.8.185 → workbench-0.8.187}/experiments/rocauc_testing.py +0 -0
  339. {workbench-0.8.185 → workbench-0.8.187}/experiments/scatter_zoom_issue.py +0 -0
  340. {workbench-0.8.185 → workbench-0.8.187}/experiments/sol_pipeline.py +0 -0
  341. {workbench-0.8.185 → workbench-0.8.187}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
  342. {workbench-0.8.185 → workbench-0.8.187}/glue_jobs/example_glue_job.py +0 -0
  343. {workbench-0.8.185 → workbench-0.8.187}/glue_jobs/glue_job_pipeline.py +0 -0
  344. {workbench-0.8.185 → workbench-0.8.187}/glue_jobs/glue_mixed_case.py +0 -0
  345. {workbench-0.8.185 → workbench-0.8.187}/mkdocs.yml +0 -0
  346. {workbench-0.8.185 → workbench-0.8.187}/ml_pipelines/hyper_uq.py +0 -0
  347. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/Readme.md +0 -0
  348. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/inference/Dockerfile +0 -0
  349. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/inference/main.py +0 -0
  350. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/inference/requirements.txt +0 -0
  351. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/inference/serve +0 -0
  352. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/meta_endpoint/Dockerfile +0 -0
  353. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/meta_endpoint/main.py +0 -0
  354. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/meta_endpoint/requirements.txt +0 -0
  355. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/meta_endpoint/serve +0 -0
  356. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
  357. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/ml_pipelines/requirements.txt +0 -0
  358. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_inference/Dockerfile +0 -0
  359. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_inference/main.py +0 -0
  360. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_inference/requirements.txt +0 -0
  361. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_inference/serve +0 -0
  362. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_training/Dockerfile +0 -0
  363. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_training/requirements.txt +0 -0
  364. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
  365. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/scripts/build_deploy.sh +0 -0
  366. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/tests/data/abalone_sm.csv +0 -0
  367. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/tests/example_model_script.py +0 -0
  368. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/tests/run_tests.sh +0 -0
  369. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/tests/test_inference.py +0 -0
  370. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/tests/test_training.py +0 -0
  371. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/training/Dockerfile +0 -0
  372. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/training/requirements.txt +0 -0
  373. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
  374. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/workbench_inference/Dockerfile +0 -0
  375. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/workbench_inference/main.py +0 -0
  376. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/workbench_inference/requirements.txt +0 -0
  377. {workbench-0.8.185 → workbench-0.8.187}/model_docker_images/workbench_inference/serve +0 -0
  378. {workbench-0.8.185 → workbench-0.8.187}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
  379. {workbench-0.8.185 → workbench-0.8.187}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
  380. {workbench-0.8.185 → workbench-0.8.187}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
  381. {workbench-0.8.185 → workbench-0.8.187}/notebooks/Outliers_in_Workbench.ipynb +0 -0
  382. {workbench-0.8.185 → workbench-0.8.187}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
  383. {workbench-0.8.185 → workbench-0.8.187}/notebooks/Residual_Analysis.ipynb +0 -0
  384. {workbench-0.8.185 → workbench-0.8.187}/notebooks/images/athena_query_aqsol.png +0 -0
  385. {workbench-0.8.185 → workbench-0.8.187}/notebooks/images/aws_dashboard_aqsol.png +0 -0
  386. {workbench-0.8.185 → workbench-0.8.187}/notebooks/images/dashboard_aqsol_features.png +0 -0
  387. {workbench-0.8.185 → workbench-0.8.187}/notebooks/images/model_screenshot.png +0 -0
  388. {workbench-0.8.185 → workbench-0.8.187}/notebooks/images/scp_labs.png +0 -0
  389. {workbench-0.8.185 → workbench-0.8.187}/presentations/README.md +0 -0
  390. {workbench-0.8.185 → workbench-0.8.187}/scripts/active_logs.sh +0 -0
  391. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/athena_ddl_mixed_case.py +0 -0
  392. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/check_all_glue_tables.py +0 -0
  393. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/db_scan_test.py +0 -0
  394. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/delete_invalid_views.py +0 -0
  395. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/delete_redis_keys.py +0 -0
  396. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/list_datacatalog.py +0 -0
  397. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/migration/copy_glue_database.py +0 -0
  398. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
  399. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/migration/ds_migrate.py +0 -0
  400. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/migration/endpoint_migrate.py +0 -0
  401. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/migration/fs_migrate.py +0 -0
  402. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/migration/model_migrate.py +0 -0
  403. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/pull_image_digest.py +0 -0
  404. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/redis_reaper.py +0 -0
  405. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/spam_list_tags.py +0 -0
  406. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/storage/convert_training_views.py +0 -0
  407. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
  408. {workbench-0.8.185 → workbench-0.8.187}/scripts/admin/storage/migrate_ds_meta.py +0 -0
  409. {workbench-0.8.185 → workbench-0.8.187}/scripts/ag_table_row_selection.py +0 -0
  410. {workbench-0.8.185 → workbench-0.8.187}/scripts/compare_dataframes.py +0 -0
  411. {workbench-0.8.185 → workbench-0.8.187}/scripts/compare_model_packages.py +0 -0
  412. {workbench-0.8.185 → workbench-0.8.187}/scripts/endpoint_timing.py +0 -0
  413. {workbench-0.8.185 → workbench-0.8.187}/scripts/find_smiles_issues.py +0 -0
  414. {workbench-0.8.185 → workbench-0.8.187}/scripts/get_tags.py +0 -0
  415. {workbench-0.8.185 → workbench-0.8.187}/scripts/instantiation_timings.py +0 -0
  416. {workbench-0.8.185 → workbench-0.8.187}/scripts/llm_deploys/deepseek_deploy.py +0 -0
  417. {workbench-0.8.185 → workbench-0.8.187}/scripts/model_cache_refresh.py +0 -0
  418. {workbench-0.8.185 → workbench-0.8.187}/scripts/model_endpoint_sanity_check.py +0 -0
  419. {workbench-0.8.185 → workbench-0.8.187}/scripts/monitor_event_bridge.py +0 -0
  420. {workbench-0.8.185 → workbench-0.8.187}/scripts/onboard_endpoints.py +0 -0
  421. {workbench-0.8.185 → workbench-0.8.187}/scripts/onboard_models.py +0 -0
  422. {workbench-0.8.185 → workbench-0.8.187}/scripts/pipeline_model_endpoint.py +0 -0
  423. {workbench-0.8.185 → workbench-0.8.187}/scripts/pubchem/pubchem_example.py +0 -0
  424. {workbench-0.8.185 → workbench-0.8.187}/scripts/pubchem/pubchem_query.py +0 -0
  425. {workbench-0.8.185 → workbench-0.8.187}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
  426. {workbench-0.8.185 → workbench-0.8.187}/scripts/sagemaker_feature_group_issue.py +0 -0
  427. {workbench-0.8.185 → workbench-0.8.187}/scripts/seaborn_to_plotly.py +0 -0
  428. {workbench-0.8.185 → workbench-0.8.187}/scripts/storage/dns_data_to_features.py +0 -0
  429. {workbench-0.8.185 → workbench-0.8.187}/scripts/storage/generate_jsonl_data.py +0 -0
  430. {workbench-0.8.185 → workbench-0.8.187}/scripts/test_feature_resolution.py +0 -0
  431. {workbench-0.8.185 → workbench-0.8.187}/scripts/test_feature_set_creation.py +0 -0
  432. {workbench-0.8.185 → workbench-0.8.187}/scripts/test_no_workbench_config.py +0 -0
  433. {workbench-0.8.185 → workbench-0.8.187}/scripts/tox21/test_tox_heuristic.py +0 -0
  434. {workbench-0.8.185 → workbench-0.8.187}/scripts/tox21/tox21_to_df_store.py +0 -0
  435. {workbench-0.8.185 → workbench-0.8.187}/setup.cfg +0 -0
  436. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/__init__.py +0 -0
  437. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/__init__.py +0 -0
  438. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/Readme.md +0 -0
  439. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/__init__.py +0 -0
  440. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
  441. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
  442. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
  443. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
  444. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/proximity.py +0 -0
  445. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
  446. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
  447. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
  448. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
  449. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
  450. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
  451. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/graph/__init__.py +0 -0
  452. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
  453. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/graph/light/Readme.md +0 -0
  454. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/graph/light/__init__.py +0 -0
  455. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
  456. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/spark/Readme.md +0 -0
  457. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/Readme.md +0 -0
  458. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/__init__.py +0 -0
  459. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/column_stats.py +0 -0
  460. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/correlations.py +0 -0
  461. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
  462. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/outliers.py +0 -0
  463. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/sample_rows.py +0 -0
  464. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/algorithms/sql/value_counts.py +0 -0
  465. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/__init__.py +0 -0
  466. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/compound.py +0 -0
  467. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/data_source.py +0 -0
  468. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/df_store.py +0 -0
  469. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/endpoint.py +0 -0
  470. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/feature_set.py +0 -0
  471. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/graph_store.py +0 -0
  472. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/meta.py +0 -0
  473. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/model.py +0 -0
  474. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/monitor.py +0 -0
  475. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/parameter_store.py +0 -0
  476. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/api/pipeline.py +0 -0
  477. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/__init__.py +0 -0
  478. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/cached_data_source.py +0 -0
  479. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/cached_endpoint.py +0 -0
  480. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/cached_feature_set.py +0 -0
  481. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/cached_meta.py +0 -0
  482. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/cached_model.py +0 -0
  483. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/cached/cached_pipeline.py +0 -0
  484. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/__init__.py +0 -0
  485. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/__init__.py +0 -0
  486. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/artifact.py +0 -0
  487. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/athena_source.py +0 -0
  488. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
  489. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/data_capture_core.py +0 -0
  490. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
  491. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/data_source_factory.py +0 -0
  492. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/feature_set_core.py +0 -0
  493. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/artifacts/monitor_core.py +0 -0
  494. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/README.md +0 -0
  495. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
  496. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
  497. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
  498. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
  499. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
  500. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
  501. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
  502. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
  503. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/azure/README.md +0 -0
  504. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
  505. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
  506. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
  507. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/Readme.md +0 -0
  508. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/__init__.py +0 -0
  509. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
  510. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
  511. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
  512. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
  513. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
  514. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
  515. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
  516. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
  517. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
  518. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
  519. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
  520. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
  521. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
  522. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
  523. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
  524. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
  525. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
  526. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
  527. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
  528. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
  529. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
  530. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
  531. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
  532. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
  533. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
  534. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
  535. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
  536. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
  537. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
  538. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
  539. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
  540. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
  541. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
  542. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
  543. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
  544. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
  545. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
  546. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/transforms/transform.py +0 -0
  547. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/__init__.py +0 -0
  548. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/column_subset_view.py +0 -0
  549. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/computation_view.py +0 -0
  550. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/create_view.py +0 -0
  551. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/display_view.py +0 -0
  552. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/inference_view.py +0 -0
  553. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/pandas_to_view.py +0 -0
  554. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/storage/mdq_view.py +0 -0
  555. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/training_view.py +0 -0
  556. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/view.py +0 -0
  557. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/core/views/view_utils.py +0 -0
  558. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
  559. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
  560. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
  561. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
  562. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
  563. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
  564. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
  565. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
  566. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
  567. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
  568. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
  569. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
  570. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
  571. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
  572. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
  573. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
  574. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
  575. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
  576. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
  577. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
  578. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
  579. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
  580. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
  581. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
  582. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
  583. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
  584. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
  585. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
  586. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
  587. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
  588. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
  589. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
  590. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
  591. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/script_generation.py +0 -0
  592. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/uq_models/requirements.txt +0 -0
  593. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
  594. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
  595. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
  596. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/repl/__init__.py +0 -0
  597. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/repl/workbench_shell.py +0 -0
  598. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/resources/open_source_api.key +0 -0
  599. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/resources/signature_verify_pub.pem +0 -0
  600. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
  601. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/glue_launcher.py +0 -0
  602. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
  603. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
  604. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/redis_expire.py +0 -0
  605. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/redis_report.py +0 -0
  606. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/scripts/show_config.py +0 -0
  607. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/dark/base_css.url +0 -0
  608. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/dark/custom.css +0 -0
  609. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/dark/plotly.json +0 -0
  610. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/light/base_css.url +0 -0
  611. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/light/branding.json +0 -0
  612. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/light/custom.css +0 -0
  613. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/light/plotly.json +0 -0
  614. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/midnight_blue/base_css.url +0 -0
  615. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/midnight_blue/branding.json +0 -0
  616. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/midnight_blue/custom.css +0 -0
  617. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/midnight_blue/plotly.json +0 -0
  618. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/quartz/base_css.url +0 -0
  619. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/quartz/custom.css +0 -0
  620. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/quartz/plotly.json +0 -0
  621. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/quartz_dark/base_css.url +0 -0
  622. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/quartz_dark/custom.css +0 -0
  623. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/themes/quartz_dark/plotly.json +0 -0
  624. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/__init__.py +0 -0
  625. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/ai_compound_generator.py +0 -0
  626. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/ai_summary.py +0 -0
  627. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/ai_synth.py +0 -0
  628. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/athena_utils.py +0 -0
  629. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/aws_utils.py +0 -0
  630. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/bulk_utils.py +0 -0
  631. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/cache.py +0 -0
  632. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/__init__.py +0 -0
  633. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
  634. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/misc.py +0 -0
  635. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
  636. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
  637. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
  638. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/projections.py +0 -0
  639. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/salts.py +0 -0
  640. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/sdf.py +0 -0
  641. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/toxicity.py +0 -0
  642. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/chem_utils/vis.py +0 -0
  643. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/cloudwatch_handler.py +0 -0
  644. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/cloudwatch_utils.py +0 -0
  645. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/color_utils.py +0 -0
  646. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/dashboard_metrics.py +0 -0
  647. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/datetime_utils.py +0 -0
  648. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/deprecated_utils.py +0 -0
  649. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/df_to_endpoint.py +0 -0
  650. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/ecs_info.py +0 -0
  651. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/endpoint_metrics.py +0 -0
  652. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/endpoint_utils.py +0 -0
  653. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/extract_model_artifact.py +0 -0
  654. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/glue_utils.py +0 -0
  655. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/graph_utils.py +0 -0
  656. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/ipython_utils.py +0 -0
  657. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/json_utils.py +0 -0
  658. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/lambda_utils.py +0 -0
  659. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/log_utils.py +0 -0
  660. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/markdown_utils.py +0 -0
  661. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/model_utils.py +0 -0
  662. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/monitor_utils.py +0 -0
  663. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/pandas_utils.py +0 -0
  664. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/performance_utils.py +0 -0
  665. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/pipeline_utils.py +0 -0
  666. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/plot_utils.py +0 -0
  667. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/plugin_manager.py +0 -0
  668. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/prox_utils.py +0 -0
  669. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/redis_cache.py +0 -0
  670. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/repl_utils.py +0 -0
  671. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/s3_utils.py +0 -0
  672. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/shap_utils.py +0 -0
  673. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/shapley_values.py +0 -0
  674. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/symbols.py +0 -0
  675. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/test_data_generator.py +0 -0
  676. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/theme_manager.py +0 -0
  677. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/trace_calls.py +0 -0
  678. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/type_abbrev.py +0 -0
  679. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/workbench_cache.py +0 -0
  680. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/workbench_event_bridge.py +0 -0
  681. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/workbench_logging.py +0 -0
  682. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/workbench_sqs.py +0 -0
  683. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/utils/xgboost_model_utils.py +0 -0
  684. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/component_interface.py +0 -0
  685. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
  686. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
  687. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
  688. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
  689. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
  690. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/model_plot.py +0 -0
  691. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugin_interface.py +0 -0
  692. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
  693. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
  694. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
  695. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
  696. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
  697. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
  698. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
  699. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
  700. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
  701. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
  702. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
  703. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
  704. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
  705. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
  706. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
  707. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
  708. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/regression_plot.py +0 -0
  709. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/components/violin_plots.py +0 -0
  710. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
  711. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
  712. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
  713. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/main_page.py +0 -0
  714. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
  715. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/page_view.py +0 -0
  716. {workbench-0.8.185 → workbench-0.8.187}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
  717. {workbench-0.8.185 → workbench-0.8.187}/src/workbench.egg-info/dependency_links.txt +0 -0
  718. {workbench-0.8.185 → workbench-0.8.187}/src/workbench.egg-info/requires.txt +0 -0
  719. {workbench-0.8.185 → workbench-0.8.187}/src/workbench.egg-info/top_level.txt +0 -0
  720. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/100_percent_models.py +0 -0
  721. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_aqsol_artifacts.py +0 -0
  722. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_aqsol_rt_artifacts.py +0 -0
  723. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_aqsol_uq_artifacts.py +0 -0
  724. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_basic_test_artifacts.py +0 -0
  725. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_copy_artifacts.py +0 -0
  726. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_empty_model_group.py +0 -0
  727. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_endpoints_for_timing.py +0 -0
  728. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_graph_artifacts.py +0 -0
  729. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_knn_artifacts.py +0 -0
  730. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_meta_endpoints.py +0 -0
  731. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_pipeline_model.py +0 -0
  732. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_proximity_models.py +0 -0
  733. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_quant_regression_artifacts.py +0 -0
  734. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_realtime_endpoint.py +0 -0
  735. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_training_adjusted_artifacts.py +0 -0
  736. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/create_wine_artifacts.py +0 -0
  737. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/delete_stress_test_artifacts.py +0 -0
  738. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/delete_test_artifacts.py +0 -0
  739. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/hyper_testing.py +0 -0
  740. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/hyper_uq_testing.py +0 -0
  741. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/regression_ensemble.py +0 -0
  742. {workbench-0.8.185 → workbench-0.8.187}/test_artifacts/stress_test_aws.py +0 -0
  743. {workbench-0.8.185 → workbench-0.8.187}/tests/README.md +0 -0
  744. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/data_source_tests.py +0 -0
  745. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/empty_model_group.py +0 -0
  746. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/endpoint_tests.py +0 -0
  747. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
  748. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/featureset_tests.py +0 -0
  749. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/graph_tests.py +0 -0
  750. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/model_metrics_tests.py +0 -0
  751. {workbench-0.8.185 → workbench-0.8.187}/tests/artifacts/model_tests.py +0 -0
  752. {workbench-0.8.185 → workbench-0.8.187}/tests/aws_account/aws_account_clamp_tests.py +0 -0
  753. {workbench-0.8.185 → workbench-0.8.187}/tests/cached/cached_artifact_tests.py +0 -0
  754. {workbench-0.8.185 → workbench-0.8.187}/tests/chem_info/test_tautomerization.py +0 -0
  755. {workbench-0.8.185 → workbench-0.8.187}/tests/corner_cases/end_to_end.py +0 -0
  756. {workbench-0.8.185 → workbench-0.8.187}/tests/df_store/df_store_tests.py +0 -0
  757. {workbench-0.8.185 → workbench-0.8.187}/tests/lambda/decompress_layers.py +0 -0
  758. {workbench-0.8.185 → workbench-0.8.187}/tests/pandas_tests/test_drift.py +0 -0
  759. {workbench-0.8.185 → workbench-0.8.187}/tests/parameter_store/param_store_tests.py +0 -0
  760. {workbench-0.8.185 → workbench-0.8.187}/tests/plugin_tests/crashing_plugin.py +0 -0
  761. {workbench-0.8.185 → workbench-0.8.187}/tests/pytorch/pytorch_hello.py +0 -0
  762. {workbench-0.8.185 → workbench-0.8.187}/tests/requirements-dev.txt +0 -0
  763. {workbench-0.8.185 → workbench-0.8.187}/tests/specific/capital_tests.py +0 -0
  764. {workbench-0.8.185 → workbench-0.8.187}/tests/specific/column_changes.py +0 -0
  765. {workbench-0.8.185 → workbench-0.8.187}/tests/specific/config_manager.py +0 -0
  766. {workbench-0.8.185 → workbench-0.8.187}/tests/specific/deletion_tests.py +0 -0
  767. {workbench-0.8.185 → workbench-0.8.187}/tests/specific/shap_tests.py +0 -0
  768. {workbench-0.8.185 → workbench-0.8.187}/tests/transforms/data_to_data_tests.py +0 -0
  769. {workbench-0.8.185 → workbench-0.8.187}/tests/transforms/data_to_features_tests.py +0 -0
  770. {workbench-0.8.185 → workbench-0.8.187}/tests/transforms/features_to_model_tests.py +0 -0
  771. {workbench-0.8.185 → workbench-0.8.187}/tests/transforms/model_to_endpoint_tests.py +0 -0
  772. {workbench-0.8.185 → workbench-0.8.187}/tests/transforms/pandas_to_data_tests.py +0 -0
  773. {workbench-0.8.185 → workbench-0.8.187}/tests/transforms/pandas_to_features_test.py +0 -0
  774. {workbench-0.8.185 → workbench-0.8.187}/tests/views/view_tests.py +0 -0
  775. {workbench-0.8.185 → workbench-0.8.187}/tests/views/view_tests_complex.py +0 -0
  776. {workbench-0.8.185 → workbench-0.8.187}/tests/web_components/confusion_matrix_test.py +0 -0
  777. {workbench-0.8.185 → workbench-0.8.187}/tests/web_components/correlation_matrix_test.py +0 -0
  778. {workbench-0.8.185 → workbench-0.8.187}/tests/web_components/graph_plot_test.py +0 -0
  779. {workbench-0.8.185 → workbench-0.8.187}/tests/web_components/plugin_interface_test.py +0 -0
  780. {workbench-0.8.185 → workbench-0.8.187}/tests/web_components/scatter_plot_test.py +0 -0
  781. {workbench-0.8.185 → workbench-0.8.187}/ui_testing/assets/custom.css +0 -0
  782. {workbench-0.8.185 → workbench-0.8.187}/ui_testing/table_comparison.py +0 -0
  783. {workbench-0.8.185 → workbench-0.8.187}/ui_testing/theme_switching.py +0 -0
  784. {workbench-0.8.185 → workbench-0.8.187}/ui_testing/theme_switching_2.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workbench
3
- Version: 0.8.185
3
+ Version: 0.8.187
4
4
  Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
5
5
  Author-email: SuperCowPowers LLC <support@supercowpowers.com>
6
6
  License-Expression: MIT
@@ -10,6 +10,7 @@ Classifier: Development Status :: 4 - Beta
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
13
14
  Classifier: Topic :: Scientific/Engineering
14
15
  Requires-Python: >=3.10
15
16
  Description-Content-Type: text/markdown
@@ -244,8 +244,6 @@ class WorkbenchComputeStack(Stack):
244
244
  script_path = message['script_path'] # s3://bucket/path/to/script.py
245
245
  size = message.get('size', 'small')
246
246
  extra_env = message.get('environment', {})
247
- model_outputs = message.get('MODEL_OUTPUTS', [])
248
- endpoint_outputs = message.get('ENDPOINT_OUTPUTS', [])
249
247
 
250
248
  script_name = Path(script_path).stem
251
249
  job_name = f"workbench_{script_name}_{datetime.now():%Y%m%d_%H%M%S}"
@@ -260,14 +258,7 @@ class WorkbenchComputeStack(Stack):
260
258
  *[{'name': k, 'value': v} for k, v in extra_env.items()]
261
259
  ]
262
260
 
263
- # Add MODEL_OUTPUTS as comma-separated list if provided
264
- if model_outputs:
265
- env_vars.append({'name': 'MODEL_OUTPUTS', 'value': ','.join(model_outputs)})
266
-
267
- # Add ENDPOINT_OUTPUTS as comma-separated list if provided
268
- if endpoint_outputs:
269
- env_vars.append({'name': 'ENDPOINT_OUTPUTS', 'value': ','.join(endpoint_outputs)})
270
-
261
+ # Submit Batch job to the queue
271
262
  response = batch.submit_job(
272
263
  jobName=job_name,
273
264
  jobQueue=JOB_QUEUE,
@@ -29,7 +29,7 @@ COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/pytho
29
29
  COPY --from=builder /usr/local/bin /usr/local/bin
30
30
 
31
31
  # Install workbench only
32
- RUN pip install --no-cache-dir workbench==0.8.182
32
+ RUN pip install --no-cache-dir workbench==0.8.186
33
33
 
34
34
  # Add the script runner
35
35
  COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
@@ -19,6 +19,7 @@ classifiers = [
19
19
  "Programming Language :: Python :: 3.10",
20
20
  "Programming Language :: Python :: 3.11",
21
21
  "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
22
23
  "Topic :: Scientific/Engineering",
23
24
  ]
24
25
  authors = [{ name = "SuperCowPowers LLC", email = "support@supercowpowers.com" }]
@@ -92,6 +93,7 @@ workbench_config = "workbench.scripts.show_config:main"
92
93
  glue_launcher = "workbench.scripts.glue_launcher:main"
93
94
  ml_pipeline_batch = "workbench.scripts.ml_pipeline_batch:main"
94
95
  ml_pipeline_sqs = "workbench.scripts.ml_pipeline_sqs:main"
96
+ lambda_launcher = "workbench.scripts.lambda_launcher:main"
95
97
 
96
98
  [tool.pytest.ini_options]
97
99
  addopts = "-v --cov-report term-missing"
@@ -0,0 +1,72 @@
1
+ #!/usr/bin/env python3
2
+ import boto3
3
+ import argparse
4
+ from collections import defaultdict
5
+
6
+ # Workbench Imports
7
+ from workbench.utils.config_manager import ConfigManager
8
+
9
+
10
+ def list_and_delete_data_capture(bucket, preview=True):
11
+ s3 = boto3.client("s3")
12
+ prefix = "endpoints/"
13
+
14
+ # Get all endpoint prefixes
15
+ paginator = s3.get_paginator("list_objects_v2")
16
+ endpoints = set()
17
+
18
+ for page in paginator.paginate(Bucket=bucket, Prefix=prefix, Delimiter="/"):
19
+ for common_prefix in page.get("CommonPrefixes", []):
20
+ endpoint_prefix = common_prefix["Prefix"]
21
+ if endpoint_prefix != prefix:
22
+ endpoints.add(endpoint_prefix)
23
+
24
+ # Count and optionally delete files per endpoint
25
+ counts = defaultdict(int)
26
+ to_delete = []
27
+
28
+ for endpoint_prefix in endpoints:
29
+ data_capture_prefix = f"{endpoint_prefix}data_capture/"
30
+
31
+ for page in paginator.paginate(Bucket=bucket, Prefix=data_capture_prefix):
32
+ for obj in page.get("Contents", []):
33
+ if obj["Key"].endswith(".jsonl"):
34
+ endpoint_name = endpoint_prefix.split("/")[-2]
35
+ counts[endpoint_name] += 1
36
+ to_delete.append(obj["Key"])
37
+
38
+ # Display results
39
+ if counts:
40
+ print(f"\n{'Endpoint':<50} {'Files'}")
41
+ print("-" * 60)
42
+ for endpoint, count in sorted(counts.items()):
43
+ print(f"{endpoint:<50} {count:>6}")
44
+ print("-" * 60)
45
+ print(f"{'TOTAL':<50} {sum(counts.values()):>6}\n")
46
+ else:
47
+ print("No .jsonl files found in data_capture directories")
48
+ return
49
+
50
+ # Delete if not preview mode
51
+ if not preview:
52
+ print("Deleting files...")
53
+ # Delete in batches of 1000
54
+ for i in range(0, len(to_delete), 1000):
55
+ batch = to_delete[i : i + 1000]
56
+ s3.delete_objects(Bucket=bucket, Delete={"Objects": [{"Key": k} for k in batch]})
57
+ print(f"Deleted {len(to_delete)} files")
58
+ else:
59
+ print("PREVIEW MODE - no files deleted")
60
+
61
+
62
+ if __name__ == "__main__":
63
+ parser = argparse.ArgumentParser(description="Remove data capture files from SageMaker endpoints")
64
+ parser.add_argument("--delete", action="store_true", help="Actually delete files (default is preview)")
65
+ args = parser.parse_args()
66
+
67
+ # Get the default S3 bucket from Workbench config
68
+ config = ConfigManager()
69
+ bucket = config.get_config("WORKBENCH_BUCKET")
70
+ print(f"Using S3 bucket: {bucket}")
71
+
72
+ list_and_delete_data_capture(bucket, preview=not args.delete)
@@ -993,9 +993,9 @@ class EndpointCore(Artifact):
993
993
  self.upsert_workbench_meta({"workbench_input": input})
994
994
 
995
995
  def delete(self):
996
- """ "Delete an existing Endpoint: Underlying Models, Configuration, and Endpoint"""
996
+ """Delete an existing Endpoint: Underlying Models, Configuration, and Endpoint"""
997
997
  if not self.exists():
998
- self.log.warning(f"Trying to delete an Model that doesn't exist: {self.name}")
998
+ self.log.warning(f"Trying to delete an Endpoint that doesn't exist: {self.name}")
999
999
 
1000
1000
  # Remove this endpoint from the list of registered endpoints
1001
1001
  self.log.info(f"Removing {self.name} from the list of registered endpoints...")
@@ -899,7 +899,7 @@ class ModelCore(Artifact):
899
899
  def delete(self):
900
900
  """Delete the Model Packages and the Model Group"""
901
901
  if not self.exists():
902
- self.log.warning(f"Trying to delete an Model that doesn't exist: {self.name}")
902
+ self.log.warning(f"Trying to delete a Model that doesn't exist: {self.name}")
903
903
 
904
904
  # Call the Class Method to delete the Model Group
905
905
  ModelCore.managed_delete(model_group_name=self.name)
@@ -19,7 +19,7 @@ from typing import List, Tuple
19
19
  # Template Placeholders
20
20
  TEMPLATE_PARAMS = {
21
21
  "target": "udm_asy_res_free_percent",
22
- "features": ['naromatom', 'minabspartialcharge', 'bcut2d_mrhi', 'smr_vsa10', 'vsa_estate2', 'minpartialcharge', 'xpc_5d', 'sps', 'xc_3dv', 'smr_vsa7', 'bcut2d_logplow', 'mollogp', 'vsa_estate1', 'num_s_centers', 'vsa_estate4', 'peoe_vsa13', 'fr_nh2', 'bertzct', 'estate_vsa4', 'vsa_estate9', 'smr_vsa3', 'fr_nh1', 'molwt', 'estate_vsa5', 'slogp_vsa5', 'maxpartialcharge', 'estate_vsa1', 'fr_hoccn', 'xc_5d', 'nbase', 'chi1v', 'peoe_vsa10', 'tpsa', 'vsa_estate3', 'chi2v', 'estate_vsa8', 'numheteroatoms', 'estate_vsa2', 'peoe_vsa1', 'labuteasa', 'axp_4d', 'xch_7dv', 'chi0n', 'num_r_centers', 'vsa_estate8', 'minabsestateindex', 'bcut2d_chglo', 'bcut2d_mwhi', 'fr_nh0', 'chi4n', 'estate_vsa9', 'smr_vsa5', 'peoe_vsa2', 'peoe_vsa7', 'peoe_vsa9', 'kappa3', 'slogp_vsa3', 'fr_arn', 'estate_vsa3', 'avgipc', 'axp_5d', 'xpc_6d', 'c2sp2', 'peoe_vsa5', 'vsa_estate5', 'balabanj', 'maxabspartialcharge', 'fr_aniline', 'fr_piperdine', 'vsa_estate6', 'bcut2d_mwlow', 'numsaturatedheterocycles', 'vsa_estate10', 'smr_vsa1', 'estate_vsa6', 'smr_vsa6', 'fpdensitymorgan1', 'peoe_vsa3', 'peoe_vsa8', 'smr_vsa9', 'slogp_vsa2', 'nocount', 'fpdensitymorgan3', 'axp_6d', 'bcut2d_mrlow', 'bcut2d_logphi', 'axp_4dv', 'fpdensitymorgan2', 'mp', 'xp_5d', 'fr_nhpyrrole', 'mz', 'mv', 'vsa_estate7', 'axp_7dv', 'mi', 'c1sp2', 'xpc_6dv', 'slogp_vsa10', 'xp_7d', 'axp_3dv', 'peoe_vsa4', 'peoe_vsa6', 'axp_2dv', 'xch_5dv', 'qed', 'estate_vsa7', 'numaromaticrings', 'chi1n', 'axp_0d', 'axp_6dv', 'numrotatablebonds', 'hallkieralpha', 'c1sp3', 'xc_4dv', 'kappa2', 'bcut2d_chghi', 'xch_7d', 'axp_0dv', 'slogp_vsa7', 'axp_7d', 'minestateindex', 'axp_2d', 'axp_1d', 'chi0', 'fractioncsp3', 'slogp_vsa6', 'axp_1dv', 'chi2n', 'xp_6dv', 'maxestateindex', 'xpc_4d', 'numaliphaticheterocycles', 'chi1', 'phi', 'chi3n', 'xc_4d', 'xc_3d', 'peoe_vsa12', 'xp_6d', 'chi3v', 'axp_3d', 'axp_5dv', 'fr_benzene', 'slogp_vsa4', 'fr_pyridine', 'fr_aryl_methyl', 'xp_5dv', 'c3sp3', 'xp_7dv', 'slogp_vsa1', 'peoe_vsa11', 'mse', 'xc_5dv', 'xpc_5dv', 'xc_6dv', 'xp_0dv', 'xch_5d', 'c3sp2', 'numatomstereocenters', 'numhacceptors', 'fr_imidazole', 'numsaturatedrings', 'xpc_4dv', 'chi0v', 'numheterocycles', 'xch_6dv', 'estate_vsa10', 'chi4v', 'mare', 'numhdonors', 'xch_6d', 'xp_4d', 'fr_ar_n', 'numunspecifiedatomstereocenters', 'numspiroatoms', 'xch_4dv', 'fr_morpholine', 'fr_methoxy', 'mm', 'fr_piperzine'],
22
+ "features": ['naromatom', 'fr_nh2', 'mollogp', 'numheterocycles', 'bcut2d_mrhi', 'numaromaticrings', 'smr_vsa7', 'peoe_vsa4', 'slogp_vsa6', 'peoe_vsa8', 'vsa_estate3', 'maxabspartialcharge', 'fr_arn', 'bcut2d_logplow', 'chi1v', 'axp_6d', 'bcut2d_chglo', 'balabanj', 'slogp_vsa10', 'hallkieralpha', 'vsa_estate6', 'fpdensitymorgan1', 'sps', 'qed', 'peoe_vsa7', 'maxestateindex', 'estate_vsa8', 'vsa_estate9', 'fr_nhpyrrole', 'mz', 'mp', 'bcut2d_mwhi', 'peoe_vsa13', 'c2sp2', 'numrotatablebonds', 'kappa3', 'peoe_vsa1', 'slogp_vsa2', 'xc_5dv', 'bertzct', 'estate_vsa10', 'axp_0d', 'estate_vsa2', 'xc_4d', 'smr_vsa1', 'phi', 'estate_vsa3', 'vsa_estate2', 'mv', 'estate_vsa4', 'mm', 'fr_nh1', 'slogp_vsa7', 'chi4n', 'estate_vsa6', 'fpdensitymorgan2', 'molmr', 'mse', 'bcut2d_mwlow', 'bcut2d_mrlow', 'chi2v', 'minestateindex', 'xpc_4dv', 'fr_nh0', 'axp_2d', 'vsa_estate8', 'nhohcount', 'smr_vsa6', 'peoe_vsa9', 'smr_vsa5', 'num_r_centers', 'xpc_6dv', 'xc_3d', 'slogp_vsa5', 'axp_7dv', 'minabsestateindex', 'xc_5d', 'vsa_estate10', 'fr_hoccn', 'smr_vsa3', 'vsa_estate1', 'axp_5d', 'num_s_centers', 'axp_1d', 'estate_vsa1', 'fpdensitymorgan3', 'axp_5dv', 'chi3n', 'peoe_vsa6', 'labuteasa', 'chi2n', 'xc_6d', 'xp_7d', 'tpsa', 'xpc_4d', 'avgipc', 'xp_5d', 'vsa_estate5', 'xch_7d', 'xch_5d', 'axp_4dv', 'nbase', 'xc_3dv', 'kappa2', 'axp_3d', 'c1sp3', 'numhacceptors', 'bcut2d_logphi', 'smr_vsa10', 'fr_piperzine', 'peoe_vsa11', 'axp_6dv', 'peoe_vsa10', 'estate_vsa9', 'bcut2d_chghi', 'xp_6d', 'xch_6dv', 'chi0', 'vsa_estate7', 'mi', 'xpc_5d', 'fractioncsp3', 'xp_0dv', 'kappa1', 'minpartialcharge', 'xp_6dv', 'peoe_vsa2', 'chi3v', 'axp_0dv', 'mare', 'xch_5dv', 'vsa_estate4', 'xp_4dv', 'estate_vsa7', 'xp_3d', 'numaliphaticheterocycles', 'chi1', 'xp_3dv', 'fr_ether', 'xch_6d', 'peoe_vsa12', 'xch_7dv', 'axp_1dv', 'axp_7d', 'fr_ndealkylation2', 'smr_vsa9', 'axp_2dv', 'estate_vsa5', 'mpe', 'molwt', 'xch_4d', 'axp_3dv', 'xp_5dv', 'chi4v', 'heavyatommolwt', 'fr_al_oh', 'xpc_5dv', 'xpc_6d', 'maxpartialcharge', 'numatomstereocenters', 'peoe_vsa3', 'fr_aniline', 'minabspartialcharge', 'c3sp3', 'slogp_vsa1', 'exactmolwt', 'chi1n', 'xp_7dv', 'chi0n', 'xp_2d', 'xch_4dv', 'fr_bicyclic', 'xc_4dv', 'axp_4d', 'slogp_vsa4', 'fr_benzene', 'numaromaticheterocycles', 'fr_aryl_methyl', 'fr_pyridine', 'fr_imine', 'chi0v', 'slogp_vsa12'],
23
23
  "compressed_features": [],
24
24
  "train_all_data": True,
25
25
  "hyperparameters": {},
@@ -466,7 +466,7 @@ def predict_fn(df, models) -> pd.DataFrame:
466
466
  df["q_50"] = df["prediction"]
467
467
 
468
468
  # Calculate a pseudo-standard deviation from the 68% interval width
469
- df["prediction_std"] = (df["q_84"] - df["q_16"]) / 2.0
469
+ df["prediction_std"] = (df["q_84"] - df["q_16"]).abs() / 2.0
470
470
 
471
471
  # Reorder the quantile columns for easier reading
472
472
  quantile_cols = ["q_025", "q_05", "q_10", "q_16", "q_25", "q_75", "q_84", "q_90", "q_95", "q_975"]
@@ -466,7 +466,7 @@ def predict_fn(df, models) -> pd.DataFrame:
466
466
  df["q_50"] = df["prediction"]
467
467
 
468
468
  # Calculate a pseudo-standard deviation from the 68% interval width
469
- df["prediction_std"] = (df["q_84"] - df["q_16"]) / 2.0
469
+ df["prediction_std"] = (df["q_84"] - df["q_16"]).abs() / 2.0
470
470
 
471
471
  # Reorder the quantile columns for easier reading
472
472
  quantile_cols = ["q_025", "q_05", "q_10", "q_16", "q_25", "q_75", "q_84", "q_90", "q_95", "q_975"]
@@ -0,0 +1,39 @@
1
+ import sys
2
+ import os
3
+ import importlib.util
4
+
5
+
6
+ def main():
7
+ if len(sys.argv) != 2:
8
+ print("Usage: lambda_launcher <handler_module_name>")
9
+ sys.exit(1)
10
+
11
+ handler_file = sys.argv[1]
12
+
13
+ # Add .py if not present
14
+ if not handler_file.endswith(".py"):
15
+ handler_file += ".py"
16
+
17
+ # Check if file exists
18
+ if not os.path.exists(handler_file):
19
+ print(f"Error: File '{handler_file}' not found")
20
+ sys.exit(1)
21
+
22
+ # Load the module dynamically
23
+ spec = importlib.util.spec_from_file_location("lambda_module", handler_file)
24
+ lambda_module = importlib.util.module_from_spec(spec)
25
+ spec.loader.exec_module(lambda_module)
26
+
27
+ # Call the lambda_handler
28
+ print(f"Invoking lambda_handler from {handler_file}...")
29
+ print("-" * 50)
30
+
31
+ result = lambda_module.lambda_handler({}, {})
32
+
33
+ print("-" * 50)
34
+ print("Result:")
35
+ print(result)
36
+
37
+
38
+ if __name__ == "__main__":
39
+ main()
@@ -13,14 +13,21 @@ cm = ConfigManager()
13
13
  workbench_bucket = cm.get_config("WORKBENCH_BUCKET")
14
14
 
15
15
 
16
- def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False, recreate: bool = False) -> None:
16
+ def submit_to_sqs(
17
+ script_path: str, size: str = "small", realtime: bool = False, dt: bool = False, promote: bool = False
18
+ ) -> None:
17
19
  """
18
20
  Upload script to S3 and submit message to SQS queue for processing.
21
+
19
22
  Args:
20
23
  script_path: Local path to the ML pipeline script
21
24
  size: Job size tier - "small" (default), "medium", or "large"
22
- realtime: If True, sets serverless=False for real-time processing (default: False, meaning serverless=True)
23
- recreate: If True, sets RECREATE=True in environment (default: False)
25
+ realtime: If True, sets serverless=False for real-time processing (default: False)
26
+ dt: If True, sets DT=True in environment (default: False)
27
+ promote: If True, sets PROMOTE=True in environment (default: False)
28
+
29
+ Raises:
30
+ ValueError: If size is invalid or script file not found
24
31
  """
25
32
  print(f"\n{'=' * 60}")
26
33
  print("🚀 SUBMITTING ML PIPELINE JOB")
@@ -36,7 +43,8 @@ def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False,
36
43
  print(f"📄 Script: {script_file.name}")
37
44
  print(f"📏 Size tier: {size}")
38
45
  print(f"⚡ Mode: {'Real-time' if realtime else 'Serverless'} (serverless={'False' if realtime else 'True'})")
39
- print(f"🔄 Recreate: {recreate}")
46
+ print(f"🔄 DynamicTraining: {dt}")
47
+ print(f"🆕 Promote: {promote}")
40
48
  print(f"🪣 Bucket: {workbench_bucket}")
41
49
  sqs = AWSAccountClamp().boto3_session.client("sqs")
42
50
  script_name = script_file.name
@@ -94,14 +102,15 @@ def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False,
94
102
  message = {"script_path": s3_path, "size": size}
95
103
 
96
104
  # Set environment variables
97
- message["environment"] = {"SERVERLESS": "False" if realtime else "True"}
98
- if recreate:
99
- message["environment"]["RECREATE"] = "True"
100
-
101
- print("\n📨 Sending message to SQS...")
105
+ message["environment"] = {
106
+ "SERVERLESS": "False" if realtime else "True",
107
+ "DT": str(dt),
108
+ "PROMOTE": str(promote),
109
+ }
102
110
 
103
111
  # Send the message to SQS
104
112
  try:
113
+ print("\n📨 Sending message to SQS...")
105
114
  response = sqs.send_message(
106
115
  QueueUrl=queue_url,
107
116
  MessageBody=json.dumps(message, indent=2),
@@ -121,7 +130,8 @@ def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False,
121
130
  print(f"📄 Script: {script_name}")
122
131
  print(f"📏 Size: {size}")
123
132
  print(f"⚡ Mode: {'Real-time' if realtime else 'Serverless'} (SERVERLESS={'False' if realtime else 'True'})")
124
- print(f"🔄 Recreate: {recreate}")
133
+ print(f"🔄 DynamicTraining: {dt}")
134
+ print(f"🆕 Promote: {promote}")
125
135
  print(f"🆔 Message ID: {message_id}")
126
136
  print("\n🔍 MONITORING LOCATIONS:")
127
137
  print(f" • SQS Queue: AWS Console → SQS → {queue_name}")
@@ -144,13 +154,18 @@ def main():
144
154
  help="Create realtime endpoints (default is serverless)",
145
155
  )
146
156
  parser.add_argument(
147
- "--recreate",
157
+ "--dt",
158
+ action="store_true",
159
+ help="Set DT=True (models and endpoints will have '-dt' suffix)",
160
+ )
161
+ parser.add_argument(
162
+ "--promote",
148
163
  action="store_true",
149
- help="Set RECREATE=True (will force recreation of resources)",
164
+ help="Set Promote=True (models and endpoints will use promoted naming",
150
165
  )
151
166
  args = parser.parse_args()
152
167
  try:
153
- submit_to_sqs(args.script_file, args.size, realtime=args.realtime, recreate=args.recreate)
168
+ submit_to_sqs(args.script_file, args.size, realtime=args.realtime, dt=args.dt, promote=args.promote)
154
169
  except Exception as e:
155
170
  print(f"\n❌ ERROR: {e}")
156
171
  log.error(f"Error: {e}")
@@ -4,16 +4,13 @@ import os
4
4
  import sys
5
5
  import platform
6
6
  import logging
7
- import importlib.resources as resources # noqa: F401 Python 3.9 compatibility
8
7
  from typing import Any, Dict
8
+ from importlib.resources import files, as_file
9
9
 
10
10
  # Workbench imports
11
11
  from workbench.utils.license_manager import LicenseManager
12
12
  from workbench_bridges.utils.execution_environment import running_as_service
13
13
 
14
- # Python 3.9 compatibility
15
- from workbench.utils.resource_utils import get_resource_path
16
-
17
14
 
18
15
  class FatalConfigError(Exception):
19
16
  """Exception raised for errors in the configuration."""
@@ -172,8 +169,7 @@ class ConfigManager:
172
169
  Returns:
173
170
  str: The open source API key.
174
171
  """
175
- # Python 3.9 compatibility
176
- with get_resource_path("workbench.resources", "open_source_api.key") as open_source_key_path:
172
+ with as_file(files("workbench.resources").joinpath("open_source_api.key")) as open_source_key_path:
177
173
  with open(open_source_key_path, "r") as key_file:
178
174
  return key_file.read().strip()
179
175
 
@@ -6,15 +6,12 @@ import json
6
6
  import logging
7
7
  import requests
8
8
  from typing import Union
9
- import importlib.resources as resources # noqa: F401 Python 3.9 compatibility
10
9
  from datetime import datetime
11
10
  from cryptography.hazmat.primitives import hashes
12
11
  from cryptography.hazmat.primitives.asymmetric import padding
13
12
  from cryptography.hazmat.primitives import serialization
14
13
  from cryptography.hazmat.backends import default_backend
15
-
16
- # Python 3.9 compatibility
17
- from workbench.utils.resource_utils import get_resource_path
14
+ from importlib.resources import files, as_file
18
15
 
19
16
 
20
17
  class FatalLicenseError(Exception):
@@ -140,8 +137,7 @@ class LicenseManager:
140
137
  Returns:
141
138
  The public key as an object.
142
139
  """
143
- # Python 3.9 compatibility
144
- with get_resource_path("workbench.resources", "signature_verify_pub.pem") as public_key_path:
140
+ with as_file(files("workbench.resources").joinpath("signature_verify_pub.pem")) as public_key_path:
145
141
  with open(public_key_path, "rb") as key_file:
146
142
  public_key_data = key_file.read()
147
143
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workbench
3
- Version: 0.8.185
3
+ Version: 0.8.187
4
4
  Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
5
5
  Author-email: SuperCowPowers LLC <support@supercowpowers.com>
6
6
  License-Expression: MIT
@@ -10,6 +10,7 @@ Classifier: Development Status :: 4 - Beta
10
10
  Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
13
14
  Classifier: Topic :: Scientific/Engineering
14
15
  Requires-Python: >=3.10
15
16
  Description-Content-Type: text/markdown
@@ -377,6 +377,7 @@ scripts/active_logs.sh
377
377
  scripts/ag_table_row_selection.py
378
378
  scripts/compare_dataframes.py
379
379
  scripts/compare_model_packages.py
380
+ scripts/delete_data_capture.py
380
381
  scripts/endpoint_timing.py
381
382
  scripts/find_smiles_issues.py
382
383
  scripts/get_tags.py
@@ -594,6 +595,7 @@ src/workbench/resources/open_source_api.key
594
595
  src/workbench/resources/signature_verify_pub.pem
595
596
  src/workbench/scripts/check_double_bond_stereo.py
596
597
  src/workbench/scripts/glue_launcher.py
598
+ src/workbench/scripts/lambda_launcher.py
597
599
  src/workbench/scripts/ml_pipeline_batch.py
598
600
  src/workbench/scripts/ml_pipeline_sqs.py
599
601
  src/workbench/scripts/monitor_cloud_watch.py
@@ -655,7 +657,6 @@ src/workbench/utils/plugin_manager.py
655
657
  src/workbench/utils/prox_utils.py
656
658
  src/workbench/utils/redis_cache.py
657
659
  src/workbench/utils/repl_utils.py
658
- src/workbench/utils/resource_utils.py
659
660
  src/workbench/utils/s3_utils.py
660
661
  src/workbench/utils/shap_utils.py
661
662
  src/workbench/utils/shapley_values.py
@@ -1,6 +1,7 @@
1
1
  [console_scripts]
2
2
  cloud_watch = workbench.scripts.monitor_cloud_watch:main
3
3
  glue_launcher = workbench.scripts.glue_launcher:main
4
+ lambda_launcher = workbench.scripts.lambda_launcher:main
4
5
  ml_pipeline_batch = workbench.scripts.ml_pipeline_batch:main
5
6
  ml_pipeline_sqs = workbench.scripts.ml_pipeline_sqs:main
6
7
  workbench = workbench.repl.workbench_shell:launch_shell
@@ -1,6 +1,6 @@
1
1
  [tox]
2
2
  requires = tox>=4.24.0
3
- env_list = lint, py312
3
+ env_list = lint, py313
4
4
 
5
5
  [testenv]
6
6
  description = Run unit tests
@@ -21,11 +21,6 @@ description = Run tests with verbose logging
21
21
  deps = {[testenv]deps}
22
22
  commands = pytest --assert=plain -x -m "not long" -s {posargs:tests}
23
23
 
24
- [testenv:py39]
25
- description = Run tests with Python 3.9
26
- basepython = python3.9
27
- deps = {[testenv]deps}
28
-
29
24
  [testenv:py310]
30
25
  description = Run tests with Python 3.10
31
26
  basepython = python3.10
@@ -41,6 +36,16 @@ description = Run tests with Python 3.12
41
36
  basepython = python3.12
42
37
  deps = {[testenv]deps}
43
38
 
39
+ [testenv:py313]
40
+ description = Run tests with Python 3.13
41
+ basepython = python3.13
42
+ deps = {[testenv]deps}
43
+
44
+ [testenv:py314]
45
+ description = Run tests with Python 3.14
46
+ basepython = python3.14
47
+ deps = {[testenv]deps}
48
+
44
49
  [testenv:long]
45
50
  description = Run long-duration tests
46
51
  setenv = WORKBENCH_DEBUG = True
@@ -65,4 +70,4 @@ commands = black --line-length=120 {posargs:.}
65
70
  [testenv:all]
66
71
  description = Run all environments
67
72
  deps = tox>=4
68
- commands = tox -e lint -e py310 -e py311 -e py312 -e long
73
+ commands = tox -e lint -e py310 -e py311 -e py312 -e py313 -e long
@@ -1,39 +0,0 @@
1
- """Resource utilities for Workbench"""
2
-
3
- import sys
4
- import importlib.resources as resources
5
- import pathlib
6
- import pkg_resources
7
-
8
-
9
- def get_resource_path(package: str, resource: str) -> pathlib.Path:
10
- """Get the path to a resource file, compatible with Python 3.9 and higher.
11
-
12
- Args:
13
- package (str): The package where the resource is located.
14
- resource (str): The name of the resource file.
15
-
16
- Returns:
17
- pathlib.Path: The path to the resource file.
18
- """
19
- if sys.version_info >= (3, 10):
20
- # Python 3.10 and higher: use importlib.resources.path
21
- with resources.path(package, resource) as path:
22
- return path
23
- else:
24
- # Python 3.9 and lower: manually construct the path based on package location
25
- # Get the location of the installed package
26
- package_location = pathlib.Path(pkg_resources.get_distribution(package.split(".")[0]).location)
27
- resource_path = package_location / package.replace(".", "/") / resource
28
-
29
- if resource_path.exists():
30
- return resource_path
31
- else:
32
- raise FileNotFoundError(f"Resource '{resource}' not found in package '{package}'.")
33
-
34
-
35
- if __name__ == "__main__":
36
- # Test the resource utilities
37
- with get_resource_path("workbench.resources", "open_source_api.key") as open_source_key_path:
38
- with open(open_source_key_path, "r") as key_file:
39
- print(key_file.read().strip())
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes