branch: release 「№286」
Commited by: Rocco Moretti
GitHub commit link: 「16a09fec0f32092e」 「№5396」
Difference from previous tested commit:  code diff
Commit date: 2021-06-15 17:18:14

Merge pull request #5396 from RosettaCommons/roccomoretti/cleanup_fwd Clean up forward headers. Part of the "try to speed up compilation" series: Go through the forward headers, and clean up unneeded includes. (Under the philosophy that the forward headers should be as minimal as possible to define the existence of types.) A number of individual deletions, but main ones: * There were some "all" headers that really weren't being used, and probably shouldn't be used (include the individual subheaders instead) - those were deleted * There's no appreciable difference between owning_ptr.fwd.hh and owning_ptr.hh (and corresponding access_ptr files) - delete the fwd.hh versions and just use the regular hh ones. * Replace vector1.hh with vector1.fwd.hh in forward headers, where practical. On my machine there's about a half second of compile time difference between the two. * Fix up some locations where APs were being defined as shared_ptr instead of weak_ptr. Large numbers of #include additions to fix up compilation. Additionally, I added an option to the Windows compile on the test server to increase the number of errors it reports when it fails. (Instead of just the first.) I figure this will help when people don't have a local Windows build they can run, and have to fix the errors based on the server results.

...


branch: release 「№285」
Commited by: Brian Weitzner
GitHub commit link: 「443f21dd132959f8」 「№5429」
Difference from previous tested commit:  code diff
Commit date: 2021-06-03 19:05:21

Merge pull request #5429 from RosettaCommons/fix-option-exit Adjusting error handiling in BuriedUnsatisfiedPolarsCalculator

...


branch: release 「№284」
Commited by: Sarah Biehn
GitHub commit link: 「882e5c1ab85c8c25」 「№5416」
Difference from previous tested commit:  code diff
Commit date: 2021-05-26 14:40:53

Merge pull request #5416 from RosettaCommons/sarahbiehn/depc_ms DEPC_MS_Energy: fixing clang_tidy error

...


branch: release 「№283」
Commited by: P. Douglas Renfrew
GitHub commit link: 「47c4f8c41a32cace」 「№5410」
Difference from previous tested commit:  code diff
Commit date: 2021-05-18 09:24:24

Merge pull request #5410 from RosettaCommons/dougrenfrew/fix_icc_build Fixing Intel build

...


branch: release 「№282」
Commited by: Jack Maguire
GitHub commit link: 「54b4909cd528ede1」 「№5390」
Difference from previous tested commit:  code diff
Commit date: 2021-05-04 21:04:43

Merge pull request #5390 from RosettaCommons/JackMaguire/FixingTFSubModule Fixing Tensorflow submodule for https checkouts of Rosetta

...


branch: release 「№281」
Commited by: Rocco Moretti
GitHub commit link: 「b66bab60517eb4a4」 「№4255」
Difference from previous tested commit:  code diff
Commit date: 2021-04-27 19:35:05

Merge pull request #4255 from RosettaCommons/roccomoretti/orbital_include Reduce transitive inclusions of orbital headers. Certain Orbital-related headers were contributing more than they likely should to the amount of included header lines. We can adjust the Residue and ResidueTypeBase classes such that these headers are only in the cc files, and aren't included for everything that needs Residue.hh or ResidueType.hh. To aid in this conversion (and to keep the deep copy semantics of the vector-of-Orbital objects), I've added a deep_copy_vector1 class, which subclasses vector1, but provides deep copy semantics for vectors-of-OPs.

...


branch: release 「№280」
Commited by: Jason C. Klima
GitHub commit link: 「8ee4f02ac5768a8a」 「№5358」
Difference from previous tested commit:  code diff
Commit date: 2021-04-19 21:41:37

Merge pull request #5358 from RosettaCommons/klimaj/molfile_to_params Broaden the allowed root atoms in molfile_to_params.py

...


branch: release 「№279」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a81f6bd5d65d434f」 「№5346」
Difference from previous tested commit:  code diff
Commit date: 2021-04-11 03:33:53

Merge pull request #5346 from RosettaCommons/vmullig/more_verbose_tensorflow_error Make a Tensorflow error message more verbose to aid debugging Once in a while, I'm seeing a failure in the Tensorflow tests (_e.g._ https://b3.graylab.jhu.edu/sub-test/224304352), in a piece of code that combines a vector of N-tensors into an (N+1)-tensor. This _might_ be due to float-float comparisons (and I hope that's all it is), but I would have thought that `memcpy` would guarantee that float-float comparisons would be valid. For this reason, I'm going to make the error messages more verbose so that we can see for ourselves what's going wrong when this test fails on the test server. @JackMaguire

...


branch: release 「№278」
Commited by: Sergey Lyskov
GitHub commit link: 「b0f375c4dc0c8a7f」 「№5331」
Difference from previous tested commit:  code diff
Commit date: 2021-04-02 18:15:01

Merge pull request #5331 from RosettaCommons/benchmark fixing antibody-grafting scientific test

...


branch: release 「№277」
Commited by: Rocco Moretti
GitHub commit link: 「ed6a5560506cfd32」 「№5307」
Difference from previous tested commit:  code diff
Commit date: 2021-03-26 17:09:25

Merge pull request #5307 from RosettaCommons/roccomoretti/fix_advanced_docking Python3 updates in tools dir. This should hopefully fix the advanced_protein-protein_docking test on the test server.

...


branch: release 「№276」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「e9f47978df05d6d2」 「№5294」
Difference from previous tested commit:  code diff
Commit date: 2021-03-19 10:06:15

Merge pull request #5294 from RosettaCommons/jadolfbr/update_notebook_head Update notebook submodule to current HEAD that reflects rabd code changes

...


branch: release 「№275」
Commited by: Julia Koehler Leman
GitHub commit link: 「c48be2695c4ba637」 「№5209」
Difference from previous tested commit:  code diff
Commit date: 2021-02-21 11:50:06

Merge pull request #5209 from RosettaCommons/jkleman/SciBen_small_updates adjusting cutoffs for sfxn comparison tests

...


branch: release 「№274」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1295438cd4bd2be3」 「№5135」
Difference from previous tested commit:  code diff
Commit date: 2020-12-12 00:30:01

Merge pull request #5135 from RosettaCommons/vmullig/update_docs1 Update documentation so that main repo points to current master of docs. This is to add the page on using VSCode with RosettaScripts (https://www.rosettacommons.org/docs/wiki/scripting_documentation/RosettaScripts/Using-RosettaScripts-with-VSCode).

...


branch: release 「№273」
Commited by: Sergey Lyskov
GitHub commit link: 「fac69dd63b19b7d5」 「№5111」
Difference from previous tested commit:  code diff
Commit date: 2020-12-01 22:40:56

Merge pull request #5111 from RosettaCommons/sergey/residue-fix fixing update_ResidueType_enum_files script

...


branch: release 「№272」
Commited by: Jack Maguire
GitHub commit link: 「22b25601504eb8a3」 「№5096」
Difference from previous tested commit:  code diff
Commit date: 2020-11-24 09:52:04

Merge pull request #5096 from RosettaCommons/JackMaguire/InverseRotCst Unit test for side chain coord csts

...


branch: release 「№271」
Commited by: Vikram K. Mulligan
GitHub commit link: 「55e53bebf7fa20f2」 「№5082」
Difference from previous tested commit:  code diff
Commit date: 2020-11-14 15:02:29

Merge pull request #5082 from RosettaCommons/vmullig/make_helical_bundle_predict_public Make the helical_bundle_predict app into a public app This seems stable enough to make it public, and I've had a few requests from external Rosetta users who can see the documentation for the app but who can't access the app itself. Tasks: - [x] Move `helical_bundle_predict.cc` from `apps/pilot/vmullig` to `apps/public/helical_bundle`. - [x] Update tracer output. - [x] Add CitationManager functions. - [x] Check that there are good integration tests. (I think I wrote some.) - [x] Check that integration tests produce reasonable output. - [x] Check that MPI tests produce reasonable output. - [x] Beauty. - [x] Check documentation and update accordingly.

...


< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 .. 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