- Oct 12, 2022
-
-
Mikhail Mikhasenko authored
* FIX: swap uncertainties D(1600)/L(1600) Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
-
Remco de Boer authored
* DX: activate pyright `reportImportCycles` * DX: activate pyright `reportUnnecessaryContains` * DX: remove `metadata.vscode` hash with `nbstripout` * DX: set VSCode type checking mode to `"strict"` * MAINT: import from correct modules Co-authored-by: GitHub <noreply@github.com>
-
- Oct 11, 2022
-
-
Remco de Boer authored
* DOC: improve cell rendering SU(2)/SO(3) homomorphism * MAINT: limit `jax`/`jaxlib` versions * MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
Mikhail Mikhasenko authored
-
Mikhail Mikhasenko authored
-
Remco de Boer authored
-
- Oct 10, 2022
-
-
Remco de Boer authored
* MAINT: export files from `serialization.ipynb` to separate folder
-
Remco de Boer authored
* DOC: compute decay rates of LS-model * DOC: render average alpha angles with 3 digits * FIX: remove redundant cell with `numpy.pi`
-
Remco de Boer authored
-
Mikhail Mikhasenko authored
-
- Oct 09, 2022
-
-
Remco de Boer authored
* DX: define `linkcheck` `tox` job * DX: recommend VSCode Jupyter Cell Tags extension * DOC: add intensity distribution comparison * DOC: create link between relevant sections about α̅xz correlation * DOC: explain interactivity of `plotly` plots * DOC: host download links under stable URL * DOC: remove 'average' polarimetry tables * DOC: remove outdated comment about not implemented LS-model * DOC: rotate `plotly` resonance lables by 45° * FIX: remove hover labels from `plotly` statistics αxz distribution * MAINT: embed cell outputs in HTML again
-
Remco de Boer authored
-
- Oct 07, 2022
-
-
Remco de Boer authored
* FIX: remove percentage sign from LaTeX Seems to be the cause of this problem: https://gitlab.cern.ch/polarimetry/Lc2pKpi/-/jobs/24993005 * MAINT: always upload artifacts
-
- Oct 05, 2022
-
-
Remco de Boer authored
* MAINT: allow faulty rendering in LaTeX build
-
- Oct 04, 2022
-
-
Remco de Boer authored
* ENH: swap systematics computation loop (Hopefully speeds up the loop because JAX can reuse caches in the same iteration)
-
Mikhail Mikhasenko authored
* DOC: add decay rate comparison with LHCb * FIX: use model uncertainty in LHCb comparison * MAINT: embed LHCb obversables as YAML file Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
-
Remco de Boer authored
* FIX: use model uncertainty in LHCb comparison https://github.com/ComPWA/polarimetry/pull/190#issuecomment-1265113456 * MAINT: improve signature `flip_production_coupling_signs()`
-
- Sep 28, 2022
-
-
Remco de Boer authored
-
Remco de Boer authored
* DOC: add notebook about LS amplitude model * DOC: add table with LS- and J^P-values * DOC: visualize intensity distribution of LS-model * DX: assert that amplitudes are not zero * FEAT: add option to generate all LS-couplings * FEAT: implement Clebsch-Gordan coeffients * FEAT: implement coupling ID to LS-coupling mapping * FIX: fix order of model title hover labels * FIX: relink `typing.Literal` with `intersphinx`
-
Remco de Boer authored
* DOC: add `plotly` API to intersphinx inventory * DX: add more ignore patterns to `doc-live` job * ENH: compute intensity for one reference system * ENH: define cached function in import cell * MAINT: use `ParametrizedFunction` in signature
-
Remco de Boer authored
* FIX: relink `jax.numpy.ndarray` * MAINT: allow bootstrapping for different reference system * MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
- Sep 26, 2022
-
-
Remco de Boer authored
* BREAK: load parameters through `MeasuredParameter` class * DX: do not run Pluto notebooks in `docnb-force` job * MAINT: add test for `load_model_parameters()` * MAINT: import uncertainties from Tables 8 and 9 Co-authored-by: Mikhail Mikhasenko <mikhail.mikhasenko@cern.ch>
-
- Sep 25, 2022
-
-
Remco de Boer authored
-
Remco de Boer authored
* ENH: call `makedirs` only upon writing
-
- Sep 23, 2022
-
-
Remco de Boer authored
* FIX: mention correct target directory `perform_cached_doit()` * MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
- Sep 22, 2022
-
-
Remco de Boer authored
* MAINT: suppress `mystnb.mime_priority` in PDF build for plotly * MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
- Sep 21, 2022
-
-
Remco de Boer authored
Co-authored-by: Mikhail Mikhasenko <mikhail.mikhasenko@cern.ch>
-
Remco de Boer authored
* DX: define `pdfnb` tox job Makes it easier to create a PDF file with cell output * FIX: remove caching warning in amplitude notebook * MAINT: rename `sibling` to `spectator` * MAINT: treat warnings as errors in `make` calls
-
Remco de Boer authored
* DOC: add explanatory text to parameter definition `assert` cell * DOC: rename amplitude model page to "Nominal amplitude model" * FIX: set correct signatures in dynamics builders * MAINT: improve `assert` cell whether symbols are defined * MAINT: remove redundant import * MAINT: write images to `_images` directory (cleans up the main `docs` directory)
-
- Sep 19, 2022
-
-
Remco de Boer authored
* MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
Remco de Boer authored
* FIX: correctly render download buttons * MAINT: build documentation with `tox` * MAINT: build HTML to `_build` directory to share cache with PDF build * MAINT: equalize local build procedure with GitLab CI * MAINT: only run Pluto notebooks in HTML build
-
- Sep 03, 2022
-
-
Remco de Boer authored
* DOC: add documentation building instructions * DOC: add PDF download button on HTML pages * DOC: embed package version in documentation * DOC: increase resolution of the intensity distribution * DOC: number sections on HTML build * DOC: remove progress bars from Sphinx build * DOC: switch to A4 paper PDF build * DX: define `tox -e pdf` job * DX: fail build if figures are missing in the PDF build * DX: automatically push tags to GitLab * FIX: set correct number of columns in LaTeX table * MAINT: build PDF on GitLab CI * MAINT: remove `READTHEDOCS_VERSION` variable This is a remnant from repositories that host their documentation on Read the Docs. * MAINT: rewrite notebooks to make SVG visible in PDF * MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
Remco de Boer authored
* MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
Remco de Boer authored
* DX: automatically update `pip` constraints * FIX: resolve dependency conflict `nbclient` https://github.com/ComPWA/polarimetry/runs/8170542428?check_suite_focus=true#step:3:69 * MAINT: use constraint files in environment definition * MAINT: apply formatting `pre-commit` hooks Co-authored-by: GitHub <noreply@github.com>
-
- Sep 02, 2022
-
-
Mikhail Mikhasenko authored
* typo grouppedchains on chains, resultsdir * update ThreeBodyDecay * make model0 run: - no plot savings - define amplitude and intensity * update sorting * rerun eulerangles * update wigner angle matching
-
Remco de Boer authored
-
- Sep 01, 2022
-
-
Remco de Boer authored
Fixes this problem: https://gitlab.cern.ch/polarimetry/Lc2pKpi/-/jobs/24273321#L2123
-
- Aug 31, 2022
-
-
Remco de Boer authored
-
- Aug 18, 2022
-
-
Mikhail Mikhasenko authored
-
- Aug 17, 2022
-
-
Remco de Boer authored
* DOC: show code for creating Figures 2 and 3 * DOC: show unfolding execution time * DX: flag "polerimetry" and "polerimeter" * FIX: correctly render figure download links
-