branch: master 「№60616」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「4d8c8074e4eab340」 「№3799」
Difference from previous tested commit:  code diff
Commit date: 2019-02-08 10:17:52

Merge pull request #3799 from RosettaCommons/jadolfbr/iam_bugfix General bug fix from an email - IAM is now chain order independent as of sometime not too long ago. This is now reflected in both `RosettaAntibodyDesign` and Antibody Modeling to protect against failures arising from chain order.

...


branch: master 「№60615」
Commited by: Jack Maguire
GitHub commit link: 「664c7d28d7cb2c69」 「№3789」
Difference from previous tested commit:  code diff
Commit date: 2019-02-07 14:40:15

Merge pull request #3789 from RosettaCommons/JackMaguire/HBNetFlatSet Replacing HBNet's sorted vectors with boost flat_sets One of the messiest things I added to HBNet was sorted vectors. They helped with performance but littered the code with `std::lower_bound` and `std::binary_search`. I'm going through and replacing them with boost's flat containers (ordered sets and maps that are built on top of vectors) to keep the performance benefits without all the mess. Thanks to Brian for the review!

...


branch: master 「№60614」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ae40b61100c506a2」 「№3793」
Difference from previous tested commit:  code diff
Commit date: 2019-02-06 18:40:45

Merge pull request #3793 from RosettaCommons/vmullig/enforce_generating_function_privacy Trying to prevent some initialization functions for static const global data from being called from outside the intended context. Currently, a developer could call these functions from anywhere. This causes two problems. First, it duplicates data that have already been generated and are available globally. Second, it creates possible memory leaks, since the data are allocated on the heap by raw pointer, and a developer will probably not think to call `delete[]` on them after finishing with his or her local copy. By making the initialization functions into ordinary functions with no prototype outside of the context in which they are used, these functions can't be used for anything but initializing the static const data that they're supposed to initialize. <b>Edit:</b> This pull request also fixes a memory leak in the ResidueCountFilter, caused by improperly calling one of the initialization functions. Before merging, I need to do the following: - [x] Check that the functions to get properties from strings and strings from properties are unit-tested. - [x] Add some comments to those functions explaining how to use them.

...


branch: master 「№60613」
Commited by: Rocco Moretti
GitHub commit link: 「deb67c2455d7c401」 「№3796」
Difference from previous tested commit:  code diff
Commit date: 2019-02-05 14:22:19

Merge pull request #3796 from RosettaCommons/roccomoretti/reb_lr_fix Fix behavior of residue_energy_breakdown w/r/t long range energies. The residue_energy_breakdown application was accumulating the unweighted energies for long range energy terms, despite accumulating the weighted energies for the one-body and the short-range terms.

...


branch: master 「№60612」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「6a3f7ed7ca19d087」 「№3784」
Difference from previous tested commit:  code diff
Commit date: 2019-02-05 11:43:22

Merge pull request #3784 from RosettaCommons/jadolfbr/residue_property_selector Add a `ResiduePropertySelector` that selects based off of the ResidueProperty of a residue_type. Can set multiple properties and select and/or logic to simplify complex queries. Unit test suite for both code-level and rosetta_scripts based interfaces to the class.

...


branch: master 「№60611」
Commited by: Brian Coventry
GitHub commit link: 「50d068be8c5104e9」 「№3764」
Difference from previous tested commit:  code diff
Commit date: 2019-01-31 15:34:09

Merge pull request #3764 from RosettaCommons/bcov/ReadResfileFromDbSelector Adding a ResidueSelector to ReadResfileFromDB and a few bug fixes

Rocco Moretti 6 years
Whoops, my mistake -- it doesn't seem that the mac.clang unit test failures in pre-merge were timeout related. That possibly means this commit doesn't have significant timing considerations, and the timeout issues are due to on-server variation.
Brian Coventry 6 years
Indeed. This pull request just adds an option to a parse_my_tag.
Sergey Lyskov 6 years
I have restated this test, - lets see if that will make any difference...
...


branch: master 「№60610」
Commited by: Brian Coventry
GitHub commit link: 「57d23a298cef198e」 「№3624」
Difference from previous tested commit:  code diff
Commit date: 2019-01-31 15:33:53

Merge pull request #3624 from RosettaCommons/bcov/DontFilterReport Add option to skip filter reports

...


branch: master 「№60609」
Commited by: Jack Maguire
GitHub commit link: 「95d4d5c4f8c3c09c」 「№3788」
Difference from previous tested commit:  code diff
Commit date: 2019-01-31 08:13:24

Merge pull request #3788 from RosettaCommons/JackMaguire/Allocations There was a needless Residue copy in the inner loop of the FixbbSimAnnealer. It accounted for 54% of all heap allocations and 2% of total runtime (25% of total runtime according to the benchmark server). Thanks to Vikram for the review!

...


branch: master 「№60608」
Commited by: Brahm Yachnin
GitHub commit link: 「a380c0640211d08e」
Difference from previous tested commit:  code diff
Commit date: 2019-01-30 18:21:21

RosettaAI: Setting rosetta_scripts_scripts submodule to latest origin/master version.

...


branch: master 「№60607」
Commited by: Sergey Lyskov
GitHub commit link: 「8e9940c32d62464b」 「№3781」
Difference from previous tested commit:  code diff
Commit date: 2019-01-30 14:03:31

Merge pull request #3781 from RosettaCommons/sergey/binder updating Binder submodule to latest version

...


branch: master 「№60606」
Commited by: Brian Coventry
GitHub commit link: 「32f14c85c3c7190c」 「№3760」
Difference from previous tested commit:  code diff
Commit date: 2019-01-29 17:46:46

Merge pull request #3760 from RosettaCommons/bcov/ElectrostaticComplementarity Adding ElectrostaticComplementarityMetric

...


branch: master 「№60605」
Commited by: Sergey Lyskov
GitHub commit link: 「99b981ae91195a54」 「№3782」
Difference from previous tested commit:  code diff
Commit date: 2019-01-29 15:44:34

Merge pull request #3782 from RosettaCommons/sergey/f Updating `beautify` test logic so it does not mess-up Git submodules. Thanks to @roccomoretti for valuable feedback!

...


branch: master 「№60604」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5c57ffbadabc03c3」 「№3783」
Difference from previous tested commit:  code diff
Commit date: 2019-01-29 11:31:41

Merge pull request #3783 from RosettaCommons/vmullig/fix_octahedral_metal_test Fix the simple_cycpep_predict_octahedral_metal integration test. This is unfortunately testing something that has an inherently low success rate. I'm tweaking the test to "cheat" as much as possible, to bias the results to a success.

...


branch: master 「№60603」
Commited by: Rocco Moretti
GitHub commit link: 「483fcf5cee84a82e」
Difference from previous tested commit:  code diff
Commit date: 2019-01-28 13:34:51

RosettaAI: Setting pyrosetta_scripts submodule to latest origin/master version.

...


branch: master 「№60602」
Commited by: longxing
GitHub commit link: 「c5a26194b18ef0ce」 「№3765」
Difference from previous tested commit:  code diff
Commit date: 2019-01-28 01:40:03

Merge pull request #3765 from RosettaCommons/longxing/upweighter Add skip loop option to the ProteinProteinInterfaceUpweighter task operation

...


branch: master 「№60601」
Commited by: Sergey Lyskov
GitHub commit link: 「366d66620bf130f5」
Difference from previous tested commit:  code diff
Commit date: 2019-01-26 21:51:33

updating Binder submodule

...


< 1 .. 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 .. 354 >

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