2024-03-13
Release Notes for Version 0.1.9
New Features
Cookbook Integration: A new
cookbook.py
file has been added, which likely provides users with a set of predefined recipes or patterns for common tasks or problems.Gradio Dashboard: The introduction of a Gradio dashboard, which is an easy way to create ML demos, suggests that users can now interact with the models through a web interface. This includes several Gradio apps for different functionalities such as GPT-simple, PNL, and sector analysis, each with its own Dockerfile and requirements, indicating a significant expansion in the user interface capabilities.
Bug Fixes
File Exclusion: The update includes a fix to exclude files with a certain pattern (
.~~
), which may help in avoiding unnecessary files in the project or during deployment.
Known Issues
[Empty - To be filled later if any known issues are present]
Etc...
The addition of Docker support files like
docker-compose.yml
,run.sh
, andrun_dev.sh
suggests improvements in containerization and deployment processes.New thumbnails for chat, pnl, and sector have been added to the Gradio apps, likely for a better user experience.
The
helper_github.py
file has been modified, which might include improvements or fixes related to GitHub integration or operations.
Last updated