Ray

Latest version: v2.44.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 18

2.35.0

Not secure
**Notice**: Starting from this release, `pip install ray[all]` will not include `ray[cpp]`, and will not install the respective `ray-cpp` package. To install everything that includes `ray-cpp`, one can use `pip install ray[cpp-all]` instead.

Ray Libraries<a id="ray-libraries"></a>

Ray Data<a id="ray-data"></a>
πŸŽ‰ New Features:
- Upgrade supported Arrow version from 16 to 17 (47034)
- Add support for reading from Iceberg (46889)

πŸ’« Enhancements:
- Various Progress Bar UX improvements (46816, 46801, 46826, 46692, 46699, 46974, 46928, 47029, 46924, 47120, 47095, 47106)
- Try get `size_bytes` from metadata and consolidate metadata methods (46862)
- Improve warning message when read task is large (46942)
- Extend API to enable passing sample weights via ray.dataset.to_tf (45701)
- Add a parameter to allow overriding LanceDB scanner options (46975)
- Add failure retry logic for read_lance (46976)
- Clarify warning for reading old Parquet data (47049)
- Move datasource implementations to `_internal` subpackage (46825)
- Handle logs from tensor extensions (46943)

πŸ”¨ Fixes:
- Change type of `DataContext.retried_io_errors` from tuple to list (46884)
- Make Parquet tests more robust and expose Parquet logic (46944)
- Change pickling log level from warning to debug (47032)
- Add validation for shuffle arg (47055)
- Fix validation bug when size=0 in ActorPoolStrategy (47072)
- Fix exception in async map (47110)
- Fix wrong metrics group for `Object Store Memory` metrics on Ray Data Dashboard (47170)
- Handle errors in SplitCoordinator when generating a new epoch (47176)

πŸ“– Documentation:
- Auto-gen GroupedData api (46925)
- Fix signature of `Rule.plan` (47094)

Ray Train<a id="ray-train"></a>
πŸ’« Enhancements:
- [train] Updates to support xgboost==2.1.0 (46667)
- [train] Add hardware stats (46719)

Ray Tune<a id="ray-tune"></a>
πŸ”¨ Fixes:
- [RLlib; Tune] Fix WandB metric overlap after restore from checkpoint. (46897)

Ray Serve<a id="ray-serve"></a>
πŸ’« Enhancements:
- Improved handling of replica death and replica unavailability in deployment handle routers before controller restarts replica (47008)
- Eagerly create routers in proxy for better GCS fault tolerance (47031)
- Immediately send ping in router when receiving new replica set (47053)

πŸ— Architecture refactoring:
- Deprecate passing arguments that contain `DeploymentResponses` in nested objects to downstream deployment handle calls (46806)

RLlib<a id="rllib"></a>

πŸŽ‰ New Features:
- Offline RL on the new API stack:
- Record offline data (46818, 47046, 47133, 47155) and support to directly read from episodes. (46865)
- RLUnplugged example. (46792)
- Progress on BC/MARWIL migration: 44970, 47154, 46799
- Progress on CQL migration: 46969, 47105

πŸ’« Enhancements:
- Add ObservationPreprocessor (ConnectorV2). (47077)

πŸ”¨ Fixes:
- New API stack: Fix IMPALA/APPO + LSTM for single- and multi-GPU. (47132, 47158)
- Various bug fixes: 46898, 47047, 46963, 47021, 46897
- Add more control to Algorithm.add_module/policy methods. (46932, 46836)

πŸ“– Documentation:
- Example scripts for new API stack:
- Curiosity (inverse dynamics model-based) RLModule example. (46841)
- Add example script for Env with protobuf observation space. (47071)
- New API stack documentation:
- Cleanup old API stack docs (rllib-dev.rst). (47172)
- Episodes (SingleAgentEpisode). (46985)
- Redo rllib-algorithms.rst page. (46916)

πŸ— Architecture refactoring:
- Rename MultiAgent...RLModule... into MultiRL...Module for more generality. (46840)
- Add learner_only flag to RLModuleConfig/Spec and simplify creation of RLModule specs from algo-config. (46900)

Ray Core<a id="ray-core"></a>
πŸ’« Enhancements:
- Emit total lineage bytes metrics (46725)
- Adding accelerator type H100 (46823)
- More structured logging in core worker (46906)
- Change all callbacks to move to save copies. (46971)
- Add ray[adag] option to pip install (47009)

πŸ”¨ Fixes:
- Fix dashboard process reporting on windows (45578)
- Fix Ray-on-Spark cluster crashing bug when user cancels cell execution (46899)
- Fix PinExistingReturnObject segfault by passing owner_address (46973)
- Fix raylet CHECK failure from runtime env creation failure. (46991)
- Fix typo in memray command (47006)
- [ADAG] Fix for asyncio outputs (46845)

πŸ“– Documentation:
- Clarify behavior of placement_group_capture_child_tasks in docs (46885)
- Update ray.available_resources() docstring (47018)

πŸ— Architecture refactoring:
- Async APIs for the New GcsClient. (46788)
- Replace GCS stubs in the dashboard to use NewGcsAioClient. (46846)

Dashboard<a id="dashboard"></a>

πŸ’« Enhancements:
- Polish and minor improvements to the Serve page (46811)

πŸ”¨ Fixes:
- Fix CPU/GPU/RAM not being reported correctly on Windows (44578)

Docs<a id="dashboard"></a>

πŸ’« Enhancements:
- Add more information about developer tooling for docs contributions (46636), including `esbonio` section

πŸ”¨ Fixes:
- Use PyData Sphinx theme version switcher (46936)

Thanks

Many thanks to all those who contributed to this release!
simonsays1980, bveeramani, tungh2, zcin, xingyu-long, WeichenXu123, aslonnie, MaxVanDijck, can-anyscale, galenhwang, omatthew98, matthewdeng, raulchen, sven1977, shrekris-anyscale, deepyaman, alexeykudinkin, stephanie-wang, kevin85421, ruisearch42, hongchaodeng, khluu, alanwguo, hongpeng-guo, saihaj, Superskyyy, tespent, slfan1989, justinvyu, rynewang, nikitavemuri, amogkam, mattip, dev-goyal, ryanaoleary, peytondmurray, edoakes, venkatajagannath, jjyao, cristianjd, scottjlee, Bye-legumes

2.34.0

Not secure
Ray Libraries<a id="ray-libraries"></a>

Ray Data<a id="ray-data"></a>
πŸ’« Enhancements:
- Add better support for UDF returns from list of datetime objects (46762)

πŸ”¨ Fixes:
- Remove read task warning if size bytes not set in metadata (46765)

πŸ“– Documentation:
- Fix read_tfrecords() docstring to display tfx-bsl tip (46717)
- Update Dataset.zip() docs (46757)


Ray Train<a id="ray-train"></a>
πŸ”¨ Fixes:
- Sort workers by node ID rather than by node IP (46163)

πŸ— Architecture refactoring:
- Remove dead RayDatasetSpec (46764)

RLlib<a id="rllib"></a>

πŸŽ‰ New Features:
- Offline RL support on new API stack:
- Initial design for Ray-Data based offline RL Algos (on new API stack). (44969)
- Add user-defined schemas for data loading. (46738)
- Make data pipeline better configurable and tuneable for users. (46777)

πŸ’« Enhancements:
- Move DQN into the TargetNetworkAPI (and deprecate `RLModuleWithTargetNetworksInterface`). (46752)

πŸ”¨ Fixes:
- Numpy version fix: Rename all np.product usage to np.prod (46317)

πŸ“– Documentation:
- Examples for new API stack: Add 2 (count-based) curiosity examples. (46737)
- Remove RLlib CLI from docs (soon to be deprecated and replaced by python API). (46724)

πŸ— Architecture refactoring:
- Cleanup, rename, clarify: Algorithm.workers/evaluation_workers, local_worker(), etc.. (46726)

Ray Core<a id="ray-core"></a>

πŸ— Architecture refactoring:
- New python GcsClient binding (46186)




Many thanks to all those who contributed to this release! KyleKoon, ruisearch42, rynewang, sven1977, saihaj, aslonnie, bveeramani, akshay-anyscale, kevin85421, omatthew98, anyscalesam, MaxVanDijck, justinvyu, simonsays1980, can-anyscale, peytondmurray, scottjlee

2.33.0

Not secure
Ray Libraries<a id="ray-libraries"></a>

Ray Core<a id="ray-core"></a>

πŸ’« Enhancements:
- Add "last exception" to error message when GCS connection fails in ray.init() (46516)

πŸ”¨ Fixes:
- Add object back to memory store when object recovery is skipped (46460)
- Task status should start with PENDING_ARGS_AVAIL when retry (46494)
- Fix ObjectFetchTimedOutError ([46562](https://github.com/ray-project/ray/pull/46562))
- Make working_dir support files created before 1980 ([46634](https://github.com/ray-project/ray/pull/46634))
- Allow full path in conda runtime env. ([45550](https://github.com/ray-project/ray/pull/45550))
- Fix worker launch time formatting in state api ([43516](https://github.com/ray-project/ray/pull/43516))
-
Ray Data<a id="ray-data"></a>
πŸŽ‰ New Features:
- Deprecate Dataset.get_internal_block_refs() (46455)
- Add read API for reading Databricks table with Delta Sharing (46072)
- Add support for objects to Arrow blocks (45272)

πŸ’« Enhancements:
- Change offsets to int64 and change to LargeList for ArrowTensorArray (45352)
- Prevent from_pandas from combining input blocks (46363)
- Update Dataset.count() to avoid unnecessarily keeping `BlockRef`s in-memory (46369)
- Use Set to fix inefficient iteration over Arrow table columns (46541)
- Add AWS Error UNKNOWN to list of retried write errors (46646)
- Always print traceback for internal exceptions (46647)
- Allow unknown estimate of operator output bundles and `ProgressBar` totals (46601)
- Improve filesystem retry coverage (46685)

πŸ”¨ Fixes:
- Replace lambda mutable default arguments (46493)

πŸ“– Documentation:
- Auto-generate Dataset API documentation (46557)
- Update outdated ExecutionPlan docstring (46638)


Ray Train<a id="ray-train"></a>
πŸ’« Enhancements:
- Update run status and actor status for train runs. (46395)

πŸ”¨ Fixes:
- Replace lambda default arguments (46576)

πŸ“– Documentation:
- Add MNIST training using KubeRay doc page (46123)
- Add example of pre-training Llama model on Intel Gaudi (45459)
- Fix tensorflow example by using ScalingConfig (46565)

Ray Tune<a id="ray-tune"></a>
πŸ”¨ Fixes:
- Replace lambda default arguments (46596)

Ray Serve<a id="ray-serve"></a>

πŸŽ‰ New Features:
- Fully deprecate `target_num_ongoing_requests_per_replica` and `max_concurrent_queries`, respectively replaced by `max_ongoing_requests` and `target_ongoing_requests` (46392 and 46427)
- Configure the task launched by the controller to build an application with Serve’s logging config (46347)

RLlib<a id="rllib"></a>

πŸ’« Enhancements:
- Moving sampling coordination for `batch_mode=complete_episodes` to `synchronous_parallel_sample`. (46321)
- Enable complex action spaces with stateful modules. (46468)

πŸ— Architecture refactoring:
- Enable multi-learner setup for hybrid stack BC. (46436)
- Introduce Checkpointable API for RLlib components and subcomponents. (46376)

πŸ”¨ Fixes:
- Replace Mapping typehint with Dict: 46474

πŸ“– Documentation:
- More example scripts for new API stack: Two separate optimizers (w/ different learning rates). (46540) and custom loss function. (46445)

Dashboard<a id="dashboard"></a>

πŸ”¨ Fixes:
- Task end time showing the incorrect time (46439)
- Events Table rows having really bad spacing (46701)
- UI bugs in the serve dashboard page (46599)

Thanks

Many thanks to all those who contributed to this release!

alanwguo, hongchaodeng, anyscalesam, brucebismarck, bt2513, woshiyyya, terraflops1048576, lorenzoritter, omrishiv, davidxia, cchen777, nono-Sang, jackhumphries, aslonnie, JoshKarpel, zjregee, bveeramani, khluu, Superskyyy, liuxsh9, jjyao, ruisearch42, sven1977, harborn, saihaj, zcin, can-anyscale, veekaybee, chungen04, WeichenXu123, GeneDer, sergey-serebryakov, Bye-legumes, scottjlee, rynewang, kevin85421, cristianjd, peytondmurray, MortalHappiness, MaxVanDijck, simonsays1980, mjovanovic9999

2.32.0

Not secure
Highlight: aDAG Developer Preview <a id="highlilght"></a>

This is a new Ray Core specific feature called Ray accelerated DAGs (aDAGs).

- aDAGs give you a Ray Core-like API but with extensibility to pre-compile execution paths across pre-allocated resources on a Ray Cluster to possible benefits for optimization on throughput and latency. Some practical examples include:
- Up to 10x lower task execution time on single-node.
- Native support for GPU-GPU communication, via NCCL.
- This is still very early, but please reach out on ray-core on Ray Slack to learn more!

Ray Libraries<a id="ray-libraries"></a>

Ray Data<a id="ray-data"></a>

πŸ’« Enhancements:
- Support async callable classes in `map_batches()` (46129)

πŸ”¨ Fixes:
- Ensure `InputDataBuffer` doesn't free block references (46191)
- `MapOperator.num_active_tasks` should exclude pending actors (46364)
- Fix progress bars being displayed as partially completed in Jupyter notebooks (46289)

πŸ“– Documentation:
- Fix docs: `read_api.py` docstring (45690)
- Correct API annotation for `tfrecords_datasource` (46171)
- Fix broken links in `README` and in `ray.data.Dataset` (45345)

Ray Train<a id="ray-train"></a>

πŸ“– Documentation:
- Update PyTorch Data Ingestion User Guide (45421)

Ray Serve<a id="ray-serve"></a>

πŸ’« Enhancements:
- Optimize `ServeController.get_app_config()` (45878)
- Change default for max and target ongoing requests (45943)
- Integrate with Ray structured logging (46215)
- Allow configuring handle cache size and controller max concurrency (46278)
- Optimize `DeploymentDetails.deployment_route_prefix_not_set()` (46305)

RLlib<a id="rllib"></a>

πŸŽ‰ New Features:
- APPO on new API stack (w/ `EnvRunners`). (46216)

πŸ’« Enhancements:
- Stability: APPO, SAC, and DQN activate multi-agent learning tests (45542, 46299)
- Make Tune trial ID available in `EnvRunners` (and callbacks). (46294)
- Add `env-` and `agent_steps` to custom evaluation function. (45652)
- Remove default-metrics from Algorithm (tune does NOT error anymore if any stop-metric is missing). (46200)

πŸ”¨ Fixes:
- Various bug fixes: 45542

πŸ“– Documentation:
- Example for new API stack: Offline RL (BC) training on single-agent, while evaluating w/ multi-agent setup. (46251)
- Example for new API stack: Custom RLModule with an LSTM. (46276)

Ray Core<a id="ray-core"></a>

πŸŽ‰ New Features:
- aDAG Developer Preview.

πŸ’« Enhancements:
- Allow env setup logger encoding (46242)
- ray list tasks filter state and name on GCS side (46270)
- Log ray version and ray commit during GCS start (46341)

πŸ”¨ Fixes:
- Decrement lineage ref count of an actor when the actor task return object reference is deleted (46230)
- Fix negative ALIVE actors metric and introduce IDLE state (45718)
- `psutil` process attr `num_fds` is not available on Windows (46329)

Dashboard<a id="dashboard"></a>

πŸŽ‰ New Features:
- Added customizable refresh frequency for metrics on Ray Dashboard (44037)

πŸ’« Enhancements:
- Upgraded to MUIv5 and React 18 (45789)

πŸ”¨ Fixes:
- Fix for multi-line log items breaking log viewer rendering (46391)
- Fix for UI inconsistency when a job submission creates more than one Ray job. (46267)
- Fix filtering by job id for tasks API not filtering correctly. (45017)

Docs<a id="docs"></a>

πŸ”¨ Fixes:
- Re-enabled automatic cross-reference link checking for Ray documentation, with Sphinx nitpicky mode (46279)
- Enforced naming conventions for public and private APIs to maintain accuracy, starting with Ray Data API documentation (46261)

πŸ“– Documentation:
- Upgrade Python 3.12 support to alpha, marking the release of the Ray wheel to PyPI and conducting a sanity check of the most critical tests.

Thanks

Many thanks to all those who contributed to this release!

stephanie-wang, MortalHappiness, aslonnie, ryanaoleary, jjyao, jackhumphries, nikitavemuri, woshiyyya, JoshKarpel, ruisearch42, sven1977, alanwguo, GeneDer, saihaj, raulchen, liuxsh9, khluu, cristianjd, scottjlee, bveeramani, zcin, simonsays1980, SumanthRH, davidxia, can-anyscale, peytondmurray, kevin85421

2.31.0

Not secure
Ray Libraries<a id="ray-libraries"></a>

Ray Data<a id="ray-data"></a>

πŸ”¨ Fixes:
- Fixed bug where `preserve_order` doesn’t work with file reads ([46135](https://github.com/ray-project/ray/pull/46135))

πŸ“– Documentation:
- Added documentation for `dataset.Schema` ([46170](https://github.com/ray-project/ray/pull/46170))

Ray Train<a id="ray-train"></a>

πŸ’« Enhancements:
- Add API for Ray Train run stats (45711)

Ray Tune<a id="ray-tune"></a>

πŸ’« Enhancements:
- Missing stopping criterion should not error (just warn). (45613)

πŸ“– Documentation:
- Fix broken references in Ray Tune documentation (45233)

Ray Serve<a id="ray-serve"></a>

**WARNING**: the following default values will change in Ray 2.32:
- Default for `max_ongoing_requests` will change from 100 to 5.
- Default for `target_ongoing_requests` will change from 1 to 2.

πŸ’« Enhancements:
- Optimize DeploymentStateManager.get_deployment_statuses ([45872](https://github.com/ray-project/ray/pull/45872))

πŸ”¨ Fixes:
- Fix logging error on passing traceback object into exc_info ([46105](https://github.com/ray-project/ray/pull/46105))
- Run __del__ even if constructor is still in-progress ([45882](https://github.com/ray-project/ray/pull/45882))
- Spread replicas with custom resources in torch tune serve release test ([46093](https://github.com/ray-project/ray/pull/46093))
- [1k release test] don't run replicas on head node ([46130](https://github.com/ray-project/ray/pull/46130))

πŸ“– Documentation:
- Remove todo since issue is fixed ([45941](https://github.com/ray-project/ray/pull/45941))

RLlib<a id="rllib"></a>

πŸŽ‰ New Features:
- IMPALA runs on the new API stack (with EnvRunners and ConnectorV2s). ([42085](https://github.com/ray-project/ray/pull/42085))
- SAC/DQN: Prioritized multi-agent episode replay buffer. ([45576](https://github.com/ray-project/ray/pull/45576)[)](https://github.com/ray-project/ray/commit/a7aa5e4c7bc4654b5ce710bf3551e3775470b57b)

πŸ’« Enhancements:
- New API stack stability: Add systematic CI learning tests for all possible combinations of: [PPO|IMPALA] + [1CPU|2CPU|1GPU|2GPU] + [single-agent|multi-agent]. ([46162](https://github.com/ray-project/ray/pull/46162), [#46161](https://github.com/ray-project/ray/pull/46161))

πŸ“– Documentation:
- New API stack: Example script for action masking [(](https://github.com/ray-project/ray/commit/9d661677f942ccd7dfbbf2c2838e5dad9f50d12e)[#46146](https://github.com/ray-project/ray/pull/46146))
- New API stack: PyFlight example script cleanup ([45956](https://github.com/ray-project/ray/pull/45956)[)](https://github.com/ray-project/ray/commit/af45a8999b5d9ca09054de29c2bdd0b5b02184b5)
- Old API stack: Enhanced ONNX example (+LSTM). ([43592](https://github.com/ray-project/ray/pull/43592)[)](https://github.com/ray-project/ray/commit/d15204f5a0d5f2fa70935efa4935a7a61d8aafd1)

Ray Core and Ray Clusters<a id="ray-core-and-ray-clusters"></a>

Ray Core<a id="ray-core"></a>

πŸ’« Enhancements:
- [runtime-env] automatically infer worker path when starting worker in container ([42304](https://github.com/ray-project/ray/pull/42304))

πŸ”¨ Fixes:
- On GCS restart, destroy not forget the unused workers. Fixing PG leaks. (45854)
- Cancel lease requests before returning a PG bundle ([45919](https://github.com/ray-project/ray/pull/45919))
- Fix boost fiber stack overflow (46133)


Thanks

Many thanks to all those who contributed to this release!

jjyao, kevin85421, vincent-pli, khluu, simonsays1980, sven1977, rynewang, can-anyscale, richardsliu, jackhumphries, alexeykudinkin, bveeramani, ruisearch42, shrekris-anyscale, stephanie-wang, matthewdeng, zcin, hongchaodeng, ryanaoleary, liuxsh9, GeneDer, aslonnie, peytondmurray, Bye-legumes, woshiyyya, scottjlee, JoshKarpel

2.30.0

Not secure
Ray Libraries<a id="ray-libraries"></a>

Ray Data<a id="ray-data"></a>

πŸ’« Enhancements:
- Improve fractional CPU/GPU formatting (45673)
- Use sampled fragments to estimate Parquet reader batch size (45749)
- Refactoring ParquetDatasource and metadata fetching logic (45728, 45727, 45733, 45734, 45767)
- Refactor planner.py (45706)


Ray Tune<a id="ray-tune"></a>
πŸ’« Enhancements:
- Change the behavior of a missing stopping criterion metric to warn instead of raising an error. This enables the use case of reporting different sets of metrics on different iterations (ex: a separate set of training and validation metrics). ([45613](https://github.com/ray-project/ray/pull/45613))

Ray Serve<a id="ray-serve"></a>

πŸ’« Enhancements:
- Create internal request id to track request objects ([45761](https://github.com/ray-project/ray/pull/45761))

RLLib<a id="rllib"></a>

πŸ’« Enhancements:
- Stability: [DreamerV3 weekly release test](https://github.com/ray-project/ray/commit/4adb78b2bf3c968f88f72ae9064189b846833230) ([#45654](https://github.com/ray-project/ray/pull/45654)); [Add "official" benchmark script for Atari PPO benchmarks](https://github.com/ray-project/ray/commit/d49f15b1112e67d15a80d696249f587ea7b95b57). ([#45697](https://github.com/ray-project/ray/pull/45697))
- Enhance env-rendering callback (45682)

πŸ”¨ Fixes:
- Bug fix in new MetricsLogger API: [EMA stats w/o window would lead to infinite l](https://github.com/ray-project/ray/commit/cbb1634a23ff4b59090f43dd853cf437e19fc0c8)ist mem-leak. ([#45752](https://github.com/ray-project/ray/pull/45752))
- Various other bug fixes: ([45819](https://github.com/ray-project/ray/pull/45819), [#45820](https://github.com/ray-project/ray/pull/45820), #[45683](https://github.com/ray-project/ray/pull/45683), [#45651](https://github.com/ray-project/ray/pull/45651), [#45753](https://github.com/ray-project/ray/pull/45753))

πŸ“– Documentation:
- Re-do `examples` overview page (new API stack): [45382](https://github.com/ray-project/ray/pull/45382)
- PyFlyt QuadX WayPoints example [44758](https://github.com/ray-project/ray/pull/44758), [#45956](https://github.com/ray-project/ray/pull/45956)
- RLModule inference on new API stack ([45831](https://github.com/ray-project/ray/pull/45831), [#45845](https://github.com/ray-project/ray/pull/45845))
- How to resume a tune.Tuner.fit() experiment from checkpoint. ([45681](https://github.com/ray-project/ray/pull/45681))
- Custom RLModule (tiny CNN): [45774](https://github.com/ray-project/ray/pull/45774)
- Connector examples docstrings ([45864](https://github.com/ray-project/ray/pull/45864))
- Old API stack examples: [43592](https://github.com/ray-project/ray/pull/43592), [#45829](https://github.com/ray-project/ray/pull/45829)

Ray Core<a id="ray-core"></a>
πŸŽ‰ New Features:
- Alpha release of job level [logging configuration](https://docs.ray.io/en/master/ray-core/api/doc/ray.LoggingConfig.html#ray.LoggingConfig): users can now config the user logging to be logfmt format with logging context attached. (45344)

πŸ’« Enhancements:
- Integrate amdsmi in AMDAcceleratorManager (44572)

πŸ”¨ Fixes:
- Fix the C++ GcsClient Del not respecting del_by_prefix (45604)
- Fix exit handling of FiberState threads (45834)

Dashboard<a id="ray-dashboard"></a>
πŸ’« Enhancements:
- Parse out json logs (45853)

Many thanks to all those who contributed to this release: liuxsh9, peytondmurray, pcmoritz, GeneDer, saihaj, khluu, aslonnie, yucai, vickytsang, can-anyscale, bthananjeyan, raulchen, hongchaodeng, x13n, simonsays1980, peterghaddad, kevin85421, rynewang, angelinalg, jjyao, BenWilson2, jackhumphries, zcin, chris-ray-zhang, c21, shrekris-anyscale, alanwguo, stephanie-wang, Bye-legumes, sven1977, WeichenXu123, bveeramani, nikitavemuri

Page 3 of 18

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.