This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
Releases: cgarciae/treex
Releases Β· cgarciae/treex
0.6.11
What's Changed
- Support python 3.7.0 by @cgarciae in #65
- Take any version of cerifi by @jonringer in #73
- Relax dependency restrictions by @cgarciae in #77
New Contributors
- @jonringer made their first contribution in #73
Full Changelog: 0.6.10...0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
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.