Py-trees

Latest version: v2.2.3

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

Scan your dependencies

Page 8 of 13

1.0.1

------------------
* [trees] don't use multiprocess on setup if not using timeouts

1.0.0

------------------

**Breaking API**

* [behaviour] setup() no longer returns a boolean, catch exceptions instead, `143 <https://github.com/stonier/py_trees/issues/143>`_.
* [behaviour] setup() no longer takes timeouts, responsibility moved to BehaviourTree, `148 <https://github.com/stonier/py_trees/issues/148>`_.
* [decorators] new-style decorators found in py_trees.decorators
* [decorators] new-style decorators stop their running child on completion (SUCCESS||FAILURE)
* [decorators] old-style decorators in py_trees.meta deprecated

**New Features**

* [blackboard] added a method for clearing the entire blackboard (useful for tests)
* [composites] raise TypeError when children's setup methods don't return a bool (common mistake)
* [composites] new parallel policies, SuccessOnAll, SuccessOnSelected
* [decorators] oneshot policies for activating on completion or *successful* completion only
* [meta] behaviours from functions can now automagically generate names

0.8.x (2018-10-18)
------------------

**Breaking API**

* Lower level namespace types no longer exist (PR117_), e.g. :code:`py_trees.Status` -> :code:`py_trees.common.Status`
* Python2 support dropped

**New Features**

* [idioms] 'Pick Up Where You Left Off'
* [idioms] 'OneShot'

0.8.0

------------------
* [infra] shortcuts to types in __init__.py removed (PR117_)
* [bugfix] python3 rosdeps
* [idioms] pick_up_where_you_left_off added

0.7.5

------------------
* [idioms] oneshot added
* [bugfix] properly set/reset parents when replacing/removing children in composites

0.7.0

------------------
* [announce] python3 only support from this point forward
* [announce] now compatible for ros2 projects

0.6.5

------------------
* [bugfix] pick up missing feedback messages in inverters
* [bugfix] eliminate costly/spammy blackboard variable check feedback message

Page 8 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.