Skip to content

Commit

Permalink
Missing changes for rebranding/migration to OpenFE (#97)
Browse files Browse the repository at this point in the history
* Rebranding/migration to OpenFE

* Using latest codecov actions version
  • Loading branch information
ijpulidos authored Dec 2, 2024
1 parent 0636697 commit 935cdc5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
pytest -n auto -v --cov=feflow --cov-report=xml --durations=10
- name: codecov
if: ${{ github.repository == 'choderalab/feflow'
if: ${{ github.repository == 'OpenFreeEnergy/feflow'
&& github.event_name == 'pull_request' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ authors:
- given-names: Michael M.
family-names: Henry
orcid: 'https://orcid.org/0000-0002-3870-9993'
repository-code: 'https://github.com/choderalab/feflow'
repository-code: 'https://github.com/OpenFreeEnergy/feflow'
version: '0.1'
date-released: '2024-07-29'
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FE Flow
==============================
[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/choderalab/feflow/actions/workflows/ci.yaml/badge.svg)](https://github.com/choderalab/feflow/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/choderalab/feflow/branch/main/graph/badge.svg)](https://codecov.io/gh/choderalab/feflow/branch/main)
[![GitHub Actions Build Status](https://github.com/OpenFreeEnergy/feflow/actions/workflows/ci.yaml/badge.svg)](https://github.com/OpenFreeEnergy/feflow/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/OpenFreeEnergy/feflow/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenFreeEnergy/feflow/branch/main)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13134624.svg)](https://doi.org/10.5281/zenodo.13134624)


Expand All @@ -13,6 +13,7 @@ Recipes, utilities, and protocols for molecular free energy calculations using t
### Copyright

Copyright (c) 2023, ChoderaLab
Copyright (c) 2024, The Open Free Energy development team


### Acknowledgements
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
copyright = (
"2023, ChoderaLab. Project structure based on the "
"Computational Molecular Science Python Cookiecutter version 1.1"
"2024, The OpenFE Development Team."
)
author = "ChoderaLab"
author = "ChoderaLab & The OpenFE Development Team"

# The short X.Y version
version = ""
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ description = "Recipes and protocols for molecular free energy calculations usin
dynamic = ["version"]
readme = "README.md"
authors = [
{ name = "ChoderaLab", email = "[email protected]" }
{ name = "ChoderaLab", email = "[email protected]" },
{ name = "The Open Free Energy Development Team"}
]
license = { text = "MIT" }
# See https://pypi.org/classifiers/
Expand Down
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$PROJECT = $GITHUB_REPO = 'feflow'
$GITHUB_ORG = 'choderalab'
$GITHUB_ORG = 'OpenFreeEnergy'

$ACTIVITIES = ['changelog']

Expand Down

0 comments on commit 935cdc5

Please sign in to comment.