This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
0.6.3
Changes
- Adds experimental
axis_name
argument tonext_key
,KeySeq
, andLinear
. - Creates the
preserve_state
function that enables you apply a function transformation likejit
orvmap
to a stateful method that doesn't propagate the state through and output.preserver_state
will return the first argument (usuallyself
) and update it after the transformation. - Fixes type issues with
Filter
in shortcut methods.