issues
search
i2mint
/
meshed
Link functions up into callable objects
https://i2mint.github.io/meshed/
MIT License
4
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`code_to_dag` should not fail on return statements
#72
thorwhalen
closed
1 year ago
0
65 local+cloud scheduler flexibility poc
#69
andeaseme
closed
1 year ago
0
Local+Cloud Scheduler Flexibility POC
#65
thorwhalen
closed
1 year ago
1
parametrized_dag_factory behaviour
#62
sylvainbonnot
closed
1 year ago
1
add the name of author
#61
lovehoneyginger
opened
1 year ago
0
Decorator to assign ``var_names`` to a ``provides_`` attribute of function.
#58
thorwhalen
closed
1 year ago
1
Add Literal typing for `bind_info`
#51
thorwhalen
closed
1 year ago
0
Enable `Slabs` scope creation to be controlled from init
#48
thorwhalen
closed
1 year ago
0
Move `SlabsIter` from `creek` to `meshed`
#47
thorwhalen
closed
1 year ago
0
`DAG.from_dot_digraph`
#46
thorwhalen
opened
1 year ago
2
`Dag.ch_func` and signature comparison
#45
thorwhalen
closed
1 year ago
1
`DAG.ch_func` should be more robust
#44
thorwhalen
closed
1 year ago
0
Binding changes when using ch_funcs
#43
sylvainbonnot
closed
1 year ago
2
`DAG[func_node_name]` and `DAG[func_node_out]`?
#42
thorwhalen
opened
1 year ago
1
Refactor some naming functions
#41
thorwhalen
opened
2 years ago
0
Potential DAG (regression?) "bug": name unicity not enforced!
#40
thorwhalen
opened
2 years ago
1
Extend `code_to_dag` so it's not senstitive to indentation
#39
thorwhalen
closed
2 years ago
1
Look into the last "postelization" of `func_src` in `code_to_dag`
#38
thorwhalen
closed
2 years ago
1
Enable `code_to_dag` to use wrapped function signature for the dag signature it produces.
#37
thorwhalen
closed
1 year ago
1
CacheDag: Ability to make methods for desired target outs
#36
thorwhalen
opened
2 years ago
0
`NoOverwritesDict`, a dict where you can insert new values but not overwrite them
#35
thorwhalen
closed
2 years ago
0
CachedDag.cache should be populated with inputs that it was called on
#34
thorwhalen
opened
2 years ago
0
addition of DAGs does not handle variadics well
#33
sylvainbonnot
closed
2 years ago
1
Wrapping a `DAG` with a `i2.Sig` doesn't treat defaults correctly.
#32
thorwhalen
closed
2 years ago
1
Variadic Keyword not handled correctly in `dot_digraph`
#31
thorwhalen
opened
2 years ago
3
More general `ch_names`
#30
thorwhalen
opened
2 years ago
0
Refactor: FuncNode and DAG so that `_id := name == out`
#29
thorwhalen
opened
2 years ago
1
`add_edge_from(dag)`
#28
thorwhalen
closed
2 years ago
0
DAG union
#27
thorwhalen
closed
2 years ago
0
`Sig.names_of_kind`
#26
thorwhalen
closed
2 years ago
3
Signatures with multiple variadic positional and variadic keywords allowed: What to do?
#25
thorwhalen
closed
2 years ago
0
Test and review `basic_node_validator`: Some edge cases still floating around
#24
thorwhalen
opened
2 years ago
0
Include more `bind` information in `FuncNode` `repr`
#23
thorwhalen
closed
2 years ago
0
A few `DAG.__getitem__` "edge" cases.
#22
thorwhalen
opened
2 years ago
1
Define `FuncNode.__eq__` based on `FuncNode.__hash__`.
#21
thorwhalen
closed
2 years ago
1
Refactor: Change `FuncNode.name` to `FuncNode.func_id`
#20
thorwhalen
opened
2 years ago
0
More static analysis during DAG instantiation
#19
thorwhalen
opened
2 years ago
0
Gentler reording in `partialx`
#18
thorwhalen
opened
2 years ago
0
Dag with multiple copies of a funcnode
#17
cavart28
opened
2 years ago
3
Extend code_to_dag to handle tuple outputs and keyword arguments
#16
thorwhalen
closed
2 years ago
1
Place holder functions with given signature
#15
thorwhalen
closed
2 years ago
0
Rolling in nodes
#14
thorwhalen
closed
1 year ago
0
A DAG's (or any Mesh) slicing form
#13
thorwhalen
closed
2 years ago
0
getitem doctests and markdown examples
#12
thorwhalen
closed
2 years ago
0
Update itools.py to correct descendants function
#11
sylvainbonnot
closed
2 years ago
0
Make FuncNodes (therefore DAGs, graphviz graphs etc.) based on code (string or function's body)
#10
thorwhalen
closed
2 years ago
1
Make a `graphviz.Digraph` object based on code (string or function's body)
#9
thorwhalen
closed
2 years ago
0
DAG edge adder and other DAG operations
#8
thorwhalen
opened
2 years ago
0
Binding to a root node fails
#7
thorwhalen
closed
2 years ago
1
Make a `lined.Line`-like interface with `meshed.DAG` backend
#6
thorwhalen
opened
2 years ago
2
Next