Skip to content

Commit 55d96d9

Browse files
committed
Merge branch 'main' into archived-packages
2 parents ee394f4 + 7cd10b4 commit 55d96d9

File tree

9 files changed

+215
-129
lines changed

9 files changed

+215
-129
lines changed

.all-contributorsrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,34 @@
413413
"code",
414414
"review"
415415
]
416+
},
417+
{
418+
"login": "sethmlarson",
419+
"name": "Seth Michael Larson",
420+
"avatar_url": "https://avatars.githubusercontent.com/u/18519037?v=4",
421+
"profile": "https://sethmlarson.dev",
422+
"contributions": [
423+
"review"
424+
]
425+
},
426+
{
427+
"login": "erik-whiting",
428+
"name": "Erik Whiting",
429+
"avatar_url": "https://avatars.githubusercontent.com/u/47164199?v=4",
430+
"profile": "https://erikwhiting.com",
431+
"contributions": [
432+
"review"
433+
]
434+
},
435+
{
436+
"login": "hugovk",
437+
"name": "Hugo van Kemenade",
438+
"avatar_url": "https://avatars.githubusercontent.com/u/1324225?v=4",
439+
"profile": "https://github.com/hugovk",
440+
"contributions": [
441+
"code",
442+
"review"
443+
]
416444
}
417445
],
418446
"commitConvention": "angular",

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check links with lychee
3636
id: lychee
37-
uses: lycheeverse/lychee-action@v2.1.0
37+
uses: lycheeverse/lychee-action@v2.2.0
3838
with:
3939
fail: true
4040
args: --verbose --no-progress _site/*.html

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Link Checker
3232
id: lychee
33-
uses: lycheeverse/lychee-action@v2.1.0
33+
uses: lycheeverse/lychee-action@v2.2.0
3434
with:
3535
args: --verbose --no-progress _site/*.html
3636
env:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyopensci.github.io
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-37-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-40-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
[![pages-build-deployment](https://github.com/pyOpenSci/pyopensci.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/pyOpenSci/pyopensci.github.io/actions/workflows/pages/pages-build-deployment)
66
[![DOI](https://zenodo.org/badge/174412809.svg)](https://zenodo.org/doi/10.5281/zenodo.10594115)
@@ -100,6 +100,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
100100
<tr>
101101
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tracykteal"><img src="https://avatars.githubusercontent.com/u/889238?v=4?s=100" width="100px;" alt="Tracy Teal"/><br /><sub><b>Tracy Teal</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Atracykteal" title="Reviewed Pull Requests">👀</a> <a href="#ideas-tracykteal" title="Ideas, Planning, & Feedback">🤔</a></td>
102102
<td align="center" valign="top" width="14.28%"><a href="https://github.com/InessaPawson"><img src="https://avatars.githubusercontent.com/u/43481325?v=4?s=100" width="100px;" alt="Inessa Pawson"/><br /><sub><b>Inessa Pawson</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/commits?author=InessaPawson" title="Code">💻</a> <a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3AInessaPawson" title="Reviewed Pull Requests">👀</a></td>
103+
<td align="center" valign="top" width="14.28%"><a href="https://sethmlarson.dev"><img src="https://avatars.githubusercontent.com/u/18519037?v=4?s=100" width="100px;" alt="Seth Michael Larson"/><br /><sub><b>Seth Michael Larson</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Asethmlarson" title="Reviewed Pull Requests">👀</a></td>
104+
<td align="center" valign="top" width="14.28%"><a href="https://erikwhiting.com"><img src="https://avatars.githubusercontent.com/u/47164199?v=4?s=100" width="100px;" alt="Erik Whiting"/><br /><sub><b>Erik Whiting</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Aerik-whiting" title="Reviewed Pull Requests">👀</a></td>
105+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hugovk"><img src="https://avatars.githubusercontent.com/u/1324225?v=4?s=100" width="100px;" alt="Hugo van Kemenade"/><br /><sub><b>Hugo van Kemenade</b></sub></a><br /><a href="https://github.com/pyOpenSci/pyopensci.github.io/commits?author=hugovk" title="Code">💻</a> <a href="https://github.com/pyOpenSci/pyopensci.github.io/pulls?q=is%3Apr+reviewed-by%3Ahugovk" title="Reviewed Pull Requests">👀</a></td>
103106
</tr>
104107
</tbody>
105108
</table>

_data/contributors.yml

Lines changed: 66 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6065,6 +6065,7 @@
60656065
board: false
60666066
contributor_type:
60676067
- community
6068+
- package-guide
60686069
packages_eic:
60696070
packages_editor:
60706071
packages_submitted:
@@ -7980,7 +7981,7 @@
79807981
organization: Penn State University
79817982
date_added: '2024-12-13'
79827983
deia_advisory: false
7983-
editorial_board:
7984+
editorial_board: false
79847985
emeritus_editor: false
79857986
advisory: false
79867987
emeritus_advisory: false
@@ -8009,7 +8010,7 @@
80098010
organization:
80108011
date_added: '2024-12-13'
80118012
deia_advisory: false
8012-
editorial_board:
8013+
editorial_board: false
80138014
emeritus_editor: false
80148015
advisory: false
80158016
emeritus_advisory: false
@@ -8038,7 +8039,7 @@
80388039
organization:
80398040
date_added: '2024-12-13'
80408041
deia_advisory: false
8041-
editorial_board:
8042+
editorial_board: false
80428043
emeritus_editor: false
80438044
advisory: false
80448045
emeritus_advisory: false
@@ -8068,7 +8069,7 @@
80688069
organization:
80698070
date_added: '2024-12-13'
80708071
deia_advisory: false
8071-
editorial_board:
8072+
editorial_board: false
80728073
emeritus_editor: false
80738074
advisory: false
80748075
emeritus_advisory: false
@@ -8097,7 +8098,7 @@
80978098
organization:
80988099
date_added: '2024-12-13'
80998100
deia_advisory: false
8100-
editorial_board:
8101+
editorial_board: false
81018102
emeritus_editor: false
81028103
advisory: false
81038104
emeritus_advisory: false
@@ -8126,7 +8127,7 @@
81268127
organization:
81278128
date_added: '2024-12-13'
81288129
deia_advisory: false
8129-
editorial_board:
8130+
editorial_board: false
81308131
emeritus_editor: false
81318132
advisory: false
81328133
emeritus_advisory: false
@@ -8155,7 +8156,7 @@
81558156
organization:
81568157
date_added: '2024-12-13'
81578158
deia_advisory: false
8158-
editorial_board:
8159+
editorial_board: false
81598160
emeritus_editor: false
81608161
advisory: false
81618162
emeritus_advisory: false
@@ -8184,7 +8185,7 @@
81848185
organization: Intuit
81858186
date_added: '2024-12-13'
81868187
deia_advisory: false
8187-
editorial_board:
8188+
editorial_board: false
81888189
emeritus_editor: false
81898190
advisory: false
81908191
emeritus_advisory: false
@@ -8213,7 +8214,7 @@
82138214
organization: SUNY at Buffalo
82148215
date_added: '2024-12-13'
82158216
deia_advisory: false
8216-
editorial_board:
8217+
editorial_board: false
82178218
emeritus_editor: false
82188219
advisory: false
82198220
emeritus_advisory: false
@@ -8244,7 +8245,7 @@
82448245
organization: University of Padova
82458246
date_added: '2024-12-13'
82468247
deia_advisory: false
8247-
editorial_board:
8248+
editorial_board: false
82488249
emeritus_editor: false
82498250
advisory: false
82508251
emeritus_advisory: false
@@ -8264,3 +8265,58 @@
82648265
packages_reviewed:
82658266
location:
82668267
email:
8268+
- name: Santiago Soler
8269+
github_username: santisoler
8270+
github_image_id: 11541317
8271+
title:
8272+
sort:
8273+
bio: PhD in Geophysics and Physicist. Postdoc researcher at UBC. Develop @fatiando
8274+
and @simpeg.
8275+
organization: '@fatiando @simpeg @ubcgif @compgeolab @GeoLatinas'
8276+
date_added: '2025-01-01'
8277+
deia_advisory: false
8278+
editorial_board:
8279+
emeritus_editor: false
8280+
advisory: false
8281+
emeritus_advisory: false
8282+
twitter:
8283+
mastodon:
8284+
orcidid:
8285+
partners:
8286+
website: https://www.santisoler.com
8287+
board: false
8288+
contributor_type:
8289+
- package-guide
8290+
packages_eic:
8291+
packages_editor:
8292+
packages_submitted:
8293+
packages_reviewed:
8294+
location: British Columbia, Canada
8295+
8296+
- name: Seth Michael Larson
8297+
github_username: sethmlarson
8298+
github_image_id: 18519037
8299+
title:
8300+
sort:
8301+
bio: PSF Security Developer-in-Residence 🐍 PSF Fellow ✨ Minnesoootan, he/him
8302+
organization: '@psf'
8303+
date_added: '2025-01-01'
8304+
deia_advisory: false
8305+
editorial_board:
8306+
emeritus_editor: false
8307+
advisory: false
8308+
emeritus_advisory: false
8309+
twitter:
8310+
mastodon:
8311+
orcidid:
8312+
partners:
8313+
website: https://sethmlarson.dev
8314+
board: false
8315+
contributor_type:
8316+
- web-contrib
8317+
packages_eic:
8318+
packages_editor:
8319+
packages_submitted:
8320+
packages_reviewed:
8321+
location: Minneapolis, MN
8322+

0 commit comments

Comments
 (0)