From f09f11245c2906c3f57725629563a69ac1d852b2 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 31 Jan 2025 17:08:24 +0100 Subject: [PATCH 1/3] Add fsspec-xrootd to Scikit-HEP projects --- _data/projects/misc/fsspec-xrootd.yml | 9 +++++++++ pages/news.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 _data/projects/misc/fsspec-xrootd.yml 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/pages/news.md b/pages/news.md index 2ab9f5b..2b402db 100644 --- a/pages/news.md +++ b/pages/news.md @@ -5,7 +5,7 @@ permalink: /news nav_order: 2 --- -**December 2024:** Package `coffea` joined Scikit-HEP. +**December 2024:** Packages `coffea` and `fsspec-xrootd` joined Scikit-HEP. **February 2024:** Packages `hepconvert` and `ragged` joined Scikit-HEP. From 8c08bf98a477829a535f32955b61df840f5dd789 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 31 Jan 2025 17:19:59 +0100 Subject: [PATCH 2/3] Add integration-tests to Scikit-HEP projects --- _data/categories.yml | 2 ++ _data/projects/testing/integration-tests.yml | 3 +++ pages/news.md | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 _data/projects/testing/integration-tests.yml 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/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/pages/news.md b/pages/news.md index 2b402db..94a0e0d 100644 --- a/pages/news.md +++ b/pages/news.md @@ -5,6 +5,8 @@ permalink: /news nav_order: 2 --- +**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. From 752efe50b1c7d01d0322f8bf48ecda388f74e0a3 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 31 Jan 2025 17:20:44 +0100 Subject: [PATCH 3/3] Move scikit-hep-testdata to testing category --- _data/projects/{misc => testing}/scikit-hep-testdata.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _data/projects/{misc => testing}/scikit-hep-testdata.yml (100%) 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