Skip to content

Commit f085c2d

Browse files
Add PySAL and Scikit-HEP domain stack metapackages (#381)
This was discussed (and tentatively approved) at the last monthly SPEC meeting. I've tried to minimally edit the Core Project description to reflect the idea that they may include domain stacks that have meta-packages for particular scientific fields or domains. These meta-packages themselves may or may not be imported by a large number of projects, but often include useful packages which are. They also reflect large and important user communities in the scientific Python ecosystem. My goal is merge this PR by April 10th. @sjsrey @matthewfeickert It would be great if you could review the PR to make sure I got the details correct. Please ask other members of your community to provide feedback or thumbs up. It would also be great to get feedback and thumbs up from the SPEC steering committee. For committee members who missed the last meeting, it would be great to get feedback or questions. --------- Co-authored-by: Stefan van der Walt <stefan@mentat.za.net>
1 parent 347cc50 commit f085c2d

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

core-projects/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ endorsed-by:
1010

1111
## Description
1212

13-
Core Projects are depended upon by most of the other projects,
13+
Core Projects are depended upon by many other projects,
1414
and often provide basic data structures, drawing primitives,
15-
or implementations of fundamental algorithms.
15+
implementations of fundamental algorithms, or are metapackages
16+
that represent a particular scientific field.
1617
Due to their central position in the ecosystem, the policies, practices, and tooling
1718
used by the Core Projects are widely seen by the ecosystem
1819
and impact many other projects.
@@ -43,9 +44,10 @@ scientific Python ecosystem overlaps with the PyData ecosystem---which has a
4344
stronger focus on solving problems in industry.
4445

4546
Core Projects are **widely used in the scientific Python ecosystem**.
46-
They are depended upon by most of the other projects,
47+
They are depended upon by many other projects,
4748
often providing basic data structures, drawing primitives,
48-
or implementations of fundamental algorithms.
49+
implementations of fundamental algorithms, or are metapackages
50+
that represent a particular scientific field.
4951

5052
Core Projects are **developed using shared community practices**.
5153
They have a version control system, a bug tracker, a

core-projects/pysal.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "PySAL"
3+
avatar: https://avatars.githubusercontent.com/u/3769919
4+
homepage: https://pysal.org
5+
repository: https://github.com/pysal/pysal
6+
pypi: https://pypi.org/project/pysal
7+
libraries-io: https://libraries.io/pypi/pysal
8+
license: https://github.com/pysal/pysal/blob/main/LICENSE.txt
9+
license-type: 3-clause BSD
10+
contact: sjsrey
11+
---

core-projects/scikit-hep.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Scikit-HEP"
3+
avatar: https://avatars.githubusercontent.com/u/23454624
4+
homepage: https://scikit-hep.org
5+
repository: https://github.com/scikit-hep/scikit-hep
6+
pypi: https://pypi.org/project/scikit-hep
7+
libraries-io: https://libraries.io/pypi/scikit-hep
8+
license: https://github.com/scikit-hep/scikit-hep/blob/main/LICENSE
9+
license-type: 3-clause BSD
10+
contact: matthewfeickert
11+
---

0 commit comments

Comments
 (0)