2024-02-25

Release Notes for Version 0.0.49

New Features

  • Position Saving: The software now includes functionality to save positions, which could refer to user progress, data entry points, or other relevant positional data within the application.

  • Submission Helpers: New helper modules have been added for submission processes, including helper_execute.py, helper_submission.py, and notebook.py, which are likely to assist with the execution and management of submissions within the framework.

  • Configuration Management: A new configuration file config.py has been introduced in the submission directory, which may provide a more streamlined and centralized way to manage configurations for submissions.

Bug Fixes

  • Output Path Change: The return output path has been changed, which could indicate a fix to where output files were being saved or how they were being referenced.

Known Issues

  • No known issues have been listed in the provided logs.

Etc...

  • CI/CD Pipeline Update: The .gitlab-ci.yml file has been updated, which suggests changes to the continuous integration/continuous deployment pipeline configurations.

  • Testing Enhancements: New test files such as test_submission_config.py and test_submission_helper_notebook.ipynb have been added, and existing tests have been modified, indicating improvements in the testing suite.

Tag message for 0.0.49: "save position" suggests that the main highlight of this release is the new feature that allows position saving within the application.

Last updated