freshen the empanadas #17

Open
neil wants to merge 6 commits from fresh-empanadas into devel
Owner

tl;dr - refactor all of image building

Notable shared method changes:

AttributeDict in common.py now recurses subelements to allow for getattr-style access of dict elements (i.e., dict.elem.elem2 vs dict.elem['elem2']). Should be non-breaking. Should add a test, too, but. #YOLO

tl;dr - refactor all of image building Notable shared method changes: AttributeDict in common.py now recurses subelements to allow for getattr-style access of dict elements (i.e., `dict.elem.elem2` vs `dict.elem['elem2']`). Should be non-breaking. Should add a test, too, but. #YOLO
neil added 6 commits 2024-08-13 14:27:29 +00:00
neil force-pushed fresh-empanadas from 751d9b3019 to cfb83f9bcb 2024-08-13 14:29:11 +00:00 Compare
neil force-pushed fresh-empanadas from cfb83f9bcb to 80902473a3 2024-08-13 14:30:00 +00:00 Compare
This pull request has changes conflicting with the target branch.
  • iso/empanadas/pyproject.toml

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fresh-empanadas:fresh-empanadas
git checkout fresh-empanadas
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sig_core/toolkit#17
No description provided.