Changelog
Last PR included in this release: #1468
(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 (#1441)
- vscode: Added commands to allow creating an empty AIConfig in addition to the example starter file (#1448)
Bug Fixes / Tasks
- python-sdk: Removed test dependencies from the
python-aiconfig
package (#1463) - python-dev: Added Python auto-formatting check as a Github action to prevent unformatted files from merging into the repository (#1458)
- typescript-dev: Specified jest to ignore
dist
files that get generated from runningyarn
so that automated tests do not incorrectly fail (#1466)
Documentation
- [update] Added keywords and categories to the VS Code extension, making it easier to find (#1430)
- [update] Removed erroneous
await
statement for loading AIConfig file in Gradio Notebook docs (#1435) → thanks @Anikait10 ! - [update] Removed spaces between Github README badges to remove visible underscores (#1446) → thanks @jonathanagustin !