mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
![]() ## Why are these changes needed? This PR implements `!=` predicate for filtering. As a result of this PR, two APIs are changed. ``` --filter key value -> --filter "key=val" or ---filter "key!=val" list_actors(filters=[(key, val), (key2, val2)]) -> list_actors(filters=[(key, "=", val), (key2, "=", val2)]) ``` |
||
---|---|---|
.. | ||
__init__.py | ||
state_head.py |