Finter v0.0 Release Notes
0.0.51 (2024-02-28)
New Features
Introduced an initial release note generator powered by GPT (Generative Pre-trained Transformer) to automate the creation of release notes.
Added a new script
tag_diff_logs.sh
for generating logs between tags, which aids in the creation of detailed release notes.Implemented new configuration files and prompt templates (
release_note.py
,config.py
,prompt.yaml
) to customize the release note generation process.Included a
README.md
in thesubmodules/gptflow
directory to provide instructions and information about the release note generator module.
Bug Fixes
Pinned the
gpttools
commit to ensure consistent behavior and compatibility with the release note generator.
Known Issues
[Empty - To be filled in later if applicable]
Etc...
Updated the
agent.py
andmain.py
within thesubmodules/gptflow
to integrate the release note generator workflow.Added a log name for GPT to enhance the tracking and management of the release note generation process.
0.0.50 (2024-02-27)
New Features
Introduced a new chat GPT function to enhance user interaction capabilities.
Added new GPT submodules to extend the functionality of the software.
Bug Fixes
Not specified in the provided logs.
Known Issues
Not specified in the provided logs.
Etc...
Updated the
.gitlab-ci.yml
file to improve the CI/CD pipeline.Removed
README_SDK_DEV.md
and introducedsdk_development.md
for better SDK development documentation.Renamed
setup_sdk_dev.sh
tosdk_dev_setup.sh
andrequirements_sdk.txt
tosdk_requirements.txt
for standardization of naming conventions.Modified
setup.py
to accommodate the latest changes in the software setup process.Added various helper scripts and configuration files to support the new GPT functionalities, such as
config.py
,prompt.yaml
,agent.py
,message.py
,workflow.py
,main.py
,default.py
,dockerfile
,requirements.txt
, andrun_api.sh
.
0.0.49 (2024-02-25)
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
, andnotebook.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 thesubmission
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
andtest_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