This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
from 7e35d83d Update copyright year in NOTICE file
new 553f0e9f Enhance visualization with display_name tag support
new c607262e Updates the assertion in the graph visualization test to
ensure that special characters are properly escaped in the label.
new 7daca045 adjusting the formatting of the header.
new 5669d8e2 Enhance display_name handling in graph visualizations
new 3c298906 Refactor display_name imports in graph visualization tests
new 57a01ccf Update visualization documentation to clarify usage of
display_name decorator
new d570d3ff Refactor display_name imports in test_graph.py to streamline
test dependencies
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/concepts/visualization.rst | 21 +++
docs/reference/decorators/tag.rst | 25 +++
examples/hello_world/my_dag.png | Bin 63764 -> 69967 bytes
examples/hello_world/my_functions.py | 4 +
hamilton/graph.py | 39 ++++-
tests/resources/display_name_functions.py | 52 +++++++
.../resources/display_name_list_functions.py | 20 +--
tests/test_graph.py | 170 +++++++++++++++++++++
8 files changed, 314 insertions(+), 17 deletions(-)
create mode 100644 tests/resources/display_name_functions.py
copy examples/caching_nodes/caching_graph_adapter/data_loaders.py =>
tests/resources/display_name_list_functions.py (67%)