quickBayes

quickBayes: An analytical approach to Bayesian marginal likelihoods - Published in JOSS (2025)

https://github.com/isisneutronmuon/quickbayes

Science Score: 100.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in JOSS metadata
  • Academic publication links
  • Committers with academic emails
    3 of 5 committers (60.0%) from academic institutions
  • Institutional organization owner
    Organization isisneutronmuon has institutional domain (www.isis.stfc.ac.uk)
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

bayes python
Last synced: 4 months ago · JSON representation ·

Repository

A Python package for Bayesian analysis of data.

Basic Info
  • Host: GitHub
  • Owner: ISISNeutronMuon
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 66.6 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 3
  • Open Issues: 12
  • Releases: 1
Topics
bayes python
Created about 4 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

quickBayes

This package provides a convenient API for performing Bayesian analysis on muon and neutron-scattering data.

Installing

The library is available on PyPi and can be installed with pip:

```sh

python -m pip install quickBayes ```

The user documentation is here.

The developer documentation is here.

Owner

  • Name: UKRI STFC ISIS Neutron and Muon Facility
  • Login: ISISNeutronMuon
  • Kind: organization
  • Location: Oxfordshire, UK

JOSS Publication

quickBayes: An analytical approach to Bayesian marginal likelihoods
Published
April 03, 2025
Volume 10, Issue 108, Page 6230
Authors
Anthony Lim
Science and Technology Facilities Council, Rutherford Appleton Laboratory, Harwell Campus, Didcot, Oxfordshire, OX11 0QX
Editor
Øystein Sørensen ORCID
Tags
fitting Bayesian

Citation (CITATION.cff)

cff-version: "1.2.0"
authors:
- family-names: Lim
  given-names: Anthony
doi: 10.5281/zenodo.15045665
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Lim
    given-names: Anthony
  date-published: 2025-04-03
  doi: 10.21105/joss.06230
  issn: 2475-9066
  issue: 108
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 6230
  title: "quickBayes: An analytical approach to Bayesian marginal
    likelihoods"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.06230"
  volume: 10
title: "`quickBayes`: An analytical approach to Bayesian marginal
  likelihoods"

GitHub Events

Total
  • Create event: 13
  • Release event: 1
  • Issues event: 8
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 92
  • Pull request event: 25
  • Pull request review comment event: 11
  • Pull request review event: 17
  • Fork event: 1
Last Year
  • Create event: 13
  • Release event: 1
  • Issues event: 8
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 92
  • Pull request event: 25
  • Pull request review comment event: 11
  • Pull request review event: 17
  • Fork event: 1

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 206
  • Total Committers: 5
  • Avg Commits per committer: 41.2
  • Development Distribution Score (DDS): 0.087
Past Year
  • Commits: 85
  • Committers: 2
  • Avg Commits per committer: 42.5
  • Development Distribution Score (DDS): 0.012
Top Committers
Name Email Commits
Anthony Lim a****m@s****k 188
Martyn Gigg m****g@s****k 12
Stephen Smith s****h@s****k 4
Rob Applin 4****n 1
Arfon Smith a****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 50
  • Total pull requests: 65
  • Average time to close issues: 4 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 4
  • Total pull request authors: 4
  • Average comments per issue: 1.06
  • Average comments per pull request: 0.58
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 26
  • Average time to close issues: about 13 hours
  • Average time to close pull requests: about 23 hours
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.15
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • AnthonyLim23 (41)
  • prashjet (4)
  • osorensen (3)
  • mattpitkin (1)
Pull Request Authors
  • AnthonyLim23 (55)
  • robertapplin (5)
  • arfon (2)
  • osorensen (2)
Top Labels
Issue Labels
enhancement (20) documentation (7) question (3) bug (2)
Pull Request Labels
enhancement (20) documentation (12) bug (5) Has Conflicts (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 74 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 26
  • Total maintainers: 1
pypi.org: quickbayes

A Bayesian fitting package used for model selection and grid searches of fits for neutron and muon data.

  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 74 Last month
Rankings
Dependent packages count: 7.0%
Average: 18.7%
Dependent repos count: 30.5%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/flake8.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • py-actions/flake8 v2 composite
.github/workflows/label_merge_conflicts.yml actions
  • prince-chrismc/label-merge-conflicts-action v1 composite
.github/workflows/run_tests.yml actions
  • actions/checkout v3 composite
  • conda-incubator/setup-miniconda v2.1.1 composite
setup.py pypi
  • numpy >=1.12
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • pypa/cibuildwheel v2.8.0 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • tschm/token-mint-action v1.0.2 composite