Skip to content
Permalink

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.0
Choose a base ref
...
head repository: alchemistry/alchemlyb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 19, 2024

  1. make repo title identical to JOSS paper title (#404)

    - close #402
    - use same title in CITATION.cff for paper and project
      (required for the JOSS paper publication #71)
    - added DOI for preferred citation in note because that is the
      only hint that shows up on zenodo)
    orbeckst authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9ec63db View commit details
    Browse the repository at this point in the history
  2. [doc] tutorial: use alchemlyb.concat (#399)

    replace `pandas.concat()` with `alchemlyb.concat()` in the tutorial (given that we explicitly tell users to use it)
    orbeckst authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ac29639 View commit details
    Browse the repository at this point in the history
  3. update

    xiki-tempula authored and orbeckst committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    aba3671 View commit details
    Browse the repository at this point in the history
  4. avoid pandas futurewarning for grouping with get_group() (#407)

    * fix #407
    * Update pandas syntax to avoid FutureWarnings:
       FutureWarning: When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.
    * Update CHANGES
    jaclark5 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    187246e View commit details
    Browse the repository at this point in the history
  5. minimal updates to deploy workflow

    towards #410 (although a full rewrite is probably the real solution)
    orbeckst committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8a361d5 View commit details
    Browse the repository at this point in the history
Loading