Commits
Click on a commit to change the comparison range[ENH] Add post transaction plugin hooks3 months ago
by peytondmurray Add test which checks the overhead of the post-transaction hooks2 months ago
by peytondmurray Use caplog to capture execution time for post transaction benchmarking2 months ago
by peytondmurray Deprecate _Action in favor of Action2 months ago
by peytondmurray Post-transaction hooks now must trigger on subclasses of Action only2 months ago
by peytondmurray Union type for 3.9 support2 months ago
by peytondmurray Make _Action a deprecated constant; rename _execute -> __call__2 months ago
by peytondmurray Deactivate overhead test2 months ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins2 months ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins2 months ago
by peytondmurray Add FinalTransactionAction and tests2 months ago
by peytondmurray Add docstrings; remove is_only_subclass; make action methods abstract2 months ago
by peytondmurray Address comments; make Action the plugin subclass; add documentation2 months ago
by peytondmurray Add pre-transaction hooks2 months ago
by peytondmurray Add missing Iterable import2 months ago
by peytondmurray Deprecate PrefixActionGroup; Add PrefixActionGroupV2; renaming2 months ago
by peytondmurray Update docs/source/dev-guide/deep-dives/install.md
Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>2 months ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins2 months ago
by peytondmurray Rename PrefixActionGroupV2; deprecate it for renaming2 months ago
by peytondmurray Rename PrefixActionGroupDataclass -> PrefixActions2 months ago
by peytondmurray