-
Notifications
You must be signed in to change notification settings - Fork 53
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: alchemistry/alchemlyb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: alchemistry/alchemlyb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 27 files changed
- 5 contributors
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0093905 - Browse repository at this point
Copy the full SHA 0093905View commit details
Commits on Oct 6, 2024
-
Parallel read and preprocess the data in ABFE workflow (#371)
- Use joblib to parallelise the read and preprocess in ABFE workflow - add joblib as dependency - new kwarg n_jobs=1 for run() (and read()/preprocess()); default is n_jobs=1, which maintains the previous behavior - add tests - update CHANGES (start 2.5.0)
Configuration menu - View commit details
-
Copy full SHA for 30ecce0 - Browse repository at this point
Copy the full SHA 30ecce0View commit details
Commits on Oct 16, 2024
-
correct error in tutorial for plot_convergence() (#422)
The function plot_convergence() expects a pandas dataframe as the single argument in the current implementation, causing it to fail when passed 4 different lists as arguments instead. This edit corrects the tutorial to appropriately pass a single dataframe with the appropriate column names, resulting in code that successfully reproduces the example graph.
Configuration menu - View commit details
-
Copy full SHA for 190308e - Browse repository at this point
Copy the full SHA 190308eView commit details
Commits on Oct 29, 2024
-
* docs\conf.py line-too-long Made line shorter, its end wasn't readable * src\alchemlyb\visualisation\dF_state.py too-many-branches Function plot_dF_state had 42 branches, while it is recommended not to have more than 12. The function is structured with clear blocks by logic and documentation. I extracted methods to encapsulate the logical blocks, reducing complexity. * src\alchemlyb\workflows\abfe.py too-many-branches Both methods generate_result and estimate had a bit too many branches. I extracted methods to reduce complexity and make code clearer. * src\alchemlyb\parsing\namd.py too-many-branches Two functions, extract_u_nk and _get_lambdas had too many branches. Smaller functions were extracted. * src\alchemlyb\parsing\amber.py line-too-long Made two readable lines shorter * src\alchemlyb\parsing\util.py line-too-long Made a readable line shorter * src\alchemlyb\visualisation\ti_dhdl.py too-many-statements The function plot_ti_dhdl had 81 statements, while it is recommended not to have more than 50. I extracted few smaller functions, reducing the length and increasing structure. * Add default value for mnb in get_determine_orientation The value of mnb is not set in the case of landscape orientation. It was like that even before extracting get_determine_orientation. However, now that this is a separated function, the test fails due to returning an unset variable. This might detect a bigger bug regarding not setting it unintentionally. * Fix _fit_estimators extraction _fit_estimators fails on E UnboundLocalError: cannot access local variable 'u_nk' where it is not associated with a value Since the goal is to reduce branches I revert that and extract the more isolated check_estimators_availability instead * Revert "Fix _fit_estimators extraction" This reverts commit f017972. * Revert "Add default value for mnb in get_determine_orientation" This reverts commit a1ea9d9. * Revert "src\alchemlyb\visualisation\ti_dhdl.py too-many-statements" This reverts commit d2ed7fa. * Revert "src\alchemlyb\parsing\namd.py too-many-branches" This reverts commit 7ece0f8. * Revert "src\alchemlyb\workflows\abfe.py too-many-branches" This reverts commit ea1ecca. * Revert "src\alchemlyb\visualisation\dF_state.py too-many-branches" This reverts commit 3a311d4. --------- Co-authored-by: Zhiyi Wu <zwu@exscientia.ai>
Configuration menu - View commit details
-
Copy full SHA for 9e8139e - Browse repository at this point
Copy the full SHA 9e8139eView commit details
Commits on Nov 14, 2024
-
Add entropy and enthalpy (#406)
* Add enthalpy and entropy calculations * Add enthalpy and entropy calculations * Update tests for coverage * black * Add bootstrapping to BAR().fit(use_mbar=True) and adapt tests for code coverage * Update CHANGES * Update get_group syntax * Update method default in bar when use_mbar==True * Remove enthalpy/entropy for BAR * Address review comments * Update docstrings for units.py for the case of entropy values * Update entropy attribute name from delta_s to delta_sT * Undo irrelevant addition
Configuration menu - View commit details
-
Copy full SHA for 968d4f2 - Browse repository at this point
Copy the full SHA 968d4f2View commit details
Commits on Dec 18, 2024
-
add badge and how to cite (#426)
* fix #415 * add badge and how to cite * add to readme * update docs
Configuration menu - View commit details
-
Copy full SHA for d35a4db - Browse repository at this point
Copy the full SHA d35a4dbView commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 62d4a4f - Browse repository at this point
Copy the full SHA 62d4a4fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.4.1...master