Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / FluxML/Functors.jl issues and pull requests

#95 - All Types are leaf-like

Pull Request - State: closed - Opened by mcabbott 11 days ago

#94 - `Functors.children` fails on `Type` in Functors v0.5

Issue - State: closed - Opened by mtfishman 11 days ago - 1 comment

#93 - set codeinfo.isva/nargs for julia v1.12

Pull Request - State: closed - Opened by chengchingwen 13 days ago - 1 comment

#92 - Version 0.5 gives errors on strings, on Julia 1.12

Issue - State: closed - Opened by mcabbott 13 days ago - 5 comments

#91 - prepare for v0.5 release

Pull Request - State: closed - Opened by CarloLucibello 13 days ago

#90 - remove deprecated AnonymousWalk

Issue - State: closed - Opened by CarloLucibello 14 days ago

#89 - add AbstractRNG to leaves

Issue - State: closed - Opened by CarloLucibello 14 days ago

#88 - fix docs

Pull Request - State: closed - Opened by CarloLucibello 14 days ago

#87 - fix: reducing over empty collection

Pull Request - State: closed - Opened by avik-pal 4 months ago

#86 - Bump julia-actions/setup-julia from 1 to 2

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies

#85 - Bump actions/cache from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago - 1 comment
Labels: dependencies

#84 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago - 1 comment
Labels: dependencies

#83 - add setkeypath!

Pull Request - State: closed - Opened by CarloLucibello 6 months ago - 3 comments

#82 - Improve type stability of cached walks

Pull Request - State: closed - Opened by chengchingwen 6 months ago - 8 comments

#80 - functor `Base.Splat`

Pull Request - State: closed - Opened by mcabbott 8 months ago - 1 comment

#79 - Add docs previews

Issue - State: open - Opened by ToucheSir 8 months ago - 2 comments
Labels: documentation, good first issue

#78 - reorganize API docs

Pull Request - State: closed - Opened by CarloLucibello 8 months ago

#77 - require walks to always take a KeyPath object as first argument

Issue - State: open - Opened by CarloLucibello 8 months ago - 1 comment
Labels: breaking

#76 - add `getkeypath` and `haskeypath`

Pull Request - State: closed - Opened by CarloLucibello 8 months ago - 7 comments

#75 - add `getkeypath`

Pull Request - State: closed - Opened by CarloLucibello 8 months ago

#73 - add function `fleaves`

Pull Request - State: closed - Opened by CarloLucibello 8 months ago - 3 comments

#72 - Fix anymutable errors with self-referencing types

Pull Request - State: closed - Opened by oschulz 10 months ago - 3 comments

#71 - `@functor Returns`

Pull Request - State: closed - Opened by mcabbott about 1 year ago

#70 - Preserve `@functor` property order when reconstructing

Pull Request - State: closed - Opened by ToucheSir over 1 year ago - 1 comment

#69 - mention StructWalk.jl in the readme

Pull Request - State: closed - Opened by CarloLucibello over 1 year ago

#67 - Add support for Base.Broadcast.BroadcastFunction

Pull Request - State: closed - Opened by oschulz over 1 year ago - 6 comments

#66 - update: actions node 12 => node 16

Pull Request - State: closed - Opened by skyleaworlder almost 2 years ago

#65 - Deprecate fmap(walk, f, x, ys...) for execute(walk, x, ys...)

Pull Request - State: closed - Opened by gaurav-arya almost 2 years ago - 7 comments

#64 - Deprecate fmap(walk, f, x, ys...) for simpler runwalk function

Pull Request - State: closed - Opened by gaurav-arya almost 2 years ago - 1 comment

#63 - Adjustments to walk recursion

Pull Request - State: closed - Opened by gaurav-arya almost 2 years ago - 1 comment

#62 - fmap API that accepts an arbitrary walk does not use function f

Issue - State: closed - Opened by gaurav-arya almost 2 years ago - 18 comments

#61 - Fix recursion performance

Pull Request - State: closed - Opened by gaurav-arya almost 2 years ago - 2 comments

#60 - Warning: Wrapping a custom walk function as an `AnonymousWalk`

Issue - State: closed - Opened by prbzrg almost 2 years ago - 7 comments

#59 - Recursive inference failure for multiple functors

Issue - State: closed - Opened by gaurav-arya almost 2 years ago - 3 comments

#58 - Don't hardcode that certain types are leaves in functor implementation

Issue - State: closed - Opened by gaurav-arya almost 2 years ago - 5 comments
Labels: breaking

#57 - Add iteration functionality

Pull Request - State: closed - Opened by gaurav-arya almost 2 years ago - 3 comments

#56 - One-argument `fmapstructure(x)`

Pull Request - State: open - Opened by mcabbott almost 2 years ago - 9 comments

#55 - add `@leaf` macro

Pull Request - State: closed - Opened by CarloLucibello almost 2 years ago - 1 comment

#54 - isleaf is isempty

Pull Request - State: closed - Opened by CarloLucibello almost 2 years ago - 3 comments

#53 - functorize Dict

Pull Request - State: closed - Opened by CarloLucibello almost 2 years ago - 2 comments

#52 - empty namedtuple is not a leaf

Issue - State: closed - Opened by CarloLucibello almost 2 years ago - 6 comments

#51 - functor by default

Pull Request - State: closed - Opened by CarloLucibello almost 2 years ago - 9 comments
Labels: breaking

#50 - Revert "Change `getproperty` to `getfield` (#48)"

Pull Request - State: closed - Opened by mcabbott about 2 years ago

#49 - Does `functor` have the right semantics for Flux?

Issue - State: closed - Opened by CarloLucibello about 3 years ago - 6 comments

#48 - Change `getproperty` to `getfield`

Pull Request - State: closed - Opened by mcabbott about 2 years ago - 2 comments
Labels: breaking

#47 - Add more base types

Pull Request - State: closed - Opened by mcabbott about 2 years ago - 3 comments
Labels: breaking

#46 - `@functor` is confused about properties vs fields

Issue - State: open - Opened by mcabbott about 2 years ago - 5 comments

#45 - Support dictionary

Issue - State: closed - Opened by freddycct about 2 years ago

#44 - Documentation tweaks

Pull Request - State: closed - Opened by mcabbott about 2 years ago

#43 - Separate walks out from `fmap` and add #39 to `fcollect`

Pull Request - State: closed - Opened by darsnack about 2 years ago - 8 comments

#42 - Fix missing docs and cross-references

Pull Request - State: closed - Opened by Saransh-cpp over 2 years ago - 1 comment

#41 - Taggable functors

Issue - State: open - Opened by darsnack over 2 years ago - 4 comments

#40 - `@functor` for parametric constructors

Issue - State: open - Opened by theogf over 2 years ago - 5 comments

#39 - Use the cache less often

Pull Request - State: closed - Opened by mcabbott almost 3 years ago - 7 comments

#38 - Bug in `functor(::Type{NamedTuple}, Any)`

Issue - State: open - Opened by mcabbott almost 3 years ago - 5 comments

#37 - Make `fmap(f, x, y)` useful

Pull Request - State: closed - Opened by mcabbott almost 3 years ago - 8 comments

#36 - Return empty NamedTuple in `@functor` instead of empty Tuple

Pull Request - State: closed - Opened by ToucheSir almost 3 years ago - 5 comments

#35 - `fmapreduce`

Issue - State: open - Opened by mcabbott almost 3 years ago

#34 - Move the docstrings

Pull Request - State: closed - Opened by mcabbott almost 3 years ago - 5 comments

#33 - Functor `Transpose` et. al.

Pull Request - State: closed - Opened by mcabbott almost 3 years ago - 2 comments

#32 - Extract common functionality into fold

Pull Request - State: open - Opened by ToucheSir almost 3 years ago - 14 comments

#31 - `fvec`

Pull Request - State: closed - Opened by mcabbott almost 3 years ago

#30 - Expand docstrings

Pull Request - State: closed - Opened by mcabbott almost 3 years ago

#29 - @functor needs better documentation

Issue - State: closed - Opened by freemin7 over 4 years ago - 4 comments

#28 - Add more Base types

Issue - State: closed - Opened by mcabbott almost 3 years ago - 8 comments

#27 - Functorizing `Functors`

Pull Request - State: closed - Opened by ToucheSir about 3 years ago - 3 comments

#26 - functor RefValue

Pull Request - State: closed - Opened by CarloLucibello about 3 years ago - 11 comments

#25 - Fix `fcollect` to respect object identity instead of `==`; document order

Pull Request - State: closed - Opened by ericphanson about 3 years ago - 3 comments

#24 - Support Base.ComposedFunction

Pull Request - State: closed - Opened by oschulz about 3 years ago - 6 comments

#23 - RM MacroTools dep

Pull Request - State: closed - Opened by ToucheSir over 3 years ago - 1 comment

#22 - Revisit MacroTools Dependency

Issue - State: closed - Opened by ToucheSir over 3 years ago

#21 - Support Base.ComposedFunction

Issue - State: closed - Opened by oschulz over 3 years ago - 12 comments

#20 - Support ChainRulesCore.Tangent?

Issue - State: closed - Opened by oschulz over 3 years ago - 9 comments

#19 - FlexibleFunctors

Pull Request - State: closed - Opened by SBuercklin over 3 years ago - 19 comments

#18 - Deploy docs

Pull Request - State: closed - Opened by DhairyaLGandhi over 3 years ago

#17 - add docs to ci and deploy

Pull Request - State: closed - Opened by DhairyaLGandhi over 3 years ago - 2 comments

#16 - `fcollect` won't keep repeated arrays that are `==` but distinct

Issue - State: closed - Opened by ericphanson over 3 years ago - 1 comment

#15 - Documenter support

Issue - State: closed - Opened by ToucheSir over 3 years ago

#14 - fmapstructure

Pull Request - State: closed - Opened by ToucheSir over 3 years ago - 22 comments

#13 - add fcollect

Pull Request - State: closed - Opened by CarloLucibello over 3 years ago - 9 comments

#12 - remove Manifest

Pull Request - State: closed - Opened by CarloLucibello over 3 years ago - 1 comment

#11 - Fix extension for compat helper

Pull Request - State: closed - Opened by darsnack over 3 years ago - 1 comment

#10 - Add predicate keyword to fmap

Pull Request - State: closed - Opened by darsnack over 3 years ago - 11 comments

#9 - TagBot trigger issue

Issue - State: closed - Opened by JuliaTagBot almost 4 years ago - 25 comments

#8 - Bump version

Pull Request - State: closed - Opened by DhairyaLGandhi almost 4 years ago

#7 - Reconstruct with all fieldnames

Pull Request - State: closed - Opened by ToucheSir almost 4 years ago - 8 comments

#6 - Passing field names to @functor for typed struct gives constructor error

Issue - State: closed - Opened by andrschl almost 4 years ago - 2 comments

#5 - Should Flux.destructure be moved to Functors.jl

Issue - State: closed - Opened by theogf about 4 years ago - 3 comments

#4 - Adds links in docs to issues

Pull Request - State: closed - Opened by willtebbutt over 4 years ago - 1 comment

#3 - Correct way to reconstruct an instance of an object

Issue - State: closed - Opened by willtebbutt over 4 years ago - 6 comments

#2 - What's the cache for?

Issue - State: closed - Opened by willtebbutt over 4 years ago - 3 comments

#1 - Allow gradients in fmap

Pull Request - State: closed - Opened by DhairyaLGandhi over 4 years ago - 7 comments