branch: release 「№254」
Commited by: Rocco Moretti
GitHub commit link: 「f98ad046ef76418f」 「№4656」
Difference from previous tested commit:  code diff
Commit date: 2020-05-06 14:59:29

Merge pull request #4656 from RosettaCommons/roccomoretti/dunbrack_precision Adjust Dunbrack library generation to address test server issues. It looks like a fair part of the integration test instability on the test server may be due to differences in the Dunbrack rotamer library binary on different machines. (Potentially due to release/debug differences.) A substantial portion of the difference in release/debug mode binary file generation is due to truncating the spline-fit derivatives to single precision. Changing that to double precision greatly reduces the numeric difference between debug-mode and release-mode generated Dunbrack binaries (at least on my machine). To further prevent differences in compilation mode from altering integration test trajectories, the way the Dunbrack binaries are stored on the test server was altered, such that each compilation mode gets its own Dunbrack binary. Both of these changes should hopefully greatly reduce the spurious integration test diffs we've been seeing on the test server. The Dunbrack binary version has been increased to accommodate for the change in precision. This will result in regenerating the Dunbrack binary.

...


branch: release 「№253」
Commited by: Yue Ying
GitHub commit link: 「24657a3ea486fc9a」 「№4609」
Difference from previous tested commit:  code diff
Commit date: 2020-04-28 22:07:25

Merge pull request #4609 from RosettaCommons/yingyue0414-patch-modified_aldohexofuranosyl Add Modified Aldohexofuranoses to Database

...


branch: release 「№252」
Commited by: Rocco Moretti
GitHub commit link: 「43186e059c1952f0」 「№4636」
Difference from previous tested commit:  code diff
Commit date: 2020-04-20 12:25:11

Merge pull request #4636 from RosettaCommons/roccomoretti/filter_value_metric Add a SimpleMetric which wraps a Filter. We're looking at converting the usage of Filters for calculating values to the SimpleMetric framework. In that conversion process, it would be really useful to have a RealMetric that's able to wrap a Filter, for backwards compatibility purposes. -- That is, if you have some framework which currently stores a filter and then uses the report_sm() functionality of that stored filter, you would want to convert it to store a RealMetric and use the value calculated by that real metric. But you also want to preserve backward compatibility in case people have old XMLs which are using and passing around Filters. That's what the FilterValueMetric is for. It's just a RealMetric which can take an arbitrary Filter, call report_sm() on it, and use that value as if it was calculated by a RealMetric proper. The intent is not to be used "earnestly", but mainly as a backward compatibility shim during the process of updating things to use the metrics framework.

...


branch: release 「№251」
Commited by: Frank DiMaio
GitHub commit link: 「3121c734db02d2b6」 「№4619」
Difference from previous tested commit:  code diff
Commit date: 2020-04-10 12:29:24

Merge pull request #4619 from RosettaCommons/dimaio/bbi_init_from_pdb Two changes for design of crystal lattices: * add the ability to supply a reference pose to BuildingBlockInterface * add the ability to add named symmetric DOFs to TaskAwareSymmMinMover

...


branch: release 「№250」
Commited by: Sergey Lyskov
GitHub commit link: 「0840a913640fb154」 「№4582」
Difference from previous tested commit:  code diff
Commit date: 2020-03-25 14:48:46

Merge pull request #4582 from RosettaCommons/benchmark fixing unicode issues in tutorial tests

...


branch: release 「№249」
Commited by: Sergey Lyskov
GitHub commit link: 「ce6f14f37b41d737」 「№4561」
Difference from previous tested commit:  code diff
Commit date: 2020-03-12 21:59:10

Merge pull request #4561 from RosettaCommons/benchmark Fix of Python environment deployment issue

...


branch: release 「№248」
Commited by: Teun Hoevenaars
GitHub commit link: 「46415fa3e9decb8b」 「№4536」
Difference from previous tested commit:  code diff
Commit date: 2020-03-05 03:09:24

Merge pull request #4536 from RosettaCommons/teunhoevenaars/jacobi_loop_closure_1 Fixes after initial Jacobi loop closure merge and addition of Loop definition to RosettaScript

...


branch: release 「№247」
Commited by: Daniel Farrell
GitHub commit link: 「cb1cabafd7463ab7」 「№4482」
Difference from previous tested commit:  code diff
Commit date: 2020-02-20 10:29:09

Merge pull request #4482 from RosettaCommons/danpf/hybrid_pmt_fix Move hybrid parse my tag pose accessing to apply

...


branch: release 「№246」
Commited by: Rocco Moretti
GitHub commit link: 「feb6ebf6c93447cb」 「№4485」
Difference from previous tested commit:  code diff
Commit date: 2020-02-08 17:37:31

Merge pull request #4485 from RosettaCommons/roccomoretti/fix_broken_tests Attempt to smash a bunch of broken tests in master on the test server. I looked at the failures in master, and saw if I could make some quick technical fixes. Not treated were "scientific" failures

...


branch: release 「№245」
Commited by: Jack Maguire
GitHub commit link: 「80fcaed31d875d7a」 「№4436」
Difference from previous tested commit:  code diff
Commit date: 2020-01-31 20:27:11

Merge pull request #4436 from RosettaCommons/JackMaguire/AcceptToBestMover AcceptToBestMover I'm re-implementing FastDesign using rosetta_scripts instead of relax_scripts. People are generally more familiar with rosetta_scripts so this side-by-side comparison will hopefully be the "Rosetta Stone" of relax_scripts. The only functionality that does not currently exist in rosetta_scripts is the accept_to_best command, which updates the pose to the best one seen so far. This PR adds the AcceptToBestMover which wraps this simple logic into Mover boilerplate.

...


branch: release 「№244」
Commited by: Rocco Moretti
GitHub commit link: 「4fcf80033aebbcdf」 「№4456」
Difference from previous tested commit:  code diff
Commit date: 2020-01-24 12:08:55

Merge pull request #4456 from RosettaCommons/roccomoretti/no_apply_to_pose Remove APPLY_TO_POSE usage in integration tests APPLY_TO_POSE is deprecated, and we should hopefully be removing support for it in the (nearish?) future. There are, however, two integration tests which make (non-trivial) use of it. This PR adjusts those integration tests not to use it, using the suggested replacement instead.

...


branch: release 「№243」
Commited by: Sergey Lyskov
GitHub commit link: 「f1c7e97dda7fb739」 「№4444」
Difference from previous tested commit:  code diff
Commit date: 2020-01-15 14:26:56

Merge pull request #4444 from RosettaCommons/benchmark Updating testing scrips: - updating release tests to use mounts - updating benchmark.py to properly handle comparisons - updating integration.py path-sanitation procedure to use main path as a root to reflect new directories layout (this will cause most integration tests to fail once when this is merged, - this is expected change)

...


branch: release 「№242」
Commited by: Sergey Lyskov
GitHub commit link: 「22ef835b4a2647af」 「№4430」
Difference from previous tested commit:  code diff
Commit date: 2020-01-05 19:31:56

Merge pull request #4430 from RosettaCommons/benchmark Testing scripts update. Updating headers and levels tests to use new directory layout. Updating build.clean.* test to use HTTPS instead of SSH for submodule cloning.

...


branch: release 「№241」
Commited by: Jack Maguire
GitHub commit link: 「17852696da60cbdc」 「№4423」
Difference from previous tested commit:  code diff
Commit date: 2019-12-29 14:09:34

Merge pull request #4423 from RosettaCommons/JackMaguire/MRSScriptVars Enabling script_vars for JD3 apps

...


branch: release 「№240」
Commited by: Andy Watkins
GitHub commit link: 「91b7a940f06ab065」 「№4087」
Difference from previous tested commit:  code diff
Commit date: 2019-12-12 23:03:24

Merge pull request #4087 from RosettaCommons/kkappel1/drrafter_updates On behalf of @kkappel1: DRRAFTER updates

...


branch: release 「№239」
Commited by: Rocco Moretti
GitHub commit link: 「3d995b1592237472」 「№4377」
Difference from previous tested commit:  code diff
Commit date: 2019-11-20 18:52:20

Merge pull request #4377 from RosettaCommons/roccomoretti/fix_master_tests Fix clang tidy tests

...


< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .. 23 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled