Commits
Click on a commit to change the comparison range[ENH] Add post transaction plugin hooks1 month ago
by peytondmurray Add test which checks the overhead of the post-transaction hooks24 days ago
by peytondmurray Use caplog to capture execution time for post transaction benchmarking23 days ago
by peytondmurray Deprecate _Action in favor of Action23 days ago
by peytondmurray Post-transaction hooks now must trigger on subclasses of Action only23 days ago
by peytondmurray Union type for 3.9 support23 days ago
by peytondmurray Make _Action a deprecated constant; rename _execute -> __call__21 days ago
by peytondmurray Deactivate overhead test20 days ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins11 days ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins8 days ago
by peytondmurray Add FinalTransactionAction and tests8 days ago
by peytondmurray Add docstrings; remove is_only_subclass; make action methods abstract8 days ago
by peytondmurray Address comments; make Action the plugin subclass; add documentation5 days ago
by peytondmurray Add pre-transaction hooks4 days ago
by peytondmurray Add missing Iterable import3 days ago
by peytondmurray Deprecate PrefixActionGroup; Add PrefixActionGroupV2; renaming3 days ago
by peytondmurray Update docs/source/dev-guide/deep-dives/install.md
Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>2 days ago
by peytondmurray Merge branch 'main' into 13795-transaction-action-plugins1 day ago
by peytondmurray Rename PrefixActionGroupV2; deprecate it for renaming16 hours ago
by peytondmurray Rename PrefixActionGroupDataclass -> PrefixActions15 hours ago
by peytondmurray