pfhub
pfhub copied to clipboard
The CHiMaD Phase Field Community Website
Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 to 0.0.7. Changelog Sourced from python-multipart's changelog. 0.0.7 (2024-02-03) Refactor header option parser to use the standard library instead of a custom RegEx #75. 0.0.6 (2023-02-27)...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.33.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.33.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
**A CLI to download, submit and convert PFHub results** Some of these commits are in #1508 Todo: - [x] implementing `convert-to-zenodo` - [x] return unpacked files - [x] ensure that...
Move [suggested codes](https://pages.nist.gov/pfhub/codes/) to wiki and add a lot more codes. Remove "suggested" from the title
Ideas here is to use the Zenodo versioning to version our benchmarks rather than use our arbitrary fallible system. We submit each notebook to Zenodo and then update the same...
This PR adapts the clarified BM1 upload instructions for BM2 to BM4. The remaining specifications have reasonably clear instructions already.
Update PFHub to use [Nix Flakes](https://nixos.wiki/wiki/Flakes) rather than the old shell.nix protocol. Flakes are essentially far more composable than the shell.nix way. Changes: - Single `flake.nix` environment for running everything....