This is a record of all past dags releases and what went into them in reverse chronological order. We follow semantic versioning and all releases are available on conda-forge.
- :gh:
33
Simplify interfaces, expose more functions (:ghuser:hmgaudecker
) - :gh:
29
Improve namespace handling, allow for relative paths (:ghuser:hmgaudecker
) - :gh:
31
Refactordag_tree
(:ghuser:hmgaudecker
) - :gh:
28
Expose relevant functions for working with function trees (:ghuser:hmgaudecker
) - :gh:
26
Allow Unicode characters in Python identifiers (:ghuser:MImmesberger
, :ghuser:hmgaudecker
). - :gh:
24
Add type hints to the codebase (:ghuser:timmens
, :ghuser:hmgaudecker
). - :gh:
23
Update infrastructure, move to Pixi (:ghuser:timmens
). - :gh:
17
Add possibility to use namespaces (:ghuser:lars-reimann
, :ghuser:MImmesberger
).
- :gh:
9
Add function to return the DAG. Check for cycles in DAG. (:ghuser:ChristianZimpelmann
)
- :gh:
5
Updates examples used in tests (:ghuser:janosg
) - :gh:
7
improves the examples in the test cases. - :gh:
10
turnstargets
into an optional argument. All variables in the DAG are returned by default. (:ghuser:tobiasraabe
)
- :gh:
4
Small fix in treatment of partialled arguments (:ghuser:janosg
)
- :gh:
3
ignores partialled arguments when reading signatures (:ghuser:janosg
) - :gh:
2
enforces signatures of generated functions, adds support for more output types and adds decorators to work with signatures (:ghuser:janosg
)
- :gh:
1
releases the initial version of dags.