2024-03-12
Release Notes for Version 0.1.8
New Features
GitHub Sync: A new feature has been introduced that allows synchronization with GitHub. This feature likely includes new helper modules for GitHub operations and configurations, as well as updates to existing submission-related functionalities to support GitHub integration.
Bug Fixes
No specific bug fixes have been mentioned in the commit messages provided.
Known Issues
No known issues have been provided.
Etc...
Added
.env-template
which might be used for setting up environment variables necessary for the new GitHub sync feature.Updated
finter/framework_model/submission/notebook.py
which could include enhancements or modifications related to the submission process in the context of the new GitHub feature.Updated
samples/finter_qc.ipynb
, possibly to demonstrate the new features or to provide examples of how to use the updated submission process.Added
test/test_submission_github.py
which suggests that new tests have been written to ensure the GitHub sync feature works as expected.
Last updated