「view this page in B3 βῆτα server」

Revisions №416

branch: rosetta:release 「№416」
Commited by: Jason C. Klima
GitHub commit link: 「d79cb06334818403」
Difference from previous tested commit:  code diff
Commit date: 2025-11-04 14:19:41
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
icc.icc.build.debug postgres build.header build.levels performance profile release.PyRosetta.MinSizeRel m1.clang.cxx11thread.serialization.python311.release.PyRosetta.Release mac.clang.cxx11thread.serialization.python312.release.PyRosetta.Release mac.clang.cxx11thread.serialization.python39.release.PyRosetta.Release ubuntu.clang.cxx11thread.serialization.python310.release.PyRosetta.Release ubuntu.clang.cxx11thread.serialization.python312.release.PyRosetta.Release ubuntu.clang.cxx11thread.serialization.python313.release.PyRosetta.Release ubuntu.clang.python310.release.PyRosetta.Release ubuntu.clang.python311.release.PyRosetta.Release ubuntu.clang.python313.release.PyRosetta.Release ubuntu.clang.python37.release.PyRosetta.Release ubuntu.clang.python38.release.PyRosetta.Release ubuntu.clang.python39.release.PyRosetta.Release m1.clang.cxx11thread.serialization.python313.release.PyRosetta.conda.Release mac.clang.cxx11thread.serialization.python311.release.PyRosetta.conda.Release ubuntu.clang.cxx11thread.serialization.python312.release.PyRosetta.conda.Release ubuntu.clang.cxx11thread.serialization.python313.release.PyRosetta.conda.Release release.rosetta.documentation release.source scripts.pyrosetta scripts.rosetta.verify util.apps

Add uv/conda/mamba unit tests for PyRosettaCluster virtual environment recreation (#560) This PR is a follow-up to PR #536 to add unit tests for `uv`, `conda`, and `mamba` workflows in the PyRosettaCluster simulation reproduction lifecycle. In particular, this PR changes the `pyrosetta.distributed.cluster.recreate_environment` function to support recreating a `conda`/`mamba` virtual environment in a local prefix directory rather than via a provided environment name to the global `conda`/`mamba` environment context, which mimics the `uv` and `pixi` workflows more closely.

...