CodeEntropy 1.1.0__tar.gz → 2.0.0__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.
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/workflows/release.yaml +2 -1
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CITATION.cff +1 -1
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/__init__.py +1 -1
- {codeentropy-1.1.0 → codeentropy-2.0.0}/PKG-INFO +1 -1
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/CONTRIBUTING.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/ISSUE_TEMPLATE/documentation.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/ISSUE_TEMPLATE/general_report.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/renovate.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/workflows/daily.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/workflows/pr.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/workflows/update-copyright-years-in-license-file.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/workflows/weekly-docs.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.github/workflows/weekly-regression.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.gitignore +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/.pre-commit-config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CODE_OF_CONDUCT.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/__main__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/cli.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/config/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/config/argparse.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/config/runtime.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/core/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/core/logging.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/configurational.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/graph.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/nodes/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/nodes/aggregate.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/nodes/configurational.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/nodes/vibrational.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/orientational.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/vibrational.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/water.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/entropy/workflow.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/axes.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/dihedrals.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/forces.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/frame_dag.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/hierarchy.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/level_dag.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/linalg.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/mda.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/accumulators.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/beads.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/conformations.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/covariance.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/detect_levels.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/levels/nodes/detect_molecules.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/molecules/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/molecules/grouping.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/results/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/CodeEntropy/results/reporter.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/LICENSE +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/README.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/conda-recipe/meta.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/Makefile +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/README.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/_static/README.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/_static/custom.css +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/_static/logos/biosim-codeentropy_logo_dark.png +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/_static/logos/biosim-codeentropy_logo_light.png +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/_templates/README.md +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.cli.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.config.argparse.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.config.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.config.runtime.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.core.logging.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.core.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.configurational.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.graph.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.nodes.aggregate.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.nodes.configurational.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.nodes.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.nodes.vibrational.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.orientational.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.vibrational.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.water.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.workflow.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.axes.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.dihedrals.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.forces.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.frame_dag.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.hierarchy.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.level_dag.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.linalg.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.mda.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.accumulators.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.beads.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.conformations.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.covariance.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.detect_levels.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.detect_molecules.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.molecules.grouping.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.molecules.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.results.reporter.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.results.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/modules.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/conf.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/developer_guide.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/faq.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/getting_started.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/index.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/docs/science.rst +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/pyproject.toml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/readthedocs.yml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/__init__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/pytest.ini +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/benzaldehyde.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/benzene.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/cyclohexane.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/dna.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/ethyl-acetate.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/methane.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/methanol.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/baselines/octonol.json +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/benzaldehyde/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/benzene/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/cyclohexane/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/dna/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/ethyl-acetate/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/methane/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/methanol/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/configs/octonol/config.yaml +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/conftest.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/helpers.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/regression/test_regression.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/cli/test___main__.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/cli/test_cli.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/argparse/conftest.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/argparse/test_argparse_build_parser.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/argparse/test_argparse_load_config.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/argparse/test_argparse_resolve.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/argparse/test_argparse_str2bool.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/argparse/test_argparse_validate_inputs.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/conftest.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_build_universe_branches.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_citation_data.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_create_job_folder.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_print_args_table.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_required_args.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_run_entropy_workflow_branches.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_runtime_properties.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_show_splash.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_unit_conversions.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_universe_io.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/conftest.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_configure_loggers.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_error_filter.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_export_console.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_get_console_singleton.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_handlers_setup.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_set_level.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/conftest.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/nodes/test_aggregate_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/nodes/test_configurational_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/nodes/test_vibrational_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_configurational_edges.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_configurational_entropy_math.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_graph.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_orientational_entropy.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_vibrational_entropy_math.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_water_entropy.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_workflow.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/conftest.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_build_beads_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_conformations_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_detect_levels_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_detect_molecules_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_frame_covariance_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_init_covariance_accumulators_node.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_axes.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_dihedrals.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_forces_force_torque_calculator.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_frame_graph.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_hierarchy_builder.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_level_dag_orchestration.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_level_dag_reduce.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_level_dag_reduction.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_linalg_matrix_utils.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_mda_universe_operations.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/molecules/test_grouping.py +0 -0
- {codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/results/test_reporter.py +0 -0
|
@@ -160,7 +160,8 @@ jobs:
|
|
|
160
160
|
|
|
161
161
|
- name: Set version in conda recipe
|
|
162
162
|
run: |
|
|
163
|
-
sed -i
|
|
163
|
+
sed -i "s/^{% set version = \".*\" %}$/{% set version = \"${{ github.event.inputs.version }}\" %}/" conda-recipe/meta.yaml
|
|
164
|
+
grep '{% set version' conda-recipe/meta.yaml
|
|
164
165
|
|
|
165
166
|
- name: Setup Conda
|
|
166
167
|
uses: conda-incubator/setup-miniconda@v3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CodeEntropy
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: CodeEntropy is a Python package for computing the configurational entropy of macromolecular systems using forces sampled from molecular dynamics (MD) simulations. It implements the multiscale cell correlation method to provide accurate and efficient entropy estimates, supporting a wide range of applications in molecular simulation and statistical mechanics.
|
|
5
5
|
Keywords: entropy,macromolecular systems,MD simulation
|
|
6
6
|
Author-email: Arghya 'Argo' Chakravorty <arghyac@umich.edu>, Donald Chung-HK <donald.chung@stfc.ac.uk>, Sarah Fegan <sarah.fegan@stfc.ac.uk>, James Gebbie-Rayet <james.gebbie@stfc.ac.uk>, Sarah Harris <sarah.harris@sheffield.ac.uk>, Richard Henchman <rhen7213@uni.sydney.edu.au>, Jonathan Higham <j.higham4@lancaster.ac.uk>, Jas Kalayan <jas.kalayan@stfc.ac.uk>, Ioana Papa <iapapa1@sheffield.ac.uk>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/docs/_static/logos/biosim-codeentropy_logo_light.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.entropy.nodes.configurational.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/docs/api/CodeEntropy.levels.nodes.detect_molecules.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_citation_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_required_args.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_show_splash.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/config/runtime/test_universe_io.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_error_filter.py
RENAMED
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_export_console.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_handlers_setup.py
RENAMED
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/core/logging/test_set_level.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/nodes/test_aggregate_node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_configurational_edges.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_orientational_entropy.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/entropy/test_water_entropy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/nodes/test_build_beads_node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_hierarchy_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_level_dag_reduce.py
RENAMED
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_level_dag_reduction.py
RENAMED
|
File without changes
|
{codeentropy-1.1.0 → codeentropy-2.0.0}/tests/unit/CodeEntropy/levels/test_linalg_matrix_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|