https://github.com/compwa/demo

Collection of demo notebooks

https://github.com/compwa/demo

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Collection of demo notebooks

Basic Info
  • Host: GitHub
  • Owner: ComPWA
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage: https://compwa.github.io
  • Size: 342 KB
Statistics
  • Stars: 5
  • Watchers: 6
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

ComPWA demo notebooks

code style: prettier Spelling checked Ruff uv

A collection of Jupyter notebooks that demonstrate features of the ComPWA packages QRules, AmpForm, and TensorWaves. The notebooks are self-contained in the sense that they define their own pinned requirements and can be run independently in Binder or Google Colaboratory.

Presentations

Local installation

Install uv and run

shell source .venv/bin/activate

to create a virtual environment and with dependencies installed. In addition, it is useful to install pre-commit once:

shell uv tool install --with pre-commit-uv pre-commit pre-commit install --install-hooks

Style checks can now be performed with either of the commands pre-commit run -a or poe style. To run a specific notebook or a folder with notebooks, use e.g.:

shell poe nb 2021.11.29/qrules.ipynb

Owner

  • Name: Common Partial Wave Analysis
  • Login: ComPWA
  • Kind: organization
  • Email: compwa@ep1.rub.de
  • Location: Germany

Making amplitude analysis reproducible, understandable, and easy to do

GitHub Events

Total
  • Delete event: 5
  • Push event: 44
  • Pull request review event: 2
  • Pull request event: 9
  • Create event: 3
Last Year
  • Delete event: 5
  • Push event: 44
  • Pull request review event: 2
  • Pull request event: 9
  • Create event: 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 47
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.09
  • Merged pull requests: 40
  • Bot issues: 0
  • Bot pull requests: 28
Past Year
  • Issues: 0
  • Pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
  • redeboer (21)
  • dependabot[bot] (18)
  • pre-commit-ci[bot] (17)
  • grayson-helmholz (2)
Top Labels
Issue Labels
Pull Request Labels
🔨 Maintenance (36) 🖱️ DX (9) 📝 Docs (4) Bug (3)

Dependencies

.github/workflows/notebook.yml actions
  • actions/checkout v3 composite
  • actions/setup-python master composite
binder/requirements.txt pypi
  • asttokens ==2.4.0
  • backcall ==0.2.0
  • comm ==0.1.4
  • contourpy ==1.1.1
  • cycler ==0.12.1
  • decorator ==5.1.1
  • executing ==2.0.0
  • fonttools ==4.43.1
  • importlib-resources ==6.1.0
  • ipython ==8.12.3
  • ipywidgets ==8.1.1
  • jedi ==0.19.1
  • jupyterlab-widgets ==3.0.9
  • kiwisolver ==1.4.5
  • matplotlib ==3.7.3
  • matplotlib-inline ==0.1.6
  • numpy ==1.24.4
  • packaging ==23.2
  • parso ==0.8.3
  • pexpect ==4.8.0
  • pickleshare ==0.7.5
  • pillow ==10.0.1
  • prompt-toolkit ==3.0.39
  • ptyprocess ==0.7.0
  • pure-eval ==0.2.2
  • pygments ==2.16.1
  • pyparsing ==3.1.1
  • python-dateutil ==2.8.2
  • six ==1.16.0
  • stack-data ==0.6.3
  • traitlets ==5.11.2
  • typing-extensions ==4.8.0
  • wcwidth ==0.2.8
  • widgetsnbextension ==4.0.9
  • zipp ==3.17.0
pyproject.toml pypi
requirements.in pypi
  • black *
  • isort *
  • jupyterlab >=3
  • jupyterlab-code-formatter *
  • pre-commit *
  • tox *
  • ypy-websocket <0.8.3
requirements.txt pypi
  • 129 dependencies
.github/workflows/clean-caches.yml actions
  • ComPWA/actions/clean-caches v1 composite
.github/workflows/constraints.yml actions
  • ComPWA/update-pre-commit main composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • peter-evans/create-pull-request v4 composite
.github/workflows/pr-linting.yml actions
  • JulienKode/pull-request-name-linter-action v0.5.0 composite
  • actions/checkout v4 composite
  • docker://agilepathway/pull-request-label-checker latest composite
binder/requirements.in pypi
  • ipywidgets *
  • matplotlib *
environment.yml conda
  • graphviz
  • pip >=19
  • python 3.8.*