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 3c32aca5 Migrate to GitHub acitions (#1342)
new f6dc944d Initial implementation of `unpack_fields`
new 092a1d4e Initial tests for `unpack_fields`
new f723544c Add documentation for `unpack_fields`
new faef6fcc Use `Optional` for backward compatibility
new a146c329 Fix typo in test name
`test_unpack_fields_valid_indeterminate_tuple`
new 5befa029 Fix docstring of `_process_unpack_fields`
new bcd80d12 Split `unpack_field` annotation tests for backward
compatibility
new da6d1fa9 Removed 'future' type annotations for backward compatibility
new 8579c87a More backward compatibility changes
new 1571ad8b Move error handling to `_process_unpack_fields`
new 218f66b7 Remove redundant asynchronous extractor for `unpack_fields`
new 457233b2 Expand `_process_unpack_fields` check for `tuple[..., int]`
new cab05cdb Expand `unpack_fields` annotation tests
new ebfddc14 Fix some docstring typos
The 14 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/function-modifiers.rst | 29 +++++-
docs/reference/decorators/index.rst | 1 +
docs/reference/decorators/unpack_fields.rst | 44 ++++++++
hamilton/function_modifiers/__init__.py | 1 +
hamilton/function_modifiers/expanders.py | 142 ++++++++++++++++++++++++-
tests/function_modifiers/test_expanders.py | 156 +++++++++++++++++++++++++++-
6 files changed, 365 insertions(+), 8 deletions(-)
create mode 100644 docs/reference/decorators/unpack_fields.rst