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.2
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
  • 13 commits
  • 28 files changed
  • 2 contributors

Commits on Aug 12, 2024

  1. docs: Update version

    aleneum committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b22abf7 View commit details
    Browse the repository at this point in the history
  2. docs: More specific typing

    this fixes #683
    aleneum committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    341fabb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b0314 View commit details
    Browse the repository at this point in the history
  4. docs: Update Changelog

    aleneum committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b9e4011 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    80ae05a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8d103 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. fix: enable override of already initialized FunctionWrapper

    this fixes #692
    Alexander Neumann authored and aleneum committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    8f6ca5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccaca6 View commit details
    Browse the repository at this point in the history
  3. fix: improve timeout processing for better (raised) exception handling

    - see #682 for details
    - renamed `AsyncMachine.switch_model_context` to `cancel_running_transitions`
    aleneum committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    3f4b0ef View commit details
    Browse the repository at this point in the history
  4. fix: add msg parameter to cancel_running_transitions

    - see #682 for details
    aleneum committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    4e6a706 View commit details
    Browse the repository at this point in the history
  5. fix: set and reset contextvar.current_context in _processing_timeout

    context parameter not available in create_task prior to Python 3.11
    aleneum committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    8ced491 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    779fe1d View commit details
    Browse the repository at this point in the history
  7. chore: add 682 to changelog

    Alexander Neumann authored and aleneum committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    7ac5112 View commit details
    Browse the repository at this point in the history
Loading