Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ComPWA/qrules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.3
Choose a base ref
...
head repository: ComPWA/qrules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.4
Choose a head ref
  • 13 commits
  • 68 files changed
  • 4 contributors

Commits on Aug 26, 2024

  1. BREAK: remove spin projections in cons rules (#282)

    * removed projections from spin-mag.-cons.
    grayson-helmholz authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    924548f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. MAINT: autoupdate constraints and pre-commit config (#286)

    * MAINT: apply fixes by pre-commit hooks
    * MAINT: update test values to `particle==0.25`
    * MAINT: write `sphinx-build` flags full
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: GitHub <[email protected]>
    3 people authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    498d21c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    f1d1fc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. DX: define developer environment with uv (#289)

    Co-authored-by: GitHub <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cebe81b View commit details
    Browse the repository at this point in the history
  2. MAINT: have qn_domains-keys in Node/EdgeSettings be typed (#292)

    * now compatible with python3.12
    grayson-helmholz authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f610cf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. FIX: define dev dependencies as dependency groups (#299)

    * DX: run `pyright` in `tox -e sty` job
    * FIX: remove `pre-commit-uv` and `tox` from environment
    * MAINT: address Ruff issues
    * MAINT: update lock files
    redeboer authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c156ea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. FEAT: implement quantum problem set filter (#287)

    * FEAT: implement `dict_set_intersection()`
    * FEAT: implement `filter_quantum_number_problem_set()`
    grayson-helmholz authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    846d4ad View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. MAINT: update lock files (#302)

    * DX: outsource cron job to pre-commit.ci
    * DX: set `PYTHONHASHSEED=0`
    * DX: switch to Python 3.12 in developer environment
    
    ---------
    
    Co-authored-by: GitHub <[email protected]>
    redeboer and web-flow authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4f5c801 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. ENH: use Fraction for spin values (#288)

    Co-authored-by: Remco de Boer <[email protected]>
    grayson-helmholz and redeboer authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    9d74b21 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. FIX: support QNProblemSet in asdot() (#313)

    * DOC: fix typo and add link to issues
    * DX: add more tests for `asdot()` and `as_string()`
    * DX: fold cell with `import` statements
    * DX: show test results in verbose
    * ENH: avoid warning on `as_string()` over scalars and `None`
    * ENH: do not render magnitude domain with plus
    * ENH: hide `None` values
    * ENH: hide 0-values if not spin qn
    * ENH: render list of `Fraction`s as list
    * ENH: render pm on more value types
    * ENH: sort domain values
    * FIX; render all properties in `dict`
    * FIX: render tuple with `Fraction` as spin projection
    * FIX: show output of `graphviz.Source` in docs
    redeboer authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    ed83e48 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. MAINT: update lock files (#311)

    * DX: remove `files.watcherExclude`
    * DX: unset `PYTHONHASHSEED`
    * MAINT: address PYI066
      https://docs.astral.sh/ruff/rules/bad-version-info-order
    * MAINT: sort cSpell config
    
    ---------
    
    Co-authored-by: GitHub <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    63fff63 View commit details
    Browse the repository at this point in the history
  2. ENH: implement FrozenDict with frozendict (#310)

    * DX: implement hash test for `FrozenDict` and `ReactionInfo`
    * ENH: inherit `FrozenDict` from `frozendict`
    * MAINT: install `frozendict` as direct dependency
    redeboer authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    769ade3 View commit details
    Browse the repository at this point in the history
  3. MAINT: update qrules tag in uv.lock (#314)

    * MAINT: update lock file
    redeboer authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    a2bb359 View commit details
    Browse the repository at this point in the history
Loading