Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
title: Visualization
- name: misc
title: Miscellaneous
- name: testing
title: Testing
9 changes: 9 additions & 0 deletions _data/projects/misc/fsspec-xrootd.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions _data/projects/testing/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion pages/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down