mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
2 stars 0 forks source link

Expand `pyproject` #155

Closed jwallwork23 closed 5 months ago

jwallwork23 commented 5 months ago

Closes #148.

This PR moves from having setup.py and requirements.txt files to the now recommended pyproject.toml approach. In doing so, we encapsulate most of the information about Goalie in one file.

The PR also updates the README and any links to the old pyroteus organisation.

@stephankramer @acse-ej321 @ddundo please approve to confirm you are happy with how your names are presented.

jwallwork23 commented 5 months ago

Thanks for the approvals. @ddundo Please merge this into main once you have merged #166 into this branch.