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: pytransitions/transitions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.3
Choose a base ref
...
head repository: pytransitions/transitions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 2, 2025

  1. fix: this closes #688

    Machine.remove_transitions did not work when source or dest where of type Enum or State
    aleneum committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    f445cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f31de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1aeacc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a65bb6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10a89a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    683a71f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34562f5 View commit details
    Browse the repository at this point in the history
  8. chore: bump version

    aleneum committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    2f4ca35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37b6610 View commit details
    Browse the repository at this point in the history
  10. doc: add 0.9.4 to changelog

    aleneum committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    22dab95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b05c5f View commit details
    Browse the repository at this point in the history
  12. doc: update changelog

    aleneum committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    8474991 View commit details
    Browse the repository at this point in the history
  13. fix: only process CancellationExceptions triggered by AsyncMachine

    msg parameter of cancel_running_transitions is marked deprecated
    
    this closes #704
    aleneum committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    4336252 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. fix: typing of TransitionConfigList

    this resolves #711
    aleneum committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    883a8d6 View commit details
    Browse the repository at this point in the history
  2. feat: allow to pass MarkupMachine to generate_base_model

    - improve docstring
    - this resolves  #710
    aleneum committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    d2ea492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faac711 View commit details
    Browse the repository at this point in the history
  4. doc: update changelog

    aleneum committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    af00aba View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. fix: _final_check should not override is_final

    - rename loop 'is_final' to 'child_final'
    - this closes #715
    Alexander Neumann committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    b0a50d2 View commit details
    Browse the repository at this point in the history
  2. fix: Don't raise AssertionError when model does not contain is_<state>

    - this fixes #716
    - this issue happens when model_override=True and NestedState.separator != "_"
    Alexander Neumann committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    bd42b38 View commit details
    Browse the repository at this point in the history
Loading