- Jan 18, 2023
-
-
Remco de Boer authored
* DOC: add punctuation in announcement banner * DX: fix problem with pushing tags to GitLab
-
Remco de Boer authored
-
Remco de Boer authored
This is especially important for the interactive visualization: https://mybinder.org/v2/gh/ComPWA/polarimetry/0.0.9?urlpath=lab/tree/docs/appendix/widget.ipynb * DOC: disable edit button Does not work for tags, see e.g.: https://github.com/ComPWA/polarimetry/edit/0.0.9/docs/index.md * DOC: change Binder links to 0.0.9 * DOC: further shorten banner and sidebar Previous version doesn't look good on mobile version
-
Remco de Boer authored
* DOC: change frozen banner link to https://compwa.github.io/polarimetry * DOC: set main page title to "Welcome" * DOC: shorten announcement banner with link to v0.0.9 * DOC: update copyright to 2023 * FIX: remove ` ` from `html_title` Looks weird on page title (e.g. browser tabs). Note that there is no easy fix to the <sub>c</sub> that is still shown there...
-
Remco de Boer authored
* MAINT: list minimal requirement for `myst-parser` See description of f51313b8.
-
Remco de Boer authored
* DOC: add charges to welcome page title
-
Remco de Boer authored
* DOC: add arXiv badge * DOC: add Zenodo badge * DOC: add caption to main `toctree` * DOC: add LHCb logo * DOC: add overview of main features * DOC: collect links related to publication on welcome page * DOC: import abstract to welcome page * DOC: list Figure numbers next to download links Actually `setup.cfg` should list: ```ini [options.extras_require] doc = ... myst-parser >0.16.0 # field lists ... ``` but this has not been done in the current PR as to avoid the constraint files from being updated. * DOC: show only first level in left sidebar Looks better with the external links * DOC: sync HTML short title with paper title * FIX: add missing verb for downloading images
-
Remco de Boer authored
-
- Jan 17, 2023
-
-
Remco de Boer authored
The correct syntax was obtained by editing the metadata of the first Zenodo release (https://zenodo.org/record/7544990) and checking out the exported JSON: https://zenodo.org/record/7544990/export/json
-
Remco de Boer authored
-
Remco de Boer authored
Found this `resource_type` type in the example on https://developers.zenodo.org/#add-metadata-to-your-github-repository-release
-
Remco de Boer authored
-
- Jan 11, 2023
-
-
Remco de Boer authored
-
Remco de Boer authored
* DOC: link to watermarked figures
-
- Jan 04, 2023
-
-
Remco de Boer authored
* DX: run upgrade job on 7th day of the month This allows integrating updates of packages that release at the beginning of the month, like VSCode * DX: upgrade dependencies every third month (quarterly) * MAINT: import `Math` from correct `IPython` module * MAINT: shorten upgrade PR and commit title Co-authored-by: GitHub <noreply@github.com>
-
- Nov 29, 2022
-
-
Remco de Boer authored
Required to be included in the cache: https://gitlab.cern.ch/polarimetry/Lc2pKpi-preview/-/jobs/26134867
-
Remco de Boer authored
* DOC: capitalize subplot titles as suggested by EB review * DX: merge `pytest` jobs The `pre-commit` job takes 2:30 min and the `pytest` job takes the same including the slow tests * FIX: correctly flip angles on reference frame change
-
- Nov 27, 2022
-
-
Remco de Boer authored
* ENH: make `flip_production_coupling_signs()` accept `dict` * MAINT: update pip constraints and pre-commit Co-authored-by: GitHub <noreply@github.com>
-
- Nov 25, 2022
-
-
Mikhail Mikhasenko authored
* FIX: insert reference to LHCb-PAPER-2022-002 * FIX: make LaTeX commands suitable for copying to GitHub
-
- Nov 24, 2022
-
-
Mikhail Mikhasenko authored
* BREAK: move conversion factor for amplitudes to cross-check notebook * ENH: generalise cross check and improve cell rendering * FEAT: compute cross-check table for LS-model * FIX: insert damping factor for `formulate_flatte_1405()` * FIX: update conversion factors for LS model Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
-
Mikhail Mikhasenko authored
* FEAT: increase comparison decimals to 13
-
-
Mikhail Mikhasenko authored
From the source code of LHCb-PAPER-2022-002
-
Remco de Boer authored
* MAINT: extract `get_indexed_base()` function * MAINT: include `LS,` in `compute_sub_function()` regex Doesn't affect the output though * MAINT: remove redundant printing of LS-couplings * MAINT: show conversion factors in test
-
- Nov 22, 2022
-
-
Remco de Boer authored
* MAINT: add test for LS-couplings * MAINT: show conversion factors in test * MAINT: test parameter values with `Symbol`s, not `str`
-
Remco de Boer authored
* MAINT: remove redundant printing of LS-couplings
-
Remco de Boer authored
* DOC: show LS-helicity couplings and conversion factors * FIX: correctly set conversion factor in LS couplings * MAINT: add test for `get_conversion_factor_ls()` * MAINT: remove duplicate construction of key
-
Remco de Boer authored
* DX: always upload GitLab CI caches * DX: cache Julia packages * DX: cache `julia` binary * DX: define GitLab CI stages * DX: print `julia` version * DX: run `pre-commit` on GitLab CI * DX: run `pytest` on GitLab CI * FIX: add JAX to package dependencies * FIX: add `matplotlib` to package dependencies * FIX: add `tensorwaves` to package dependencies * FIX: list `pytest` under `sty` dependencies * MAINT: address pre-commit issues * MAINT: reduce cache sizes * MAINT: remove deprecated `set-output` https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ * MAINT: set `JULIA_CI` to `true` https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_CI * MAINT: update hashes in `test_get_readable_hash_large` * MAINT: update pip constraints and pre-commit Co-authored-by: GitHub <noreply@github.com>
-
- Nov 18, 2022
-
-
Remco de Boer authored
* DX: add `jupyter-resource-usage` as `dev` dependency * FEAT: support different backends in `create_data_transformer()` * FIX: mute JAX warnings from `jax._src.lib.xla_bridge` * MAINT: switch to NumPy as backend in GitLab CI * MAINT: update pip constraints and pre-commit config Co-authored-by: GitHub <noreply@github.com>
-
Remco de Boer authored
-
Remco de Boer authored
* MAINT: update Python version in Jupyter kernel
-
- Nov 15, 2022
-
-
Remco de Boer authored
* BEHAVIOR: increase sample size to 100.000 * DOC: add header "File size checks" * DOC: add text to hidden input cell boxes * DOC: render file sizes as table * DOC: render operation count as LaTeX table * DOC: render phsp sample size and grid size size in plot * DOC: switch order discretisation plots
-
- Nov 10, 2022
-
-
Remco de Boer authored
* FIX: move orientation inset in `total-polarimetry-field.svg` up * FIX: move spectator label in orientation inset up
-
Remco de Boer authored
* MAINT: remove redundant PNG `InlineBackend.figure_formats`
-
- Nov 08, 2022
-
-
Remco de Boer authored
* DOC: show `total-polarimetry-field.svg` in notebook
-
- Nov 05, 2022
-
-
Remco de Boer authored
* DOC: clean up polarimetry book with hidden cells
-
Remco de Boer authored
* DOC: list DPD paper in references * DOC: cite LHCb-PAPER-2022-002 * DOC: render Λc with subscript c * DX: rerun `sphinx-autobuild` on changes to bibliography * FIX: remove root slash from link to bibliography * MAINT: extract `relink_references` as Sphinx plugin * MAINT: extract `support_bibtex_math` as Sphinx plugin * MAINT: extract `unsrt_et_al` as Sphinx plugin * MAINT: update Cornwell reference
-
- Oct 26, 2022
-
-
Remco de Boer authored
* DOC: add link to `_static/images` directory * DOC: export angle uncertainties plot * FIX: abbreviate axis labels in angle uncertainties * FIX: remove figure title from total polarimetry plot * FIX: export complete canvas of uncertainty plots https://stackoverflow.com/a/66174915
-
Remco de Boer authored
* DOC: use m^2(...) instead of M^2(...)
-
- Oct 25, 2022
-
-
Remco de Boer authored
* DOC: add Miriam Fritsch as author to the package * DOC: add text to hidden cells in Sphinx build * DOC: rename "Statistical" to "statistical & systematic" * DOC: rename "Systematics" to "model" * DOC: render decay rate difference table as LaTeX This looks better on narrow screens * FEAT: export Figure 4 WARNING: somehow the edges of the figure are removed... * MAINT: merge subsequent markdown cells * MAINT: remove allowed model titles WARNING: `Alternative amplitude model with K(1430) with free width` was swapped with `Alternative amplitude model with an additional overall exponential form factor exp(-alpha q^2) multiplying Bugg lineshapes. The exponential parameter is indicated as ``alpha''` * MAINT: update pip constraints and pre-commit config * MAINT: use `field` instead of `full` Co-authored-by: GitHub <noreply@github.com>
-