(2024-03-18) Python Version 1.1.32, NPM Version 1.1.15
Features
- editor: Added UI for updating global model settings in AIConfig files (https://github.com/lastmile-ai/aiconfig/pull/1441)
- vscode: Added commands to allow creating an empty AIConfig in addition to the example starter file (https://github.com/lastmile-ai/aiconfig/pull/1448)
Bug Fixes / Tasks
- python-sdk: Removed test dependencies from the
python-aiconfig
package (https://github.com/lastmile-ai/aiconfig/pull/1463) - python-dev: Added Python auto-formatting check as a Github action to prevent unformatted files from merging into the repository (https://github.com/lastmile-ai/aiconfig/pull/1458)
- typescript-dev: Specified jest to ignore
dist
files that get generated from running yarn
so that automated tests do not incorrectly fail (https://github.com/lastmile-ai/aiconfig/pull/1466)
Documentation
- [update] Added keywords and categories to the VS Code extension, making it easier to find (https://github.com/lastmile-ai/aiconfig/pull/1430)
- [update] Removed erroneous
await
statement for loading AIConfig file in Gradio Notebook docs (https://github.com/lastmile-ai/aiconfig/pull/1435) → thanks @Anikait10 ! - [update] Removed spaces between Github README badges to remove visible underscores (https://github.com/lastmile-ai/aiconfig/pull/1446) → thanks @jonathanagustin !