Conversation
…ure that includes copying over files from source branch to the target branch using paths in data.tsv.
…orktree get cached and the cache is shared across all new worktrees.
… from being displayed for the Paraframe
…o notebooks; Updated few test suites
…dynamic; Updated demo notebooks; Split repo.py to make it cleaner; Added new CLI for set-config; hallmark now supports 'hallmark add .' and 'hallmark add *' similar to git; Updated test suites
rndsrc
requested changes
Apr 22, 2026
Member
rndsrc
left a comment
There was a problem hiding this comment.
Let's keep python 3.9 support. I think using
from typing import Optional
should allow us to support python 3.9.
rndsrc
approved these changes
Apr 22, 2026
Member
rndsrc
left a comment
There was a problem hiding this comment.
Fully compatible with Python 3.9 now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
##Summary
New hallmark commands and features have been implemented to improve the functionality of the package. Hallmark is now able to use a link to 'clone' a remote hallmark repository; use 'checkout' to switch to different branches in the same repository; and use 'log' to display commit history. Cache and download features are used to assist these commands in tracking and accessing data.
##Testing
All unit and end-to-end tests are passing. Codex was used to write additional tests for new features. Demo Jupyter notebooks were modified and rerun to ensure the workflow runs within a user friendly setting.
##Future Work
Prepare presentation on hallmark package for the EHT team. Improve debugger.