-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIALS 3.18.2 #58
base: dials-3.18
Are you sure you want to change the base?
DIALS 3.18.2 #58
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 970dde9 - Browse repository at this point
Copy the full SHA 970dde9View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8b79cc - Browse repository at this point
Copy the full SHA a8b79ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d10c26 - Browse repository at this point
Copy the full SHA 7d10c26View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c462423 - Browse repository at this point
Copy the full SHA c462423View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 127375a - Browse repository at this point
Copy the full SHA 127375aView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05bcfc6 - Browse repository at this point
Copy the full SHA 05bcfc6View commit details -
Reduce2: Add test illustrating behavior of grm add_new_bond_restraint…
…s_in_place function
Configuration menu - View commit details
-
Copy full SHA for d5a87e0 - Browse repository at this point
Copy the full SHA d5a87e0View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3fc892 - Browse repository at this point
Copy the full SHA c3fc892View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f6c169 - Browse repository at this point
Copy the full SHA 5f6c169View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73e102 - Browse repository at this point
Copy the full SHA f73e102View commit details
Commits on Jun 6, 2024
-
Supply hierarchy to model manager in as_model_manager unless crystal_…
…symmetry is missing
Configuration menu - View commit details
-
Copy full SHA for b88f7d7 - Browse repository at this point
Copy the full SHA b88f7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c23a2 - Browse repository at this point
Copy the full SHA 51c23a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df59536 - Browse repository at this point
Copy the full SHA df59536View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34d8c91 - Browse repository at this point
Copy the full SHA 34d8c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2dd8f3 - Browse repository at this point
Copy the full SHA a2dd8f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117d8d2 - Browse repository at this point
Copy the full SHA 117d8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b87fc0 - Browse repository at this point
Copy the full SHA 6b87fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851206e - Browse repository at this point
Copy the full SHA 851206eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac333a4 - Browse repository at this point
Copy the full SHA ac333a4View commit details -
Fix
count_each
's log all expt/img/refl counts whenverbose
2, pyt……hon2 syntax fix
Configuration menu - View commit details
-
Copy full SHA for 8160f6b - Browse repository at this point
Copy the full SHA 8160f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb32447 - Browse repository at this point
Copy the full SHA fb32447View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb644c1 - Browse repository at this point
Copy the full SHA bb644c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bc62d - Browse repository at this point
Copy the full SHA d8bc62dView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f4d4e4 - Browse repository at this point
Copy the full SHA 7f4d4e4View commit details -
Add symetric distance method. Simple. Inefficient. But useful if you …
…want to calculate distance between two sets of atoms and you don't care about labels!
Configuration menu - View commit details
-
Copy full SHA for 75a5184 - Browse repository at this point
Copy the full SHA 75a5184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f8df7 - Browse repository at this point
Copy the full SHA 79f8df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309ccea - Browse repository at this point
Copy the full SHA 309cceaView commit details
Commits on Jun 13, 2024
-
pdbtools: use data_manager to output model so it can figure out corre…
…ct output format. With test. Propagate output_cs parameter.
Configuration menu - View commit details
-
Copy full SHA for 4c99c27 - Browse repository at this point
Copy the full SHA 4c99c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870ef04 - Browse repository at this point
Copy the full SHA 870ef04View commit details -
Monitor resource usage (cctbx#994)
* Framework for compile-time polymorphism. In the exascale_api, allow pixel values to be calculation either on large array (all pixels), or with low-memory on just the whitelist consisting of shoebox pixels. This commit only gives the polymorphism framework; both implementations are currently identical giving the large-array behavior. * Debug case for non-working test. The script tests/tst_memory_policy.py fails with a cuda illegal access. The intention is to get help from NESAP to get a functional test. * Minimal changes for working tst_memory_policy.py Memory savings achieved through code specialization, for the case where pixel values are simulated on a small whitelist. Specializations are not yet optimal, as there is still a lot of code duplication. Changes give ~4.5x reduction in memory footprint, but no success yet in resizing the array m_accumulate_floatimage. Attempts so far lead to cuda memory allocation error. * Remove debugging output to conserve stdout size. * Add first verion of `UsageMonitor` to monitor C/GPU memory/use * Suppress logging information from loggers other than `usage` * Explicitely point to `target` when starting threads * Add logging details, period, null loggers * Correctly calculate total `UsageStats` across cpu, gpu * Don't pass `self` as arg to `Thread` (oddly, this is correct) * Add `UsageStatsHistory`, try to fix empty log * Add test prints for logging * All ranks need to call `log_current_usage` * Why does logging usage stop at some point? * Correctly measure GPU memory use, only sample rank if `single` * Add some basic usage stats plotting every 10th iteration * Allow plotting empty, plot only in main thread * Correctly calculate max memory * Add timestamp to print statements to correlate with usage log * Make `rank/node_usage_stats` a method, avoid unnecessary calls * Only rank 0 should attempt plotting `usage_stats_histories` * `gpu_usage_and_memory`: return -1 if no GPU * `log_current_usage`: No longer print that you're logging * Don't try to sleep backwards :) * Move logging to `UsageLogManager`, allow plotting from logs * Implement inheritance structure that allows for easy extension * Reorganize, heavily document the code * Reorganize, heavily document the code 2 * Rename `UnitIntervalFloat` to PerCentFloat`, fix gpu mem. range * Rename `UsageStats` to `ResourceStats` (and associated) * Improve type annotations * Add option to monitor node 0 only * Add `MonitorWorker` for `cctbx.xfel.merge` * Improve `ResourceStatsArtist` axes description * Add `DummyResourceProbe` for CPU & GPU in case no `Probe` works * Fix typo * Fix typo 2 * Fix typo 3 * Fix typo 4 * Fix missing microseconds in log * In `ResourceStatsArtist`, change `tight_layout` to `constrained_layout` * Use only single `.png` path extension * Fix `ResourceStatsHistory.get_deltas_array` if empty * Correctly print milliseconds * Correctly check for empty array * Revert `ResourceLogManager` as it's used outside * Correctly pass phil parameters to `MonitorWorker` * Correctly pass phil parameters to `MonitorWorker` * In `get_node_resource_stats` communicate within node only * Comm in `get_node_resource_stats` fails. Try adding barrier. * Don't attempt to collect data across ranks, mpi fails * Allow two loggers to work independently by customizing `logger_name` * Add options and phil pars to disable writing and disable plotting * Add options and phil pars to disable writing and disable plotting 2 * Update phil * Update phil 2 * Add `libtbx/resource_monitor.py` to py2 syntax exceptions * Remove Nick's changes specific to `memory_policy` branch * Remove outdated line in `py2_syntax_exceptions.txt` * Remove python3.5+ syntax from `xfel/merging/application/monitor` * Add clutter because libtbx requires it * Update `ResourceLogManager.line_regex` * Assert all `ResourceStats` contain only `PerCentFloat`s, not `str` * support for python versions < 3.9 * Increase plot font size from 10 to 16 * Add support for PathLike ResourceMonitor.prefix as suggested by @dermen * Add grid to make trends more visible as suggested by @dermen * Set libtbx dispatcher name `libtbx.resource_monitor_plot` for plot_logs * Set font.size 12 (16 is big), and locally to not affect any other plot * Move resource monitor's `plot_log` thin wrapper to libtbx/command_line * Make `lilbtbx.resource_monitor_plot`'s prefix optional --------- Co-authored-by: Nicholas K Sauter <nksauter@lbl.gov> Co-authored-by: dermen <dermen@lbl.gov>
Configuration menu - View commit details
-
Copy full SHA for 1c39c60 - Browse repository at this point
Copy the full SHA 1c39c60View commit details -
Bugfix: work correctly when there is longer bond in the model than ma…
…x_distance_between_connecting_atoms. Enabling tests.
Configuration menu - View commit details
-
Copy full SHA for 3f84e12 - Browse repository at this point
Copy the full SHA 3f84e12View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01b0860 - Browse repository at this point
Copy the full SHA 01b0860View commit details
Commits on Jun 15, 2024
-
Refactor to reuse class API in other code.
Makes the tdata globally available for use in the new ucinline worker of psii_spread.
Configuration menu - View commit details
-
Copy full SHA for 038c5a3 - Browse repository at this point
Copy the full SHA 038c5a3View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0527f9 - Browse repository at this point
Copy the full SHA c0527f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41bef9a - Browse repository at this point
Copy the full SHA 41bef9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66dd4ca - Browse repository at this point
Copy the full SHA 66dd4caView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6a8401 - Browse repository at this point
Copy the full SHA e6a8401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96441f8 - Browse repository at this point
Copy the full SHA 96441f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d1113 - Browse repository at this point
Copy the full SHA 20d1113View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf0e17 - Browse repository at this point
Copy the full SHA caf0e17View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3901ee2 - Browse repository at this point
Copy the full SHA 3901ee2View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d74467 - Browse repository at this point
Copy the full SHA 5d74467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f9eeb - Browse repository at this point
Copy the full SHA 10f9eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bc43c - Browse repository at this point
Copy the full SHA 98bc43cView commit details -
- Add filter for datasets in the datasets tab - Use medians in the energy tab - Bugfix for d_min in the runstats plot - Handle UNKWN for ensemble_refinement, which is the state if some jobs haven't finished in a job with multiple submitted job ids - More precision for the merging stats plot
Configuration menu - View commit details
-
Copy full SHA for 665b30b - Browse repository at this point
Copy the full SHA 665b30bView commit details -
Spell out deep_copy of map_manager instead of using deepcopy (deepcop…
…y(map_data) is very slow relative to map_data.deep_copy())
Configuration menu - View commit details
-
Copy full SHA for 842d097 - Browse repository at this point
Copy the full SHA 842d097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de64c1 - Browse repository at this point
Copy the full SHA 1de64c1View commit details
Commits on Jun 25, 2024
-
Submit
cctbx.xfel
jobs using "/bin/bash" instead of "/bin/sh"Co-authored-by: Aaron Brewster <asbrewster@lbl.gov>
Configuration menu - View commit details
-
Copy full SHA for 8381e63 - Browse repository at this point
Copy the full SHA 8381e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c779886 - Browse repository at this point
Copy the full SHA c779886View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3132585 - Browse repository at this point
Copy the full SHA 3132585View commit details -
Not used and not tested code. There are functions like add_crystal_sy…
…mmetry_if_necessary in the class which should be used instead.
Configuration menu - View commit details
-
Copy full SHA for 9460872 - Browse repository at this point
Copy the full SHA 9460872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d905a - Browse repository at this point
Copy the full SHA 42d905aView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c67a526 - Browse repository at this point
Copy the full SHA c67a526View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b867c - Browse repository at this point
Copy the full SHA a6b867cView commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56c25ea - Browse repository at this point
Copy the full SHA 56c25eaView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67acd80 - Browse repository at this point
Copy the full SHA 67acd80View commit details
Commits on Jul 2, 2024
-
CI: stop CentOS 7 builds and move to Rocky Linux 8
- Set locale and clean up XFEL CI - Add make to XFEL CI - Fix macOS cache for XFEL CI
Configuration menu - View commit details
-
Copy full SHA for 1edbdfc - Browse repository at this point
Copy the full SHA 1edbdfcView commit details -
Don't create present_anames until really need them. Surprising time s…
…avings for models without alt locs.
Configuration menu - View commit details
-
Copy full SHA for 3d42afc - Browse repository at this point
Copy the full SHA 3d42afcView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3f1760 - Browse repository at this point
Copy the full SHA e3f1760View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f2b36f - Browse repository at this point
Copy the full SHA 3f2b36fView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 370c297 - Browse repository at this point
Copy the full SHA 370c297View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43aa7b - Browse repository at this point
Copy the full SHA a43aa7bView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d15270 - Browse repository at this point
Copy the full SHA 5d15270View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33bbba - Browse repository at this point
Copy the full SHA e33bbbaView commit details
Commits on Jul 10, 2024
-
ncs_search speedup 20%: sacrifice memory for performance: having flat…
… atom selection is faster than constructing it from list of lists
Configuration menu - View commit details
-
Copy full SHA for 810451e - Browse repository at this point
Copy the full SHA 810451eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d12ea1 - Browse repository at this point
Copy the full SHA 2d12ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99d03d - Browse repository at this point
Copy the full SHA c99d03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1886d1 - Browse repository at this point
Copy the full SHA a1886d1View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a5fe4c - Browse repository at this point
Copy the full SHA 8a5fe4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 953f0da - Browse repository at this point
Copy the full SHA 953f0daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5cd29 - Browse repository at this point
Copy the full SHA 1e5cd29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 614642a - Browse repository at this point
Copy the full SHA 614642aView commit details
Commits on Jul 16, 2024
-
Allow p.pdb_interpretation.allow_polymer_cross_special_position in ho…
…lton_geometry_validation
Configuration menu - View commit details
-
Copy full SHA for 5d40b29 - Browse repository at this point
Copy the full SHA 5d40b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cd2c4 - Browse repository at this point
Copy the full SHA 05cd2c4View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40b3883 - Browse repository at this point
Copy the full SHA 40b3883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4c2b4 - Browse repository at this point
Copy the full SHA 9e4c2b4View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 945df1a - Browse repository at this point
Copy the full SHA 945df1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f46b6f9 - Browse repository at this point
Copy the full SHA f46b6f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e88fd - Browse repository at this point
Copy the full SHA 76e88fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 243c461 - Browse repository at this point
Copy the full SHA 243c461View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8aef62 - Browse repository at this point
Copy the full SHA c8aef62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5806fd8 - Browse repository at this point
Copy the full SHA 5806fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eabd71 - Browse repository at this point
Copy the full SHA 4eabd71View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a77803 - Browse repository at this point
Copy the full SHA 3a77803View commit details -
Configuration menu - View commit details
-
Copy full SHA for e75a3e1 - Browse repository at this point
Copy the full SHA e75a3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7ca67 - Browse repository at this point
Copy the full SHA dd7ca67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4129e34 - Browse repository at this point
Copy the full SHA 4129e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c7950 - Browse repository at this point
Copy the full SHA 38c7950View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d2bf34 - Browse repository at this point
Copy the full SHA 5d2bf34View commit details -
pdb interpretation with NCS should now work if ON by default for all …
…tests. Not enabling just yet.
Configuration menu - View commit details
-
Copy full SHA for 813aa56 - Browse repository at this point
Copy the full SHA 813aa56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b918a - Browse repository at this point
Copy the full SHA 78b918aView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7650a8 - Browse repository at this point
Copy the full SHA b7650a8View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 555aee4 - Browse repository at this point
Copy the full SHA 555aee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7143c7d - Browse repository at this point
Copy the full SHA 7143c7dView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75df09c - Browse repository at this point
Copy the full SHA 75df09cView commit details -
Factor out getting crystal_symmetry in model.py and allow call with j…
…ust pdb_hierarchy; use hierarchy not pdb_input in validation
Configuration menu - View commit details
-
Copy full SHA for c6dfcd4 - Browse repository at this point
Copy the full SHA c6dfcd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adfafc - Browse repository at this point
Copy the full SHA 0adfafcView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86b14eb - Browse repository at this point
Copy the full SHA 86b14ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59dab9 - Browse repository at this point
Copy the full SHA a59dab9View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d1a1a7 - Browse repository at this point
Copy the full SHA 8d1a1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175e8ec - Browse repository at this point
Copy the full SHA 175e8ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47cb6c2 - Browse repository at this point
Copy the full SHA 47cb6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eed7fa - Browse repository at this point
Copy the full SHA 9eed7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5682353 - Browse repository at this point
Copy the full SHA 5682353View commit details
Commits on Aug 2, 2024
-
Replace
dict
withCounter
in the postrefine worker (cctbx#1002)* Add `postrefinement.intensity_extrema_iqr_distance_threshold` phil par * experiments_rejected_by_reason: dict -> Counter saves 15 lines of code * correction: dict -> Counter saves 18 lines of code, not 15 * Add preliminary version of `IntensityExtrema` handler: will work @ end * Sanitize expts and refls AFTER initial exception catching * Fix typo in `mpi_helper.count` * Change import of `intensity_sanitizer` from relative to absolute * Fix mistake in phil helpstring * Default `postrefinement.intensity_extrema_iqr_dist_threshold`:100->1000 * Add clutter to `intensity_sanitizer.py` * Implement `libtbx.mpi4py.mpiEmulator.allgather` method * Remove all functional changes to the postrefinement worker
Configuration menu - View commit details
-
Copy full SHA for 532c1f4 - Browse repository at this point
Copy the full SHA 532c1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c701e5 - Browse repository at this point
Copy the full SHA 8c701e5View commit details -
"Truncate" XFEL expts/refls based on aggregated statistics (cctbx#1003)
* Make postsanitize/postrefinement sanitization standalone CCTBX worker * Removed unused `Experiment` import * Add comments to aid future development * Add `truncate_phil` to the `cctbx.xfel.merge` `master_phil` * Convert arguments of `uniques` into lists before summing * `TruncationReasons.max_reason_len` should be `int`, not `str` * Mention `TruncationReasons.intensity_extremum_iqr_dist` when truncating * Change formatting so that it is clear that expt/refls are removed * When writing output, write `TruncationReasons` value * Make expts, refls plural in `TruncationReasons.report_line` * Rename `truncate` worker into `filter_global`, use `global_` phil scope * Improve main log message style * Rename `filter_global` worker's phil scope to `filter_global`
Configuration menu - View commit details
-
Copy full SHA for 860527c - Browse repository at this point
Copy the full SHA 860527cView commit details
Commits on Aug 4, 2024
-
Revert "CI: use libcxx=17 for XFEL CI"
This reverts commit 78b918a. [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 062c591 - Browse repository at this point
Copy the full SHA 062c591View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4c4338 - Browse repository at this point
Copy the full SHA f4c4338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b5ab7 - Browse repository at this point
Copy the full SHA 77b5ab7View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09bf1c9 - Browse repository at this point
Copy the full SHA 09bf1c9View commit details -
Changes to account for contribution from fixed model.
This is a temporary version, in which the fixed model contribution is subtracted from the input map. This will be changed when phasertng can account itself for the contribution of the fixed model.
Configuration menu - View commit details
-
Copy full SHA for 20d723a - Browse repository at this point
Copy the full SHA 20d723aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7319c63 - Browse repository at this point
Copy the full SHA 7319c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d23008 - Browse repository at this point
Copy the full SHA 6d23008View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f8698 - Browse repository at this point
Copy the full SHA c9f8698View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9158e1d - Browse repository at this point
Copy the full SHA 9158e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b12740 - Browse repository at this point
Copy the full SHA 1b12740View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a2cec - Browse repository at this point
Copy the full SHA e8a2cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6667130 - Browse repository at this point
Copy the full SHA 6667130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318c5e0 - Browse repository at this point
Copy the full SHA 318c5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 982cf8b - Browse repository at this point
Copy the full SHA 982cf8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f600344 - Browse repository at this point
Copy the full SHA f600344View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d6e014 - Browse repository at this point
Copy the full SHA 3d6e014View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f5f3b - Browse repository at this point
Copy the full SHA a3f5f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e44a7 - Browse repository at this point
Copy the full SHA 54e44a7View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db69383 - Browse repository at this point
Copy the full SHA db69383View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04736bb - Browse repository at this point
Copy the full SHA 04736bbView commit details
Commits on Aug 13, 2024
-
pdb_int speedup 10%. Create atom quotes only when need them to raise …
…Sorry. Faster way to check if atoms are there.
Configuration menu - View commit details
-
Copy full SHA for d723c64 - Browse repository at this point
Copy the full SHA d723c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c7b72 - Browse repository at this point
Copy the full SHA 50c7b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38960db - Browse repository at this point
Copy the full SHA 38960dbView commit details -
XFEL GUI: MPI safe ensemble refinement (cctbx#840)
* Add optional argument lists to xfel programs Specifically recompute_mosaicity and merge * New command cctbx.xfel.enesemble_refine_pipeline This is an MPI safe script that runs four programs in sequence - dials.combine_experiments - dials.refine - cctbx.xfel.recompute_mosaicity - cctbx.xfel.mpi_integrate For the first 3, only mpi rank 0 is used. Then the full MPI job can run for integration. This ensures the first 3 programs are only ran single process. * Rewrite striping to use cctbx.xfel.ensemble_refinement_pipeline Also, it's time to disable frame_extractor * Fix typos and splitting strings with whitespace * Add GUI widget to modify number of nodes for TDER (cctbx#843) * Add `params.mp.nnodes_tder` and `nnodes_tder` widget * Fix typo in nnodes_tder SpinCtrl in settings * Decrease width of all nnodes widgets * Add tooltip for TDER abbreviation itself * Try to `run()` `dials.command_line.combine_experiments` (new interface) * Try to `run()` `dials.command_line.combine_experiments` (new interface) * Try to `run()` `dials.command_line.combine_experiments`, unify syntax --------- Co-authored-by: Daniel Tchon <dantch@onet.eu>
Configuration menu - View commit details
-
Copy full SHA for 7e9652e - Browse repository at this point
Copy the full SHA 7e9652eView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3b6974 - Browse repository at this point
Copy the full SHA e3b6974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f230e - Browse repository at this point
Copy the full SHA 38f230eView commit details -
pdb_int speedup 4%: Don't use get_sorted for angles too, too slow for…
… the task. Also now will display actual absolute deviations, not angle values.
Configuration menu - View commit details
-
Copy full SHA for 46a1728 - Browse repository at this point
Copy the full SHA 46a1728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cd1f9 - Browse repository at this point
Copy the full SHA 57cd1f9View commit details -
bootstrap: switch more repositories to git
- opt_resources - Plex - PyQuante - elbow - ksdssp - pulchra - reel - muscle - buildbot - xfel_regression [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 1a7d794 - Browse repository at this point
Copy the full SHA 1a7d794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b871d - Browse repository at this point
Copy the full SHA 23b871dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5b50d - Browse repository at this point
Copy the full SHA 0e5b50dView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddbc1f9 - Browse repository at this point
Copy the full SHA ddbc1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2045ce - Browse repository at this point
Copy the full SHA d2045ceView commit details -
pdb_int speedup, this function 50x. Preparing data outside the loop, …
…then use it. Fixing typo.
Configuration menu - View commit details
-
Copy full SHA for 2fe26fc - Browse repository at this point
Copy the full SHA 2fe26fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 312c37c - Browse repository at this point
Copy the full SHA 312c37cView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8fc999 - Browse repository at this point
Copy the full SHA f8fc999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdc8a5 - Browse repository at this point
Copy the full SHA 1fdc8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ee996 - Browse repository at this point
Copy the full SHA 18ee996View commit details -
New cctbx.xfel.merge worker for computing and filtering on ΔCC½ (cctb…
…x#1005) This is a means of filtering out lattices that degrade the overall CC½. Uses the σ-τ method from Assmann 2016 to avoid splitting the data into odd/even datasets. Enable by adding the deltaccint worker after the group worker. Includes parameter iqr_ratio = 10. If the ΔCC½ filter is enabled, first compute CC½ when removing every image one at a time, then compute the IQR of these CC½s. Remove all lattices whose contribution degrades CC½ by more than IQR * iqr_ratio above the median. You can discover a good IQR by running the program once, examining the log file where possible values are listed, and running it again with the best value. Co-authored-by: Daniel Tchon <dantch@onet.eu>
Configuration menu - View commit details
-
Copy full SHA for d4f9ef6 - Browse repository at this point
Copy the full SHA d4f9ef6View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a32311d - Browse repository at this point
Copy the full SHA a32311dView commit details -
Reduce2: remove an unnecessary model.select() call. This improves run…
…time, especially for large models.
Configuration menu - View commit details
-
Copy full SHA for d317725 - Browse repository at this point
Copy the full SHA d317725View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ae3c4 - Browse repository at this point
Copy the full SHA a5ae3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8de1d4 - Browse repository at this point
Copy the full SHA a8de1d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4602610 - Browse repository at this point
Copy the full SHA 4602610View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for daea0c4 - Browse repository at this point
Copy the full SHA daea0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a201d1 - Browse repository at this point
Copy the full SHA 9a201d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc07948 - Browse repository at this point
Copy the full SHA dc07948View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17f1a72 - Browse repository at this point
Copy the full SHA 17f1a72View commit details
Commits on Aug 21, 2024
-
Refactor code so that sigmaA calculation of model vs cryo-EM map can
be called externally.
Configuration menu - View commit details
-
Copy full SHA for f5996c1 - Browse repository at this point
Copy the full SHA f5996c1View commit details -
New cctbx.xfel.merge parameter, select.significance_filter.d_min
Removes the entire lattice if the resolution is not at least this d_min. Similar to the cxi.merge parameter lattice_rejection.d_min.
Configuration menu - View commit details
-
Copy full SHA for 9c450e2 - Browse repository at this point
Copy the full SHA 9c450e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d409c6 - Browse repository at this point
Copy the full SHA 7d409c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e20fc78 - Browse repository at this point
Copy the full SHA e20fc78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558c79f - Browse repository at this point
Copy the full SHA 558c79fView commit details
Commits on Aug 22, 2024
-
Put back option to define sphere center with placed model.
Tidy up argparse input and logic of options.
Configuration menu - View commit details
-
Copy full SHA for 98938c9 - Browse repository at this point
Copy the full SHA 98938c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b308ac4 - Browse repository at this point
Copy the full SHA b308ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 996478a - Browse repository at this point
Copy the full SHA 996478aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaa7c1 - Browse repository at this point
Copy the full SHA bfaa7c1View commit details
Commits on Aug 23, 2024
-
Performance improvements in deltacc
Co-authored-by: Aaron Brewster <asbrewster@lbl.gov>
Configuration menu - View commit details
-
Copy full SHA for e8e709a - Browse repository at this point
Copy the full SHA e8e709aView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b196093 - Browse repository at this point
Copy the full SHA b196093View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3422c8 - Browse repository at this point
Copy the full SHA c3422c8View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85468c4 - Browse repository at this point
Copy the full SHA 85468c4View commit details -
* Fixing the nucleic-acid residue code in Reduce to work with DNA as well as RNA, and to handle the broader range of potential names. Speeding up the protein and NA determination code by making the lists outside of the functions. * Adding scaffolding and initial functions for ribbon-generation code. * Documentation update * Adding function to produce the guidepoints for protein ribbons. * Continuing to implement ribbon generation, porting from the Java code. * Cleaning up command-line argument style and adding a choice for coloring for ribbons * Continuing to add ribbon support * Continuing to implement ribbon printing code. * Removing spurious Phil argument. Clarifying name of variable * Adding ability to set coil width * Updating the code dealing with secondary structure types to include more information that is needed in the ribbon-printing code. * Continuing to implement fancy-ribbon printing * Simplifying and correcting modulo calculation on chain colors. * Re-using existing method to determine chain colors based on index * Fixing indentation and initialization errors * Continuing to implement and debug ribbon code * Fixing rainbow color map to do once per chain. Fixing line thickness on ribbon edges. * Fixing element creation to get helix construction working better. * Integer division * Adding the triangle tip for the ribbon to the output * Removigtnn spurious parentheses * Adjusting the spline code to start and end at the correct control points * Added coil sections of ribbons and starting on sheets, including calculating next/previous/duplicate information required for this processing. * First version of ribbon code that generates helices, sheets, and coils. * Replacing SciPy NURBS with implementation of NRUBS ported from original Java code. * Replacing duplicate residue names with a single quote to reduce ribbon file sizes * Removing extra spaces at end of line. * Comment fix * Fixing multi-model behavior for ribbons. Casting parameter into an int so that a function can handle strings that hold integers as well. * Adding the ability to select atoms. Fixing the label on the models when multiple models are in a file. * Selecting only alternate a by default. Adding animation for multiple-model files we make ribbons for * Fixing print statement to be compatible with python 2 * Cleaning up clutter
Configuration menu - View commit details
-
Copy full SHA for 107a933 - Browse repository at this point
Copy the full SHA 107a933View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4a8c65 - Browse repository at this point
Copy the full SHA c4a8c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f40439b - Browse repository at this point
Copy the full SHA f40439bView commit details
Commits on Aug 29, 2024
-
Switch deltaccint to using unbinned data
(ie overall delta cc1/2 instead of average of the delta cc1/2 bins)
Configuration menu - View commit details
-
Copy full SHA for 9323335 - Browse repository at this point
Copy the full SHA 9323335View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb5a2e - Browse repository at this point
Copy the full SHA fdb5a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6daf607 - Browse repository at this point
Copy the full SHA 6daf607View commit details -
Make generating experiment identifiers more constant
Instead of using the full path as part of the input to the hash function, use the base name. This means XFEL CI should pass when checking out xfel_regression on different computers in cases when the identifiers are missing and need to be generated.
Configuration menu - View commit details
-
Copy full SHA for 136b35b - Browse repository at this point
Copy the full SHA 136b35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4a501 - Browse repository at this point
Copy the full SHA 5f4a501View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0e425 - Browse repository at this point
Copy the full SHA db0e425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca4b76 - Browse repository at this point
Copy the full SHA 9ca4b76View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 256502b - Browse repository at this point
Copy the full SHA 256502bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2df187 - Browse repository at this point
Copy the full SHA c2df187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e3898 - Browse repository at this point
Copy the full SHA 63e3898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac3b12 - Browse repository at this point
Copy the full SHA 2ac3b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa0599 - Browse repository at this point
Copy the full SHA 4fa0599View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 983b8ae - Browse repository at this point
Copy the full SHA 983b8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 429625e - Browse repository at this point
Copy the full SHA 429625eView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8149b85 - Browse repository at this point
Copy the full SHA 8149b85View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6e57a5 - Browse repository at this point
Copy the full SHA b6e57a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9ce43 - Browse repository at this point
Copy the full SHA df9ce43View commit details -
* Adding a third, 'solid', color scheme for ribbons that makes all chains a solid color, even the first one. * By default, treats nucleic acids as helices rather than coils. * Bumped minor version number on ribbons
Configuration menu - View commit details
-
Copy full SHA for 6bf0449 - Browse repository at this point
Copy the full SHA 6bf0449View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4d6520 - Browse repository at this point
Copy the full SHA b4d6520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2194c33 - Browse repository at this point
Copy the full SHA 2194c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27136c5 - Browse repository at this point
Copy the full SHA 27136c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68997a2 - Browse repository at this point
Copy the full SHA 68997a2View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9bce95 - Browse repository at this point
Copy the full SHA e9bce95View commit details
Commits on Sep 6, 2024
-
Make
mpi_helper
's method non-rooted ifroot=None
(cctbx#1010)* Auto-select `mpi_helper`'s collectives using new context manager * Remove unused `from dials.array_family import flex` statement * Change misleading (?) name in `gather_variable_length_numpy_arrays` * Simplify code following changes in `beam_statistics.py` * Simplify code following changes in `error_modifier_mm24.py` * Simplify code following changes in `unit_cell_statistics.py` * Bugfix multiprocessing reporting in `global_filter.py` * Extend `adaptive_collective` `contextmanager`'s docstring * Revert "Simplify code following changes in `error_modifier_mm24.py`" This reverts commit b4edf43. * Bugfix: non-rooted collective should be never passed `root` kwarg * define `mpiCommEmulator.Allgatherv` * Remove walrus operator for python2.7 compliance
Configuration menu - View commit details
-
Copy full SHA for d8e5e81 - Browse repository at this point
Copy the full SHA d8e5e81View commit details -
Reduce2: break down timing even more. Only process if cif restraints …
…is provided in input. No need otherwise.
Configuration menu - View commit details
-
Copy full SHA for 3f9c877 - Browse repository at this point
Copy the full SHA 3f9c877View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4444ace - Browse repository at this point
Copy the full SHA 4444aceView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75b6f41 - Browse repository at this point
Copy the full SHA 75b6f41View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6927c85 - Browse repository at this point
Copy the full SHA 6927c85View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3360b22 - Browse repository at this point
Copy the full SHA 3360b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba66eae - Browse repository at this point
Copy the full SHA ba66eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 412052b - Browse repository at this point
Copy the full SHA 412052bView commit details
Commits on Sep 12, 2024
-
Mm24 correlation bug fix (cctbx#1014)
* Updates to the MM24 algorithm to prevent sadd optimizing to zero * Additional matplotlib import
Configuration menu - View commit details
-
Copy full SHA for 865e8e3 - Browse repository at this point
Copy the full SHA 865e8e3View commit details
Commits on Sep 16, 2024
-
Fix bug in relative weight of fixed model contribution.
Allow fixed model to be used without specifying total composition. Tidy up code so it's not relying as much on automatic naming of different elements of mmm object.
Configuration menu - View commit details
-
Copy full SHA for bd69e48 - Browse repository at this point
Copy the full SHA bd69e48View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e4a68b - Browse repository at this point
Copy the full SHA 5e4a68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 083816b - Browse repository at this point
Copy the full SHA 083816bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7cd4b - Browse repository at this point
Copy the full SHA 0c7cd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac046ce - Browse repository at this point
Copy the full SHA ac046ceView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 394fee6 - Browse repository at this point
Copy the full SHA 394fee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45449dd - Browse repository at this point
Copy the full SHA 45449ddView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19709d5 - Browse repository at this point
Copy the full SHA 19709d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5d162 - Browse repository at this point
Copy the full SHA 2b5d162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6eb0c - Browse repository at this point
Copy the full SHA 8b6eb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae63ba0 - Browse repository at this point
Copy the full SHA ae63ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b49c2dc - Browse repository at this point
Copy the full SHA b49c2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f65da26 - Browse repository at this point
Copy the full SHA f65da26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 527f3e8 - Browse repository at this point
Copy the full SHA 527f3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e66c36 - Browse repository at this point
Copy the full SHA 7e66c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ab9c9 - Browse repository at this point
Copy the full SHA 89ab9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4795f9 - Browse repository at this point
Copy the full SHA f4795f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f798e6b - Browse repository at this point
Copy the full SHA f798e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b003e52 - Browse repository at this point
Copy the full SHA b003e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10caab4 - Browse repository at this point
Copy the full SHA 10caab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85da749 - Browse repository at this point
Copy the full SHA 85da749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fdbcf6 - Browse repository at this point
Copy the full SHA 3fdbcf6View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed70df6 - Browse repository at this point
Copy the full SHA ed70df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41294a6 - Browse repository at this point
Copy the full SHA 41294a6View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bb7bfe - Browse repository at this point
Copy the full SHA 0bb7bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12911b3 - Browse repository at this point
Copy the full SHA 12911b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82c251 - Browse repository at this point
Copy the full SHA d82c251View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98fe1eb - Browse repository at this point
Copy the full SHA 98fe1ebView commit details -
cootbx: make file finding more portable
- Works for both development builds and installer builds [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 6a6e55e - Browse repository at this point
Copy the full SHA 6a6e55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db8021 - Browse repository at this point
Copy the full SHA 6db8021View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d0138 - Browse repository at this point
Copy the full SHA d7d0138View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee847b8 - Browse repository at this point
Copy the full SHA ee847b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079f2da - Browse repository at this point
Copy the full SHA 079f2daView commit details -
libtbx: remove most distutils imports
- Fixes cctbx#1018 for more general Python 3.12 support - Three remaining distutils imports remain, but in deprecated code
Configuration menu - View commit details
-
Copy full SHA for b0d9ec8 - Browse repository at this point
Copy the full SHA b0d9ec8View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93560d1 - Browse repository at this point
Copy the full SHA 93560d1View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1be1524 - Browse repository at this point
Copy the full SHA 1be1524View commit details -
Configuration menu - View commit details
-
Copy full SHA for f269d4f - Browse repository at this point
Copy the full SHA f269d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76dade - Browse repository at this point
Copy the full SHA f76dadeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890188d - Browse repository at this point
Copy the full SHA 890188dView commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ca82bb - Browse repository at this point
Copy the full SHA 5ca82bbView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0ef0d7 - Browse repository at this point
Copy the full SHA c0ef0d7View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51c8a60 - Browse repository at this point
Copy the full SHA 51c8a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93cb83 - Browse repository at this point
Copy the full SHA e93cb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21aa36 - Browse repository at this point
Copy the full SHA c21aa36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f0630 - Browse repository at this point
Copy the full SHA 49f0630View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa034d - Browse repository at this point
Copy the full SHA dfa034dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c2377 - Browse repository at this point
Copy the full SHA e7c2377View commit details