diff --git a/_data/categories.yml b/_data/categories.yml index 5e75446..9f4cd89 100644 --- a/_data/categories.yml +++ b/_data/categories.yml @@ -18,3 +18,5 @@ title: Visualization - name: misc title: Miscellaneous +- name: testing + title: Testing diff --git a/_data/projects/misc/fsspec-xrootd.yml b/_data/projects/misc/fsspec-xrootd.yml new file mode 100644 index 0000000..ffaaa0f --- /dev/null +++ b/_data/projects/misc/fsspec-xrootd.yml @@ -0,0 +1,9 @@ +name: fsspec-xrootd +description: An XRootD implementation for fsspec +url: https://github.com/scikit-hep/fsspec-xrootd +docs: https://scikit-hep.org/fsspec-xrootd/ +# affiliated: set to true for affiliated packages +# repo: only if different from url +badges: + pypi: fsspec-xrootd + conda-forge: fsspec-xrootd diff --git a/_data/projects/testing/integration-tests.yml b/_data/projects/testing/integration-tests.yml new file mode 100644 index 0000000..f259c75 --- /dev/null +++ b/_data/projects/testing/integration-tests.yml @@ -0,0 +1,3 @@ +name: integration-tests +description: A suite of GitHub workflows that run nightly to test the HEAD versions of various Scikit-HEP packages. +url: https://github.com/scikit-hep/integration-tests diff --git a/_data/projects/misc/scikit-hep-testdata.yml b/_data/projects/testing/scikit-hep-testdata.yml similarity index 100% rename from _data/projects/misc/scikit-hep-testdata.yml rename to _data/projects/testing/scikit-hep-testdata.yml diff --git a/pages/news.md b/pages/news.md index 2ab9f5b..94a0e0d 100644 --- a/pages/news.md +++ b/pages/news.md @@ -5,7 +5,9 @@ permalink: /news nav_order: 2 --- -**December 2024:** Package `coffea` joined Scikit-HEP. +**January 2025:** Package `integration-tests` joined Scikit-HEP. + +**December 2024:** Packages `coffea` and `fsspec-xrootd` joined Scikit-HEP. **February 2024:** Packages `hepconvert` and `ragged` joined Scikit-HEP.