Commits
Click on a commit to change the comparison range[ENH] Add post transaction plugin hooks1 year ago
by peytondmurray Add test which checks the overhead of the post-transaction hooks1 year ago
by peytondmurray Use caplog to capture execution time for post transaction benchmarking1 year ago
by peytondmurray Deprecate _Action in favor of Action1 year ago
by peytondmurray Post-transaction hooks now must trigger on subclasses of Action only1 year ago
by peytondmurray Union type for 3.9 support1 year ago
by peytondmurray Make _Action a deprecated constant; rename _execute -> __call__1 year ago
by peytondmurray Deactivate overhead test1 year ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins1 year ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins1 year ago
by peytondmurray Add FinalTransactionAction and tests1 year ago
by peytondmurray Add docstrings; remove is_only_subclass; make action methods abstract1 year ago
by peytondmurray Address comments; make Action the plugin subclass; add documentation1 year ago
by peytondmurray Add pre-transaction hooks1 year ago
by peytondmurray Add missing Iterable import1 year ago
by peytondmurray Deprecate PrefixActionGroup; Add PrefixActionGroupV2; renaming1 year ago
by peytondmurray Update docs/source/dev-guide/deep-dives/install.md1 year ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins1 year ago
by peytondmurray Rename PrefixActionGroupV2; deprecate it for renaming1 year ago
by peytondmurray Rename PrefixActionGroupDataclass -> PrefixActions1 year ago
by peytondmurray