codeflare-sdk
codeflare-sdk copied to clipboard
An intuitive, easy-to-use python interface for batch resource requesting, access, job submission, and observation. Simplifying the developer's life while enabling access to high-performance compute re...
# Issue link Related Jira: https://issues.redhat.com/browse/RHOAIENG-14201 Jira: https://issues.redhat.com/browse/RHOAIENG-14203 # What changes have been made With this change, we can dispatch the notebooks sync workflow by also providing the specific python...
Bumps the requirements-txt group with 3 updates in the /demo-notebooks/guided-demos directory: [pytorch-lightning](https://github.com/Lightning-AI/lightning), [torchmetrics](https://github.com/Lightning-AI/torchmetrics) and [torchvision](https://github.com/pytorch/vision). Bumps the requirements-txt group with 3 updates in the /tests/e2e directory: [pytorch-lightning](https://github.com/Lightning-AI/lightning), [torchmetrics](https://github.com/Lightning-AI/torchmetrics) and [torchvision](https://github.com/pytorch/vision)....
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.17 to 2.9.2. Release notes Sourced from pydantic's releases. v2.9.2 (2024-09-17) What's Changed Fixes Do not error when trying to evaluate annotations of private attributes by @Viicos...
# Issue link Closes: [RHOAIENG-10385](https://issues.redhat.com/browse/RHOAIENG-10385) and [RHOAIENG-8846](https://issues.redhat.com/browse/RHOAIENG-8846) # What changes have been made * Removed [base_template.yaml](https://github.com/project-codeflare/codeflare-sdk/blob/main/src/codeflare_sdk/templates/base-template.yaml) * Removed [generate_yaml.py](https://github.com/project-codeflare/codeflare-sdk/blob/main/src/codeflare_sdk/utils/generate_yaml.py) in favour of build_ray_cluster.py * Added V1RayCluster API * Removed [unneeded...
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.4.7 to 3.6.8. Release notes Sourced from jupyterlab's releases. v3.6.8 3.6.8 (Full Changelog) Bugs fixed Fix workspaces loading #15842 (@krassowski) Maintenance and upkeep improvements Run Python tests...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.41. Release notes Sourced from gitpython's releases. 3.1.41 - fix Windows security issue The details about the Windows security issue can be found in this...
Bumps [ipython](https://github.com/ipython/ipython) from 8.5.0 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...
Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.2 to 8.1.5. Release notes Sourced from ipywidgets's releases. 8.1.5 What's Changed More Phosphor backward compatibility by @martinRenou in jupyter-widgets/ipywidgets#3942 Full Changelog: https://github.com/jupyter-widgets/ipywidgets/compare/8.1.4...8.1.5 8.1.4 What's Changed New...
# What changes have been made I was running into some issues testing locally without specifying a namespace. I realized we could default early and make the error much clearer...