An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/swiftsim/swiftsimio

astrophysics cosmology hdf5 particle simulation sph

Score: 15.33393257693387

Last synced: 40 minutes ago
JSON representation

Repository metadata:

Python library for reading SWIFT data. Uses unyt and h5py.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 885
Total Committers: 24
Avg Commits per committer: 36.875
Development Distribution Score (DDS): 0.407

Commits in past year: 50
Committers in past year: 7
Avg Commits per committer in past year: 7.143
Development Distribution Score (DDS) in past year: 0.44

Name Email Commits
Josh Borrow j****w@d****k 525
Kyle Oman k****n@d****k 131
Alexei Borissov d****1@l****k 63
robjmcgibbon r****n@g****m 26
Yolan Uyttenhove y****e@u****e 25
Alexei Borissov d****1@l****k 24
Bert Vandenbroucke v****e@s****l 22
Matthieu Schaller s****r@s****l 15
Alexei Borissov d****1@l****k 10
loikki l****n@p****m 7
Mladen Ivkvoic m****c@h****m 6
John Helly j****y@d****k 5
Bert Vandenbroucke b****e@g****m 5
Bert Vandenbroucke d****2@l****k 5
Aidan Chalk a****k@s****k 3
Alexei Borissov d****1@l****r 3
Sagan Sutherland 5****d 2
loikki l****n@p****h 2
Copilot 1****t 1
Folkert Nobels n****s@s****l 1
Jacob Kegerreis j****s@d****k 1
Victor J. Forouhar Moreno 6****r 1
Willem Elbers w****s@d****k 1
nickishch n****h@g****m 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 109
Total pull requests: 195
Average time to close issues: about 1 year
Average time to close pull requests: about 1 month
Total issue authors: 34
Total pull request authors: 22
Average comments per issue: 3.37
Average comments per pull request: 2.1
Merged pull request: 157
Bot issues: 0
Bot pull requests: 0

Past year issues: 26
Past year pull requests: 43
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 8 days
Past year issue authors: 10
Past year pull request authors: 13
Past year average comments per issue: 2.69
Past year average comments per pull request: 2.0
Past year merged pull request: 27
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/swiftsim/swiftsimio

Top Issue Authors

  • kyleaoman (34)
  • JBorrow (14)
  • MatthieuSchaller (11)
  • bwvdnbro (5)
  • jchelly (3)
  • joe637 (3)
  • yrevaz (3)
  • mladenivkovic (3)
  • JegerBroxterman (3)
  • VictorForouhar (2)
  • robjmcgibbon (2)
  • stankortmann (2)
  • Joeybraspenning (2)
  • Fonotec (2)
  • filipello (1)

Top Pull Request Authors

  • kyleaoman (78)
  • JBorrow (44)
  • robjmcgibbon (16)
  • bwvdnbro (13)
  • aborissov (7)
  • jchelly (7)
  • MatthieuSchaller (6)
  • mladenivkovic (5)
  • yuyttenhove (4)
  • VictorForouhar (2)
  • nickishch (2)
  • narender6 (1)
  • smsutherland (1)
  • harryjmoss (1)
  • KTQ0912 (1)

Top Issue Labels

  • bug (22)
  • enhancement (21)
  • documentation (9)
  • good first issue (7)
  • visualisation (7)
  • performance (4)
  • tracking (3)
  • question (3)
  • crashing (1)
  • duplicate (1)
  • upstream (1)

Top Pull Request Labels

  • bug (32)
  • enhancement (26)
  • visualisation (8)
  • upstream (3)
  • documentation (3)
  • performance (3)
  • tracking (2)

Package metadata

pypi.org: swiftsimio

SWIFTsim (swiftsim.com) i/o routines for python.

  • Homepage: https://github.com/SWIFTSIM/swiftsimio
  • Documentation: https://swiftsimio.readthedocs.io
  • Licenses: GNU Lesser General Public License v3 or later (LGPLv3+)
  • Latest release: 12.1.4 (published 3 months ago)
  • Last Synced: 2026-08-13T02:07:36.324Z (1 day ago)
  • Versions: 90
  • Dependent Packages: 2
  • Dependent Repositories: 7
  • Downloads: 3,326 Last month
  • Rankings:
    • Dependent packages count: 3.169%
    • Dependent repos count: 5.539%
    • Downloads: 8.218%
    • Average: 8.616%
    • Forks count: 10.513%
    • Stargazers count: 15.64%
  • Maintainers (2)
guix: python-swiftsimio

SWIFTsim I/O routines for Python

  • Homepage: https://github.com/SWIFTSIM/swiftsimio
  • Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/astronomy.scm#n10848
  • Licenses: lgpl3+, gpl3+
  • Latest release: 11.0.0 (published 5 months ago)
  • Last Synced: 2026-04-07T17:01:58.662Z (4 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%

Dependencies

.github/workflows/python-publish.yml actions
  • actions/checkout v6 composite
  • actions/setup-python v6 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/actions/stop-hdfstream/action.yml actions
pyproject.toml pypi
  • astropy >=6.0
  • h5py *
  • numba >=0.50.0
  • numpy >=2.1.0
  • unyt >=3.1.0
.github/workflows/lint_and_test.yml actions
  • ./.github/actions/start-hdfstream * composite
  • ./.github/actions/stop-hdfstream * composite
  • actions/checkout v6 composite
  • actions/setup-python v6 composite
  • astral-sh/ruff-action v3 composite
.github/actions/start-hdfstream/action.yml actions