Releases: FluxML/Functors.jl
Releases · FluxML/Functors.jl
v0.4.5
Functors v0.4.5
Closed issues:
- fmap API that accepts an arbitrary walk does not use function f (#62)
functor
reconstructs unexpectedly due to the lack of checking NameTuple's keys. (#68)
Merged pull requests:
- Deprecate fmap(walk, f, x, ys...) for execute(walk, x, ys...) (#65) (@gaurav-arya)
- mention StructWalk.jl in the readme (#69) (@CarloLucibello)
- Preserve
@functor
property order when reconstructing (#70) (@ToucheSir)
v0.4.4
Functors v0.4.4
Merged pull requests:
v0.4.3
Functors v0.4.3
Closed issues:
- Recursive inference failure for multiple functors (#59)
- Warning: Wrapping a custom walk function as an
AnonymousWalk
(#60)
Merged pull requests:
- add
@leaf
macro (#55) (@CarloLucibello) - Add iteration functionality (#57) (@gaurav-arya)
- Fix recursion performance (#61) (@gaurav-arya)
- update: actions node 12 => node 16 (#66) (@skyleaworlder)
v0.4.1
Functors v0.4.1
Closed issues:
- Support dictionary (#45)
Merged pull requests:
- functorize Dict (#53) (@CarloLucibello)
v0.4.0
Functors v0.4.0
Closed issues:
Merged pull requests:
- Return empty NamedTuple in
@functor
instead of empty Tuple (#36) (@ToucheSir) - Use the cache less often (#39) (@mcabbott)
- Separate walks out from
fmap
and add #39 tofcollect
(#43) (@darsnack) - Documentation tweaks (#44) (@mcabbott)
- Add more base types (#47) (@mcabbott)
- Change
getproperty
togetfield
(#48) (@mcabbott) - Revert "Change
getproperty
togetfield
(#48)" (#50) (@mcabbott)
v0.3.0
Functors v0.3.0
Merged pull requests:
- Functor
Transpose
et. al. (#33) (@mcabbott) - Fix missing docs and cross-references (#42) (@Saransh-cpp)
v0.2.8
Functors v0.2.8
Merged pull requests:
v0.2.7
Functors v0.2.7
Merged pull requests:
- remove Manifest (#12) (@CarloLucibello)
- functor RefValue (#26) (@CarloLucibello)
v0.2.6
Functors v0.2.6
Closed issues:
fcollect
won't keep repeated arrays that are==
but distinct (#16)
Merged pull requests:
- Fix
fcollect
to respect object identity instead of==
; document order (#25) (@ericphanson)