sierra-research 1.3.1__tar.gz → 1.3.5__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 (247) hide show
  1. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/actions/publish/action.yml +2 -2
  2. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/actions/sierra-setup/action.yml +15 -31
  3. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/argos.yml +42 -24
  4. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/coverage.yml +4 -0
  5. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/exec-env-plugins.yml +0 -2
  6. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/sierra-core.yml +77 -39
  7. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/static-analysis.yml +3 -0
  8. {sierra-research-1.3.1/sierra_research.egg-info → sierra-research-1.3.5}/PKG-INFO +1 -1
  9. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra-cli.1 +1 -1
  10. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra-examples.7 +1 -1
  11. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra-exec-envs.7 +1 -1
  12. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra-glossary.7 +1 -1
  13. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra-platforms.7 +1 -1
  14. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra-usage.7 +1 -1
  15. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_build/man/sierra.7 +1 -1
  16. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/conf.py +10 -9
  17. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/contributing.rst +2 -2
  18. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/getting_started.rst +1 -0
  19. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/requirements.rst +20 -1
  20. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/trial.rst +1 -0
  21. sierra-research-1.3.5/docs/src/tutorials/project/models.rst +109 -0
  22. {sierra-research-1.3.1 → sierra-research-1.3.5}/setup.py +2 -1
  23. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/graphs/stacked_line_graph.py +9 -6
  24. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/models/graphs.py +0 -1
  25. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage2/exp_runner.py +4 -4
  26. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage3/imagizer.py +2 -1
  27. sierra-research-1.3.5/sierra/core/pipeline/stage4/__init__.py +2 -0
  28. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/startup.py +1 -0
  29. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/main.py +1 -1
  30. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/version.py +1 -1
  31. {sierra-research-1.3.1 → sierra-research-1.3.5/sierra_research.egg-info}/PKG-INFO +1 -1
  32. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra_research.egg-info/requires.txt +2 -1
  33. sierra-research-1.3.1/docs/src/tutorials/project/models.rst +0 -80
  34. sierra-research-1.3.1/sierra/core/pipeline/stage5/__init__.py +0 -0
  35. {sierra-research-1.3.1 → sierra-research-1.3.5}/.coveragerc +0 -0
  36. {sierra-research-1.3.1 → sierra-research-1.3.5}/.dir-locals.el +0 -0
  37. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/actions/sample-project-setup/action.yml +0 -0
  38. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/actions/slurm-setup/action.yml +0 -0
  39. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/integration-all.yml +0 -0
  40. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/ros1gazebo.yml +0 -0
  41. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/ros1robot.yml +0 -0
  42. {sierra-research-1.3.1 → sierra-research-1.3.5}/.github/workflows/unit-tests.yml +0 -0
  43. {sierra-research-1.3.1 → sierra-research-1.3.5}/.gitignore +0 -0
  44. {sierra-research-1.3.1 → sierra-research-1.3.5}/.projectile +0 -0
  45. {sierra-research-1.3.1 → sierra-research-1.3.5}/.pylintrc +0 -0
  46. {sierra-research-1.3.1 → sierra-research-1.3.5}/.readthedocs.yml +0 -0
  47. {sierra-research-1.3.1 → sierra-research-1.3.5}/LICENSE +0 -0
  48. {sierra-research-1.3.1 → sierra-research-1.3.5}/README.rst +0 -0
  49. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/Makefile +0 -0
  50. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_ext/xref.py +0 -0
  51. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/_templates/autoapi/module.rst +0 -0
  52. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/figures/architecture.png +0 -0
  53. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/index.rst +0 -0
  54. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra-cli.rst +0 -0
  55. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra-examples.rst +0 -0
  56. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra-exec-envs.rst +0 -0
  57. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra-glossary.rst +0 -0
  58. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra-platforms.rst +0 -0
  59. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra-usage.rst +0 -0
  60. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/man/sierra.rst +0 -0
  61. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/requirements.txt +0 -0
  62. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/api.rst +0 -0
  63. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/description.rst +0 -0
  64. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/exec_env/hpc.rst +0 -0
  65. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/exec_env/index.rst +0 -0
  66. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/exec_env/robot.rst +0 -0
  67. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/faq.rst +0 -0
  68. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/glossary.rst +0 -0
  69. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/matrix.rst +0 -0
  70. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/packages.rst +0 -0
  71. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/philosophy.rst +0 -0
  72. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/argos/batch_criteria.rst +0 -0
  73. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/argos/index.rst +0 -0
  74. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/index.rst +0 -0
  75. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/ros1gazebo/batch_criteria.rst +0 -0
  76. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/ros1gazebo/index.rst +0 -0
  77. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/ros1robot/batch_criteria.rst +0 -0
  78. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/platform/ros1robot/index.rst +0 -0
  79. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/plugins/index.rst +0 -0
  80. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/roadmap.rst +0 -0
  81. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/storage/index.rst +0 -0
  82. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/hpc/cluster_setup.rst +0 -0
  83. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/hpc/local_setup.rst +0 -0
  84. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/index.rst +0 -0
  85. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/exec_env/index.rst +0 -0
  86. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/exec_env/plugin.rst +0 -0
  87. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/platform/cmdline.rst +0 -0
  88. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/platform/generators.rst +0 -0
  89. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/platform/index.rst +0 -0
  90. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/platform/plugin.rst +0 -0
  91. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/storage/index.rst +0 -0
  92. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/plugin/storage/plugin.rst +0 -0
  93. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/cmdline.rst +0 -0
  94. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/generators.rst +0 -0
  95. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/graphs_config.rst +0 -0
  96. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/hooks.rst +0 -0
  97. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/main_config/controllers.rst +0 -0
  98. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/main_config/index.rst +0 -0
  99. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/main_config/main.rst +0 -0
  100. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/main_config/perf.rst +0 -0
  101. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/new_bc.rst +0 -0
  102. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/project.rst +0 -0
  103. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/stage5_config.rst +0 -0
  104. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/tutorials/project/template_input_file.rst +0 -0
  105. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/cli-argos.rst +0 -0
  106. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/cli-core.rst +0 -0
  107. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/cli-ros1gazebo.rst +0 -0
  108. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/cli-ros1robot.rst +0 -0
  109. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/cli.rst +0 -0
  110. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/environment.rst +0 -0
  111. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/examples.rst +0 -0
  112. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/index.rst +0 -0
  113. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/pipeline.rst +0 -0
  114. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/rendering.rst +0 -0
  115. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/run_time_tree.rst +0 -0
  116. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/stage5.rst +0 -0
  117. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/subprograms.rst +0 -0
  118. {sierra-research-1.3.1 → sierra-research-1.3.5}/docs/src/usage/variables.rst +0 -0
  119. {sierra-research-1.3.1 → sierra-research-1.3.5}/noxfile.py +0 -0
  120. {sierra-research-1.3.1 → sierra-research-1.3.5}/scripts/argos-integration-tests.sh +0 -0
  121. {sierra-research-1.3.1 → sierra-research-1.3.5}/scripts/core-integration-tests.sh +0 -0
  122. {sierra-research-1.3.1 → sierra-research-1.3.5}/scripts/ros1gazebo-integration-tests.sh +0 -0
  123. {sierra-research-1.3.1 → sierra-research-1.3.5}/scripts/ros1robot-integration-tests.sh +0 -0
  124. {sierra-research-1.3.1 → sierra-research-1.3.5}/scripts/slurm-test.sh +0 -0
  125. {sierra-research-1.3.1 → sierra-research-1.3.5}/scripts/slurm.conf +0 -0
  126. {sierra-research-1.3.1 → sierra-research-1.3.5}/setup.cfg +0 -0
  127. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/__init__.py +0 -0
  128. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/__init__.py +0 -0
  129. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/cmdline.py +0 -0
  130. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/config.py +0 -0
  131. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/experiment/__init__.py +0 -0
  132. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/experiment/bindings.py +0 -0
  133. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/experiment/definition.py +0 -0
  134. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/experiment/spec.py +0 -0
  135. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/experiment/xml.py +0 -0
  136. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/generators/__init__.py +0 -0
  137. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/generators/controller_generator_parser.py +0 -0
  138. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/generators/exp_creator.py +0 -0
  139. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/generators/exp_generators.py +0 -0
  140. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/generators/generator_factory.py +0 -0
  141. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/graphs/__init__.py +0 -0
  142. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/graphs/heatmap.py +0 -0
  143. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/graphs/scatterplot2D.py +0 -0
  144. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/graphs/stacked_surface_graph.py +0 -0
  145. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/graphs/summary_line_graph.py +0 -0
  146. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/hpc/__init__.py +0 -0
  147. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/hpc/cmdline.py +0 -0
  148. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/logging.py +0 -0
  149. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/models/__init__.py +0 -0
  150. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/models/interface.py +0 -0
  151. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/__init__.py +0 -0
  152. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/pipeline.py +0 -0
  153. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage1/__init__.py +0 -0
  154. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage1/pipeline_stage1.py +0 -0
  155. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage2/__init__.py +0 -0
  156. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage2/pipeline_stage2.py +0 -0
  157. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage3/__init__.py +0 -0
  158. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage3/pipeline_stage3.py +0 -0
  159. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage3/run_collator.py +0 -0
  160. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage3/statistics_calculator.py +0 -0
  161. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/graph_collator.py +0 -0
  162. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/inter_exp_graph_generator.py +0 -0
  163. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/intra_exp_graph_generator.py +0 -0
  164. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/model_runner.py +0 -0
  165. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/pipeline_stage4.py +0 -0
  166. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/rendering.py +0 -0
  167. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage4/yaml_config_loader.py +0 -0
  168. {sierra-research-1.3.1/sierra/core/pipeline/stage4 → sierra-research-1.3.5/sierra/core/pipeline/stage5}/__init__.py +0 -0
  169. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage5/inter_scenario_comparator.py +0 -0
  170. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage5/intra_scenario_comparator.py +0 -0
  171. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/pipeline/stage5/pipeline_stage5.py +0 -0
  172. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/platform.py +0 -0
  173. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/plugin.py +0 -0
  174. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/plugin_manager.py +0 -0
  175. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/root_dirpath_generator.py +0 -0
  176. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/ros1/__init__.py +0 -0
  177. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/ros1/callbacks.py +0 -0
  178. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/ros1/cmdline.py +0 -0
  179. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/ros1/generators.py +0 -0
  180. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/ros1/variables/__init__.py +0 -0
  181. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/ros1/variables/exp_setup.py +0 -0
  182. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/stat_kernels.py +0 -0
  183. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/storage.py +0 -0
  184. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/types.py +0 -0
  185. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/utils.py +0 -0
  186. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/variables/__init__.py +0 -0
  187. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/variables/base_variable.py +0 -0
  188. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/variables/batch_criteria.py +0 -0
  189. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/variables/exp_setup.py +0 -0
  190. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/variables/population_size.py +0 -0
  191. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/variables/variable_density.py +0 -0
  192. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/core/vector.py +0 -0
  193. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/__init__.py +0 -0
  194. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/__init__.py +0 -0
  195. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/adhoc/__init__.py +0 -0
  196. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/adhoc/plugin.py +0 -0
  197. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/local/__init__.py +0 -0
  198. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/local/plugin.py +0 -0
  199. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/pbs/__init__.py +0 -0
  200. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/pbs/plugin.py +0 -0
  201. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/slurm/__init__.py +0 -0
  202. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/hpc/slurm/plugin.py +0 -0
  203. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/__init__.py +0 -0
  204. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/__init__.py +0 -0
  205. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/cmdline.py +0 -0
  206. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/generators/__init__.py +0 -0
  207. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/generators/platform_generators.py +0 -0
  208. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/plugin.py +0 -0
  209. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/__init__.py +0 -0
  210. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/arena_shape.py +0 -0
  211. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/cameras.py +0 -0
  212. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/constant_density.py +0 -0
  213. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/exp_setup.py +0 -0
  214. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/physics_engines.py +0 -0
  215. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/population_constant_density.py +0 -0
  216. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/population_size.py +0 -0
  217. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/population_variable_density.py +0 -0
  218. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/argos/variables/rendering.py +0 -0
  219. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/__init__.py +0 -0
  220. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/cmdline.py +0 -0
  221. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/generators/__init__.py +0 -0
  222. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/generators/platform_generators.py +0 -0
  223. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/plugin.py +0 -0
  224. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/variables/__init__.py +0 -0
  225. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1gazebo/variables/population_size.py +0 -0
  226. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/__init__.py +0 -0
  227. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/cmdline.py +0 -0
  228. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/generators/__init__.py +0 -0
  229. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/generators/platform_generators.py +0 -0
  230. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/plugin.py +0 -0
  231. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/variables/__init__.py +0 -0
  232. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/platform/ros1robot/variables/population_size.py +0 -0
  233. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/robot/__init__.py +0 -0
  234. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/robot/turtlebot3/__init__.py +0 -0
  235. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/robot/turtlebot3/plugin.py +0 -0
  236. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/storage/__init__.py +0 -0
  237. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/storage/csv/__init__.py +0 -0
  238. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra/plugins/storage/csv/plugin.py +0 -0
  239. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra_research.egg-info/SOURCES.txt +0 -0
  240. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra_research.egg-info/dependency_links.txt +0 -0
  241. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra_research.egg-info/entry_points.txt +0 -0
  242. {sierra-research-1.3.1 → sierra-research-1.3.5}/sierra_research.egg-info/top_level.txt +0 -0
  243. {sierra-research-1.3.1 → sierra-research-1.3.5}/tests/arena_extent_test.py +0 -0
  244. {sierra-research-1.3.1 → sierra-research-1.3.5}/tests/exp_def_test.py +0 -0
  245. {sierra-research-1.3.1 → sierra-research-1.3.5}/tests/test1.xml +0 -0
  246. {sierra-research-1.3.1 → sierra-research-1.3.5}/tests/vector_test.py +0 -0
  247. {sierra-research-1.3.1 → sierra-research-1.3.5}/todo.org +0 -0
@@ -21,7 +21,7 @@ runs:
21
21
  - name: Set tag
22
22
  if: github.ref == 'refs/heads/devel'
23
23
  shell: bash
24
- run: echo "RELEASE_TAG=v$(python3 setup.py --version).beta" >> $GITHUB_ENV
24
+ run: echo "RELEASE_TAG=$(python3 setup.py --version).beta" >> $GITHUB_ENV
25
25
 
26
26
  - name: Github beta release
27
27
  if: github.ref == 'refs/heads/devel'
@@ -45,7 +45,7 @@ runs:
45
45
  - name: Set tag
46
46
  if: github.ref == 'refs/heads/master'
47
47
  shell: bash
48
- run: echo "RELEASE_TAG=v$(python3 setup.py --version)" >> $GITHUB_ENV
48
+ run: echo "RELEASE_TAG=$(python3 setup.py --version)" >> $GITHUB_ENV
49
49
 
50
50
  - name: Github release
51
51
  if: github.ref == 'refs/heads/master'
@@ -21,26 +21,6 @@ runs:
21
21
  with:
22
22
  python-version: ${{ matrix.python-version }}
23
23
 
24
- # - uses: Setup python (ubuntu)
25
- # if: runner.os == 'Linux'
26
- # shell: bash
27
- # run: |
28
- # # apt fails randomly on microsoft's azure servers...
29
- # sudo sed -i 's/azure\.//' /etc/apt/sources.list
30
- # sudo add-apt-repository -y ppa:deadsnakes/ppa
31
-
32
- # sudo apt-get update
33
-
34
- # sudo apt-get install python${{ matrix.python-version }} python${{ matrix.python-version }}-dev
35
- # sudo apt-get install python${{ matrix.python-version }}-venv python3-apt
36
- # sudo apt-get install python3-pip python3-cairo intltool python3-wheel strace
37
- # sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python${{ matrix.python-version }} 1
38
-
39
- # # HACK HACK HACK!
40
- # sudo ln -s /usr/lib/python3/dist-packages/apt_pkg.cpython-38-x86_64-linux-gnu.so /usr/lib/python3/dist-packages/apt_pkg.so
41
- # sudo ln -s /usr/lib/python3/dist-packages/netifaces.cpython-38-x86_64-linux-gnu.so /usr/lib/python3/dist-packages/netifaces.so
42
-
43
-
44
24
  - name: Install system deps (ubuntu)
45
25
  if: runner.os == 'Linux'
46
26
  shell: bash
@@ -61,18 +41,22 @@ runs:
61
41
  with:
62
42
  python-version: ${{ matrix.python-version }}
63
43
 
64
- - name: Install system deps (OSX)
65
- shell: bash
44
+ - uses: nick-fields/retry@v2
45
+ name: Install system deps (OSX)
66
46
  if: runner.os == 'macOS'
67
- run: |
68
- # 2023/01/16: || true needed because homebrew installation of whatever
69
- # dependencies these packages requires manual intervention to fix, and I
70
- # don't have a mac.
71
- brew install parallel pssh ffmpeg || true
72
- brew install --cask mactex || true
73
- brew install --cask xquartz || true
74
- python -m pip install --upgrade pip
75
- python -m pip install wheel
47
+ with:
48
+ timeout_minutes: 10000
49
+ max_attempts: 3
50
+ shell: bash
51
+ command: |
52
+ # 2023/01/16: || true needed because homebrew installation of whatever
53
+ # dependencies these packages requires manual intervention to fix, and I
54
+ # don't have a mac.
55
+ brew update && brew install parallel pssh ffmpeg
56
+ brew update && brew install --cask mactex
57
+ brew update && brew install --cask xquartz
58
+ python -m pip install --upgrade pip
59
+ python -m pip install wheel
76
60
 
77
61
  ############################################################################
78
62
  # SIERRA install
@@ -24,10 +24,13 @@ jobs:
24
24
  with:
25
25
  platform: argos
26
26
 
27
- - name: Integration tests
28
- shell: bash
29
- run: |
30
- ./scripts/argos-integration-tests.sh -f bc_univar_sanity_test
27
+ - uses: nick-fields/retry@v2
28
+ name: Integration tests
29
+ with:
30
+ timeout_minutes: 3600
31
+ max_attempts: 3
32
+ shell: bash
33
+ command: ./scripts/argos-integration-tests.sh -f bc_univar_sanity_test
31
34
 
32
35
  - uses: actions/upload-artifact@v3
33
36
  with:
@@ -49,10 +52,13 @@ jobs:
49
52
  with:
50
53
  platform: argos
51
54
 
52
- - name: Integration tests
53
- shell: bash
54
- run: |
55
- ./scripts/argos-integration-tests.sh -f physics_engines_test
55
+ - uses: nick-fields/retry@v2
56
+ name: Integration tests
57
+ with:
58
+ timeout_minutes: 3600
59
+ max_attempts: 3
60
+ shell: bash
61
+ command: ./scripts/argos-integration-tests.sh -f physics_engines_test
56
62
 
57
63
  - uses: actions/upload-artifact@v3
58
64
  with:
@@ -73,10 +79,13 @@ jobs:
73
79
  with:
74
80
  platform: argos
75
81
 
76
- - name: Integration tests
77
- shell: bash
78
- run: |
79
- ./scripts/argos-integration-tests.sh -f stage1_univar_test
82
+ - uses: nick-fields/retry@v2
83
+ name: Integration tests
84
+ with:
85
+ timeout_minutes: 3600
86
+ max_attempts: 3
87
+ shell: bash
88
+ command: ./scripts/argos-integration-tests.sh -f stage1_univar_test
80
89
 
81
90
  - uses: actions/upload-artifact@v3
82
91
  with:
@@ -97,10 +106,13 @@ jobs:
97
106
  with:
98
107
  platform: argos
99
108
 
100
- - name: Integration tests
101
- shell: bash
102
- run: |
103
- ./scripts/argos-integration-tests.sh -f stage2_univar_test -e hpc.local
109
+ - uses: nick-fields/retry@v2
110
+ name: Integration tests
111
+ with:
112
+ timeout_minutes: 3600
113
+ max_attempts: 3
114
+ shell: bash
115
+ command: ./scripts/argos-integration-tests.sh -f stage2_univar_test -e hpc.local
104
116
 
105
117
  - uses: actions/upload-artifact@v3
106
118
  with:
@@ -123,10 +135,13 @@ jobs:
123
135
  with:
124
136
  platform: argos
125
137
 
126
- - name: Integration tests
127
- shell: bash
128
- run: |
129
- ./scripts/argos-integration-tests.sh -f vc_test
138
+ - uses: nick-fields/retry@v2
139
+ name: Integration tests
140
+ with:
141
+ timeout_minutes: 3600
142
+ max_attempts: 3
143
+ shell: bash
144
+ command: ./scripts/argos-integration-tests.sh -f vc_test
130
145
 
131
146
  - uses: actions/upload-artifact@v3
132
147
  with:
@@ -148,10 +163,13 @@ jobs:
148
163
  with:
149
164
  platform: argos
150
165
 
151
- - name: Integration tests
152
- shell: bash
153
- run: |
154
- ./scripts/argos-integration-tests.sh -f cmdline_test
166
+ - uses: nick-fields/retry@v2
167
+ name: Integration tests
168
+ with:
169
+ timeout_minutes: 3600
170
+ max_attempts: 3
171
+ shell: bash
172
+ command: ./scripts/argos-integration-tests.sh -f cmdline_test
155
173
 
156
174
  - uses: actions/upload-artifact@v3
157
175
  with:
@@ -12,6 +12,10 @@ on:
12
12
  schedule:
13
13
  - cron: '0 0 1 * *'
14
14
 
15
+ concurrency:
16
+ group: ${{ github.workflow }}-${{ github.ref }}
17
+ cancel-in-progress: true
18
+
15
19
  jobs:
16
20
  argos-ci:
17
21
  uses: ./.github/workflows/argos.yml
@@ -13,9 +13,7 @@ on:
13
13
  # # - devel
14
14
  # paths:
15
15
  # - 'sierra/**'
16
-
17
16
  jobs:
18
-
19
17
  adhoc:
20
18
  runs-on: ${{ inputs.os }}
21
19
  strategy:
@@ -8,7 +8,6 @@ on:
8
8
  type: string
9
9
 
10
10
  jobs:
11
-
12
11
  cmdline-opts:
13
12
  runs-on: ${{ inputs.os }}
14
13
  strategy:
@@ -24,9 +23,13 @@ jobs:
24
23
  with:
25
24
  platform: argos
26
25
 
27
- - name: Cmdline Options
28
- run: |
29
- ./scripts/core-integration-tests.sh -f cmdline_opts_test
26
+ - uses: nick-fields/retry@v2
27
+ name: Cmdline options
28
+ with:
29
+ timeout_minutes: 3600
30
+ max_attempts: 3
31
+ shell: bash
32
+ command: ./scripts/core-integration-tests.sh -f cmdline_opts_test
30
33
 
31
34
  - uses: actions/upload-artifact@v3
32
35
  with:
@@ -48,9 +51,13 @@ jobs:
48
51
  with:
49
52
  platform: argos
50
53
 
51
- - name: Environment variables
52
- run: |
53
- ./scripts/core-integration-tests.sh -f env_vars_test
54
+ - uses: nick-fields/retry@v2
55
+ name: Environment variables
56
+ with:
57
+ timeout_minutes: 3600
58
+ max_attempts: 3
59
+ shell: bash
60
+ command: ./scripts/core-integration-tests.sh -f env_vars_test
54
61
 
55
62
  - uses: actions/upload-artifact@v3
56
63
  with:
@@ -78,14 +85,22 @@ jobs:
78
85
  platform: ros1gazebo
79
86
  rosdistro: noetic
80
87
 
81
- - name: Bivariate batch criteria sanity (ARGoS)
82
- run: |
83
- ./scripts/argos-integration-tests.sh -f bc_bivar_sanity_test
88
+ - uses: nick-fields/retry@v2
89
+ name: Bivariate batch criteria sanity (ARGoS)
90
+ with:
91
+ timeout_minutes: 3600
92
+ max_attempts: 3
93
+ shell: bash
94
+ command: ./scripts/argos-integration-tests.sh -f bc_bivar_sanity_test
84
95
 
85
- - name: Bivariate batch criteria sanity (ROS1+Gazebo)
96
+ - uses: nick-fields/retry@v2
86
97
  if: runner.os == 'Linux'
87
- run: |
88
- ./scripts/ros1gazebo-integration-tests.sh -f bc_bivar_sanity_test
98
+ name: Bivariate batch criteria sanity (ROS1+Gazebo)
99
+ with:
100
+ timeout_minutes: 3600
101
+ max_attempts: 3
102
+ shell: bash
103
+ command: ./scripts/ros1gazebo-integration-tests.sh -f bc_bivar_sanity_test
89
104
 
90
105
  - uses: actions/upload-artifact@v3
91
106
  with:
@@ -113,14 +128,22 @@ jobs:
113
128
  platform: ros1gazebo
114
129
  rosdistro: noetic
115
130
 
116
- - name: Bivariate batch criteria stage 1 (ARGoS)
117
- run: |
118
- ./scripts/argos-integration-tests.sh -f stage1_bivar_test
131
+ - uses: nick-fields/retry@v2
132
+ name: Bivariate batch criteria stage 1 (ARGoS)
133
+ with:
134
+ timeout_minutes: 3600
135
+ max_attempts: 3
136
+ shell: bash
137
+ command: ./scripts/argos-integration-tests.sh -f stage1_bivar_test
119
138
 
120
- - name: Bivariate batch criteria stage 1 (ROS1+Gazebo)
139
+ - uses: nick-fields/retry@v2
121
140
  if: runner.os == 'Linux'
122
- run: |
123
- ./scripts/ros1gazebo-integration-tests.sh -f stage1_bivar_test
141
+ name: Bivariate batch criteria stage 1 (ROS1+Gazebo)
142
+ with:
143
+ timeout_minutes: 3600
144
+ max_attempts: 3
145
+ shell: bash
146
+ command: ./scripts/ros1gazebo-integration-tests.sh -f stage1_bivar_test
124
147
 
125
148
  - uses: actions/upload-artifact@v3
126
149
  with:
@@ -141,10 +164,13 @@ jobs:
141
164
  with:
142
165
  platform: argos
143
166
 
144
- - name: Integration tests
145
- shell: bash
146
- run: |
147
- ./scripts/argos-integration-tests.sh -f stage3_univar_test
167
+ - uses: nick-fields/retry@v2
168
+ name: Stage3 univariate tests
169
+ with:
170
+ timeout_minutes: 3600
171
+ max_attempts: 3
172
+ shell: bash
173
+ command: ./scripts/argos-integration-tests.sh -f stage3_univar_test
148
174
 
149
175
  - uses: actions/upload-artifact@v3
150
176
  with:
@@ -165,10 +191,13 @@ jobs:
165
191
  with:
166
192
  platform: argos
167
193
 
168
- - name: Integration tests
169
- shell: bash
170
- run: |
171
- ./scripts/argos-integration-tests.sh -f stage3_bivar_test
194
+ - uses: nick-fields/retry@v2
195
+ name: Stage3 bivariate tests
196
+ with:
197
+ timeout_minutes: 3600
198
+ max_attempts: 3
199
+ shell: bash
200
+ command: ./scripts/argos-integration-tests.sh -f stage3_bivar_test
172
201
 
173
202
  - uses: actions/upload-artifact@v3
174
203
  with:
@@ -189,10 +218,13 @@ jobs:
189
218
  with:
190
219
  platform: argos
191
220
 
192
- - name: Integration tests
193
- shell: bash
194
- run: |
195
- ./scripts/argos-integration-tests.sh -f stage4_univar_test
221
+ - uses: nick-fields/retry@v2
222
+ name: Stage4 univariate tests
223
+ with:
224
+ timeout_minutes: 3600
225
+ max_attempts: 3
226
+ shell: bash
227
+ command: ./scripts/argos-integration-tests.sh -f stage4_univar_test
196
228
 
197
229
  - uses: actions/upload-artifact@v3
198
230
  with:
@@ -213,10 +245,13 @@ jobs:
213
245
  with:
214
246
  platform: argos
215
247
 
216
- - name: Integration tests
217
- shell: bash
218
- run: |
219
- ./scripts/argos-integration-tests.sh -f stage5_univar_test
248
+ - uses: nick-fields/retry@v2
249
+ name: Stage5 univariate tests
250
+ with:
251
+ timeout_minutes: 3600
252
+ max_attempts: 3
253
+ shell: bash
254
+ command: ./scripts/argos-integration-tests.sh -f stage5_univar_test
220
255
 
221
256
  - uses: actions/upload-artifact@v3
222
257
  with:
@@ -237,10 +272,13 @@ jobs:
237
272
  with:
238
273
  platform: argos
239
274
 
240
- - name: Integration tests
241
- shell: bash
242
- run: |
243
- ./scripts/argos-integration-tests.sh -f stage5_bivar_test
275
+ - uses: nick-fields/retry@v2
276
+ name: Stage5 univariate tests
277
+ with:
278
+ timeout_minutes: 3600
279
+ max_attempts: 3
280
+ shell: bash
281
+ command: ./scripts/argos-integration-tests.sh -f stage5_bivar_test
244
282
 
245
283
  - uses: actions/upload-artifact@v3
246
284
  with:
@@ -12,6 +12,9 @@ on:
12
12
  schedule:
13
13
  - cron: '0 0 1 * *'
14
14
 
15
+ concurrency:
16
+ group: ${{ github.workflow }}-${{ github.ref }}
17
+ cancel-in-progress: true
15
18
 
16
19
  jobs:
17
20
  analyze:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sierra-research
3
- Version: 1.3.1
3
+ Version: 1.3.5
4
4
  Summary: Automation framework for the scientific method in AI research
5
5
  Home-page: https://github.com/jharwell/sierra
6
6
  Author: John Harwell
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA-CLI" "1" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA-CLI" "1" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra-cli \- The SIERRA Command Line Interface (CLI).
6
6
  .
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA-EXAMPLES" "7" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA-EXAMPLES" "7" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra-examples \- Examples of SIERRA usage. These examples all assume that you have successfully set up SIERRA with a project of your choice.
6
6
  .
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA-EXEC-ENVS" "7" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA-EXEC-ENVS" "7" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra-exec-envs \- The execution environments SIERRA supports.
6
6
  .
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA-GLOSSARY" "7" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA-GLOSSARY" "7" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra-glossary \- Glossary of SIERRA terminology.
6
6
  .
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA-PLATFORMS" "7" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA-PLATFORMS" "7" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra-platforms \- The platforms SIERRA supports, and platform-specific Batch Criteria.
6
6
  .
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA-USAGE" "7" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA-USAGE" "7" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra-usage \- How to use SIERRA. This covers all non-command line interface aspects.
6
6
  .
@@ -1,6 +1,6 @@
1
1
  .\" Man page generated from reStructuredText.
2
2
  .
3
- .TH "SIERRA" "7" "Jan 25, 2023" "1.3.1" "SIERRA"
3
+ .TH "SIERRA" "7" "Jun 08, 2023" "1.3.5" "SIERRA"
4
4
  .SH NAME
5
5
  sierra \- reSearch pIpEline for Reproducability, Reusability, and Automation.
6
6
  .
@@ -168,7 +168,6 @@ xref_links = {
168
168
  "https://sierra.readthedocs.io/en/master"),
169
169
  "FORDYCA": ("FORDYCA", "https://swarm-robotics-fordyca.readthedocs.io"),
170
170
  "PRISM": ("PRISM", "https://swarm-robotics-prism.readthedocs.io"),
171
- "LIBRA": ("LIBRA", "https://swarm-robotics-libra.readthedocs.io"),
172
171
  "2022-aamas-demo": ("2022 AAMAS Demo",
173
172
  "https://www-users.cse.umn.edu/~harwe006/showcase/aamas-2022-demo")
174
173
 
@@ -303,14 +302,16 @@ texinfo_documents = [
303
302
 
304
303
 
305
304
  # Example configuration for intersphinx: refer to the Python standard library.
306
- intersphinx_mapping = {'python3': ('https://docs.python.org/3', None),
307
- 'numpy': ('https://numpy.org/doc/stable/', None),
308
- 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
309
- 'matplotlib': ('https://matplotlib.org', None),
310
- 'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
311
- 'pandas': ('https://pandas.pydata.org/pandas-docs/dev', None),
312
- 'implements': ('https://implements.readthedocs.io/en/latest/', None)
313
- }
305
+ intersphinx_mapping = {
306
+ 'python3': ('https://docs.python.org/3', None),
307
+ 'numpy': ('https://numpy.org/doc/stable/', None),
308
+ 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
309
+ 'matplotlib': ('https://matplotlib.org', None),
310
+ 'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
311
+ 'pandas': ('https://pandas.pydata.org/pandas-docs/dev', None),
312
+ 'implements': ('https://implements.readthedocs.io/en/latest/', None),
313
+ 'libra': ('https://libra2.readthedocs.io/en/master', None)
314
+ }
314
315
 
315
316
  # This is the expected signature of the handler for this event, cf doc
316
317
 
@@ -21,8 +21,8 @@ Writing the code
21
21
  ----------------
22
22
 
23
23
  To contribute to the SIERRA core, in you should follow the general workflow and
24
- python development guide outlined in :xref:`LIBRA`. For the static analysis
25
- step:
24
+ python development guide outlined in :ref:`ln-libra-python-dev-guide` and
25
+ :ref:`ln-libra-dev-workflow`. For the static analysis step:
26
26
 
27
27
  #. Install development packages for SIERRA (from the SIERRA repo root)::
28
28
 
@@ -41,6 +41,7 @@ Basic Setup
41
41
  - ``texlive-fonts-recommended``
42
42
  - ``texlive-latex-extra``
43
43
  - ``dvipng``
44
+ - ``psmisc``
44
45
 
45
46
  Install the following optional packages with ``apt install``:
46
47
 
@@ -16,7 +16,7 @@ OS Requirements
16
16
 
17
17
  One of the following:
18
18
 
19
- - Recent linux. SIERRA is tested with ubuntu 20.04+, though it will probably
19
+ - Recent linux. SIERRA is tested with Ubuntu 20.04+, though it will probably
20
20
  work on less recent versions/other distros as well.
21
21
 
22
22
  - Recent OSX. SIERRA is tested with OSX 12+, though it *might* work on less
@@ -31,6 +31,12 @@ One of the following:
31
31
  If windows support would be helpful for your intended usage of SIERRA,
32
32
  please get in touch with me.
33
33
 
34
+ Python Requirements
35
+ ===================
36
+
37
+ Python 3.8+. Tested with 3.8-3.9. It may work for newer versions, probably won't
38
+ for older.
39
+
34
40
  .. _ln-sierra-req-exp:
35
41
 
36
42
  Experimental Definition Requirements
@@ -332,6 +338,19 @@ ROS1+Robot Platform
332
338
  verify this by trying to launch a ROS master on each robot: if it launches
333
339
  without errors, then these values are setup properly.
334
340
 
341
+ .. _ln-sierra-req-models:
342
+
343
+ ============================
344
+ Model Framework Requirements
345
+ ============================
346
+
347
+ When running models during stage 4 (see
348
+ :ref:`ln-sierra-tutorials-project-models`) SIERRA requires that:
349
+
350
+ - All models return :class:`pandas.DataFrame` (if they don't do this natively,
351
+ then their python bindings will have to do it). This is enforced by the
352
+ interfaces models must implement.
353
+
335
354
  .. _ln-sierra-req-xml:
336
355
 
337
356
  XML Content Requirements
@@ -23,6 +23,7 @@ you clone things somewhere else.
23
23
  - ``texlive-fonts-recommended``
24
24
  - ``texlive-latex-extra``
25
25
  - ``dvipng``
26
+ - ``psmisc``
26
27
 
27
28
  Install the following optional packages with ``apt install``:
28
29