sierra-research 1.3.1__tar.gz → 1.3.6__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.
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/actions/publish/action.yml +3 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/actions/sierra-setup/action.yml +16 -32
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/argos.yml +42 -24
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/coverage.yml +4 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/exec-env-plugins.yml +0 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/integration-all.yml +23 -8
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/sierra-core.yml +77 -39
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/static-analysis.yml +3 -0
- {sierra-research-1.3.1/sierra_research.egg-info → sierra-research-1.3.6}/PKG-INFO +43 -4
- {sierra-research-1.3.1 → sierra-research-1.3.6}/README.rst +2 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra-cli.1 +134 -134
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra-examples.7 +15 -15
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra-exec-envs.7 +12 -12
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra-glossary.7 +12 -12
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra-platforms.7 +31 -31
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra-usage.7 +56 -56
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_build/man/sierra.7 +5 -5
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/conf.py +16 -15
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/requirements.txt +2 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/contributing.rst +2 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/getting_started.rst +1 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/glossary.rst +1 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/matrix.rst +5 -6
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/packages.rst +1 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/requirements.rst +21 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/trial.rst +3 -2
- sierra-research-1.3.6/docs/src/tutorials/project/models.rst +109 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/setup.py +4 -2
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/config.py +1 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/graphs/stacked_line_graph.py +9 -6
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/models/graphs.py +0 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage2/exp_runner.py +4 -4
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage3/imagizer.py +2 -1
- sierra-research-1.3.6/sierra/core/pipeline/stage4/__init__.py +2 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/startup.py +1 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/utils.py +1 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/main.py +1 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/version.py +1 -1
- {sierra-research-1.3.1 → sierra-research-1.3.6/sierra_research.egg-info}/PKG-INFO +43 -4
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra_research.egg-info/requires.txt +3 -2
- sierra-research-1.3.1/docs/src/tutorials/project/models.rst +0 -80
- sierra-research-1.3.1/sierra/core/pipeline/stage5/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.coveragerc +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.dir-locals.el +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/actions/sample-project-setup/action.yml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/actions/slurm-setup/action.yml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/ros1gazebo.yml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/ros1robot.yml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.github/workflows/unit-tests.yml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.gitignore +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.projectile +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.pylintrc +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/.readthedocs.yml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/LICENSE +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/Makefile +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_ext/xref.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/_templates/autoapi/module.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/figures/architecture.png +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra-cli.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra-examples.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra-exec-envs.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra-glossary.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra-platforms.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra-usage.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/man/sierra.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/api.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/description.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/exec_env/hpc.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/exec_env/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/exec_env/robot.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/faq.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/philosophy.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/argos/batch_criteria.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/argos/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/ros1gazebo/batch_criteria.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/ros1gazebo/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/ros1robot/batch_criteria.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/platform/ros1robot/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/plugins/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/roadmap.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/storage/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/hpc/cluster_setup.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/hpc/local_setup.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/exec_env/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/exec_env/plugin.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/platform/cmdline.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/platform/generators.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/platform/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/platform/plugin.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/storage/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/plugin/storage/plugin.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/cmdline.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/generators.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/graphs_config.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/hooks.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/main_config/controllers.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/main_config/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/main_config/main.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/main_config/perf.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/new_bc.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/project.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/stage5_config.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/tutorials/project/template_input_file.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/cli-argos.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/cli-core.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/cli-ros1gazebo.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/cli-ros1robot.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/cli.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/environment.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/examples.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/index.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/pipeline.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/rendering.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/run_time_tree.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/stage5.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/subprograms.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/docs/src/usage/variables.rst +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/noxfile.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/scripts/argos-integration-tests.sh +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/scripts/core-integration-tests.sh +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/scripts/ros1gazebo-integration-tests.sh +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/scripts/ros1robot-integration-tests.sh +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/scripts/slurm-test.sh +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/scripts/slurm.conf +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/setup.cfg +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/cmdline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/experiment/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/experiment/bindings.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/experiment/definition.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/experiment/spec.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/experiment/xml.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/generators/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/generators/controller_generator_parser.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/generators/exp_creator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/generators/exp_generators.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/generators/generator_factory.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/graphs/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/graphs/heatmap.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/graphs/scatterplot2D.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/graphs/stacked_surface_graph.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/graphs/summary_line_graph.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/hpc/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/hpc/cmdline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/logging.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/models/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/models/interface.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/pipeline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage1/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage1/pipeline_stage1.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage2/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage2/pipeline_stage2.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage3/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage3/pipeline_stage3.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage3/run_collator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage3/statistics_calculator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/graph_collator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/inter_exp_graph_generator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/intra_exp_graph_generator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/model_runner.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/pipeline_stage4.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/rendering.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage4/yaml_config_loader.py +0 -0
- {sierra-research-1.3.1/sierra/core/pipeline/stage4 → sierra-research-1.3.6/sierra/core/pipeline/stage5}/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage5/inter_scenario_comparator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage5/intra_scenario_comparator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/pipeline/stage5/pipeline_stage5.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/platform.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/plugin_manager.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/root_dirpath_generator.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/ros1/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/ros1/callbacks.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/ros1/cmdline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/ros1/generators.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/ros1/variables/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/ros1/variables/exp_setup.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/stat_kernels.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/storage.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/types.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/variables/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/variables/base_variable.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/variables/batch_criteria.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/variables/exp_setup.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/variables/population_size.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/variables/variable_density.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/core/vector.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/adhoc/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/adhoc/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/local/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/local/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/pbs/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/pbs/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/slurm/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/hpc/slurm/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/cmdline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/generators/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/generators/platform_generators.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/arena_shape.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/cameras.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/constant_density.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/exp_setup.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/physics_engines.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/population_constant_density.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/population_size.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/population_variable_density.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/argos/variables/rendering.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/cmdline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/generators/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/generators/platform_generators.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/variables/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1gazebo/variables/population_size.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/cmdline.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/generators/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/generators/platform_generators.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/variables/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/platform/ros1robot/variables/population_size.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/robot/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/robot/turtlebot3/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/robot/turtlebot3/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/storage/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/storage/csv/__init__.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra/plugins/storage/csv/plugin.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra_research.egg-info/SOURCES.txt +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra_research.egg-info/dependency_links.txt +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra_research.egg-info/entry_points.txt +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/sierra_research.egg-info/top_level.txt +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/tests/arena_extent_test.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/tests/exp_def_test.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/tests/test1.xml +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/tests/vector_test.py +0 -0
- {sierra-research-1.3.1 → sierra-research-1.3.6}/todo.org +0 -0
@@ -17,11 +17,12 @@ runs:
|
|
17
17
|
shell: bash
|
18
18
|
run: |
|
19
19
|
python3 -m build
|
20
|
+
cd docs && make linkcheck
|
20
21
|
|
21
22
|
- name: Set tag
|
22
23
|
if: github.ref == 'refs/heads/devel'
|
23
24
|
shell: bash
|
24
|
-
run: echo "RELEASE_TAG
|
25
|
+
run: echo "RELEASE_TAG=$(python3 setup.py --version).beta" >> $GITHUB_ENV
|
25
26
|
|
26
27
|
- name: Github beta release
|
27
28
|
if: github.ref == 'refs/heads/devel'
|
@@ -45,7 +46,7 @@ runs:
|
|
45
46
|
- name: Set tag
|
46
47
|
if: github.ref == 'refs/heads/master'
|
47
48
|
shell: bash
|
48
|
-
run: echo "RELEASE_TAG
|
49
|
+
run: echo "RELEASE_TAG=$(python3 setup.py --version)" >> $GITHUB_ENV
|
49
50
|
|
50
51
|
- name: Github release
|
51
52
|
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
|
-
-
|
65
|
-
|
44
|
+
- uses: nick-fields/retry@v2
|
45
|
+
name: Install system deps (OSX)
|
66
46
|
if: runner.os == 'macOS'
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
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
|
@@ -80,7 +64,7 @@ runs:
|
|
80
64
|
- name: Install SIERRA
|
81
65
|
shell: bash
|
82
66
|
run: |
|
83
|
-
|
67
|
+
python3 -m pip install -r docs/requirements.txt
|
84
68
|
cd docs && make man && cd ..
|
85
69
|
python3 -m pip install .
|
86
70
|
python3 -m pip install .[devel]
|
@@ -24,10 +24,13 @@ jobs:
|
|
24
24
|
with:
|
25
25
|
platform: argos
|
26
26
|
|
27
|
-
-
|
28
|
-
|
29
|
-
|
30
|
-
|
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
|
-
-
|
53
|
-
|
54
|
-
|
55
|
-
|
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
|
-
-
|
77
|
-
|
78
|
-
|
79
|
-
|
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
|
-
-
|
101
|
-
|
102
|
-
|
103
|
-
|
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
|
-
-
|
127
|
-
|
128
|
-
|
129
|
-
|
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
|
-
-
|
152
|
-
|
153
|
-
|
154
|
-
|
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:
|
@@ -14,45 +14,60 @@ on:
|
|
14
14
|
- cron: '0 0 1 * *'
|
15
15
|
|
16
16
|
jobs:
|
17
|
-
|
18
|
-
uses: ./.github/workflows/
|
17
|
+
sierra-core-ci-ubuntu:
|
18
|
+
uses: ./.github/workflows/sierra-core.yml
|
19
19
|
secrets: inherit
|
20
20
|
with:
|
21
21
|
os: ubuntu-20.04
|
22
22
|
|
23
|
-
|
24
|
-
uses: ./.github/workflows/
|
23
|
+
sierra-core-ci-osx:
|
24
|
+
uses: ./.github/workflows/sierra-core.yml
|
25
25
|
secrets: inherit
|
26
26
|
with:
|
27
27
|
os: macos-12
|
28
28
|
|
29
|
-
|
30
|
-
uses: ./.github/workflows/
|
29
|
+
argos-ci-ubuntu:
|
30
|
+
uses: ./.github/workflows/argos.yml
|
31
31
|
secrets: inherit
|
32
|
+
needs:
|
33
|
+
- sierra-core-ci-ubuntu
|
34
|
+
|
32
35
|
with:
|
33
36
|
os: ubuntu-20.04
|
34
37
|
|
35
|
-
|
36
|
-
uses: ./.github/workflows/
|
38
|
+
argos-ci-osx:
|
39
|
+
uses: ./.github/workflows/argos.yml
|
37
40
|
secrets: inherit
|
41
|
+
needs:
|
42
|
+
- sierra-core-ci-osx
|
38
43
|
with:
|
39
44
|
os: macos-12
|
40
45
|
|
46
|
+
|
41
47
|
ros1gazebo-ci-ubuntu:
|
42
48
|
uses: ./.github/workflows/ros1gazebo.yml
|
43
49
|
secrets: inherit
|
50
|
+
needs:
|
51
|
+
- sierra-core-ci-ubuntu
|
52
|
+
|
44
53
|
with:
|
45
54
|
os: ubuntu-20.04
|
46
55
|
|
47
56
|
ros1robot-ci-ubuntu:
|
48
57
|
uses: ./.github/workflows/ros1robot.yml
|
49
58
|
secrets: inherit
|
59
|
+
needs:
|
60
|
+
- sierra-core-ci-ubuntu
|
61
|
+
|
50
62
|
with:
|
51
63
|
os: ubuntu-20.04
|
52
64
|
|
53
65
|
exec-env-ci-ubuntu:
|
54
66
|
uses: ./.github/workflows/exec-env-plugins.yml
|
55
67
|
secrets: inherit
|
68
|
+
needs:
|
69
|
+
- sierra-core-ci-ubuntu
|
70
|
+
|
56
71
|
with:
|
57
72
|
os: ubuntu-20.04
|
58
73
|
|
@@ -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
|
-
-
|
28
|
-
|
29
|
-
|
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
|
-
-
|
52
|
-
|
53
|
-
|
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
|
-
-
|
82
|
-
|
83
|
-
|
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
|
-
-
|
96
|
+
- uses: nick-fields/retry@v2
|
86
97
|
if: runner.os == 'Linux'
|
87
|
-
|
88
|
-
|
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
|
-
-
|
117
|
-
|
118
|
-
|
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
|
-
-
|
139
|
+
- uses: nick-fields/retry@v2
|
121
140
|
if: runner.os == 'Linux'
|
122
|
-
|
123
|
-
|
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
|
-
-
|
145
|
-
|
146
|
-
|
147
|
-
|
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
|
-
-
|
169
|
-
|
170
|
-
|
171
|
-
|
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
|
-
-
|
193
|
-
|
194
|
-
|
195
|
-
|
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
|
-
-
|
217
|
-
|
218
|
-
|
219
|
-
|
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
|
-
-
|
241
|
-
|
242
|
-
|
243
|
-
|
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:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sierra-research
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.6
|
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
|
@@ -21,8 +21,47 @@ Classifier: Topic :: Scientific/Engineering
|
|
21
21
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
22
22
|
Requires-Python: >=3.8
|
23
23
|
Description-Content-Type: text/x-rst
|
24
|
-
Provides-Extra: devel
|
25
24
|
License-File: LICENSE
|
25
|
+
Requires-Dist: pyyaml
|
26
|
+
Requires-Dist: pandas
|
27
|
+
Requires-Dist: numpy
|
28
|
+
Requires-Dist: matplotlib
|
29
|
+
Requires-Dist: sympy
|
30
|
+
Requires-Dist: psutil
|
31
|
+
Requires-Dist: distro
|
32
|
+
Requires-Dist: netifaces
|
33
|
+
Requires-Dist: haggis
|
34
|
+
Requires-Dist: coloredlogs
|
35
|
+
Requires-Dist: implements
|
36
|
+
Requires-Dist: retry
|
37
|
+
Provides-Extra: devel
|
38
|
+
Requires-Dist: pylint==2.14.5; extra == "devel"
|
39
|
+
Requires-Dist: pytype; extra == "devel"
|
40
|
+
Requires-Dist: pydocstyle; extra == "devel"
|
41
|
+
Requires-Dist: xenon; extra == "devel"
|
42
|
+
Requires-Dist: flake8; extra == "devel"
|
43
|
+
Requires-Dist: nox; extra == "devel"
|
44
|
+
Requires-Dist: psutil; extra == "devel"
|
45
|
+
Requires-Dist: pytest; extra == "devel"
|
46
|
+
Requires-Dist: pytest-cov; extra == "devel"
|
47
|
+
Requires-Dist: mypy; extra == "devel"
|
48
|
+
Requires-Dist: xmldiff; extra == "devel"
|
49
|
+
Requires-Dist: coverage; extra == "devel"
|
50
|
+
Requires-Dist: coveralls; extra == "devel"
|
51
|
+
Requires-Dist: mypy-runner; extra == "devel"
|
52
|
+
Requires-Dist: build; extra == "devel"
|
53
|
+
Requires-Dist: twine; extra == "devel"
|
54
|
+
Requires-Dist: setuptools; extra == "devel"
|
55
|
+
Requires-Dist: sphinx==5.0.2; extra == "devel"
|
56
|
+
Requires-Dist: docutils==0.18.1; extra == "devel"
|
57
|
+
Requires-Dist: sphinx-rtd-theme; extra == "devel"
|
58
|
+
Requires-Dist: sphinx-argparse; extra == "devel"
|
59
|
+
Requires-Dist: sphinx-tabs; extra == "devel"
|
60
|
+
Requires-Dist: sphinxcontrib-napoleon; extra == "devel"
|
61
|
+
Requires-Dist: psutil; extra == "devel"
|
62
|
+
Requires-Dist: sphinx-last-updated-by-git; extra == "devel"
|
63
|
+
Requires-Dist: autoapi; extra == "devel"
|
64
|
+
Requires-Dist: graphviz; extra == "devel"
|
26
65
|
|
27
66
|
===========================================================================
|
28
67
|
SIERRA (reSearch pIpEline for Reproducibility, Reusability, and Automation)
|
@@ -37,8 +76,8 @@ SIERRA (reSearch pIpEline for Reproducibility, Reusability, and Automation)
|
|
37
76
|
.. |supported-pythons| image:: https://img.shields.io/pypi/pyversions/sierra-research.svg
|
38
77
|
:target: https://pypi.python.org/pypi/sierra-research/
|
39
78
|
|
40
|
-
.. |linux-supported| image:: https://
|
41
|
-
.. |osx-supported| image:: https://
|
79
|
+
.. |linux-supported| image:: https://img.shields.io/badge/os-Linux-crimson
|
80
|
+
.. |osx-supported| image:: https://img.shields.io/badge/os-OSX-crimson
|
42
81
|
|
43
82
|
.. |ci-integration-master| image:: https://github.com/jharwell/sierra/actions/workflows/integration-all.yml/badge.svg?branch=master
|
44
83
|
.. |ci-analysis-master| image:: https://github.com/jharwell/sierra/actions/workflows/static-analysis.yml/badge.svg?branch=master
|
@@ -11,8 +11,8 @@ SIERRA (reSearch pIpEline for Reproducibility, Reusability, and Automation)
|
|
11
11
|
.. |supported-pythons| image:: https://img.shields.io/pypi/pyversions/sierra-research.svg
|
12
12
|
:target: https://pypi.python.org/pypi/sierra-research/
|
13
13
|
|
14
|
-
.. |linux-supported| image:: https://
|
15
|
-
.. |osx-supported| image:: https://
|
14
|
+
.. |linux-supported| image:: https://img.shields.io/badge/os-Linux-crimson
|
15
|
+
.. |osx-supported| image:: https://img.shields.io/badge/os-OSX-crimson
|
16
16
|
|
17
17
|
.. |ci-integration-master| image:: https://github.com/jharwell/sierra/actions/workflows/integration-all.yml/badge.svg?branch=master
|
18
18
|
.. |ci-analysis-master| image:: https://github.com/jharwell/sierra/actions/workflows/static-analysis.yml/badge.svg?branch=master
|