-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from gridai/dev
Release 0.8.47
- Loading branch information
Showing
4 changed files
with
106 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## :partying_face: May 17, 2022 | ||
|
||
**CLI version: 0.8.47** | ||
|
||
Today's release includes several bug fixes to improve the overall experience with Grid. | ||
|
||
### Fixes and Enhancements: | ||
|
||
- Faster experiment failing when errors are encountered during build or code execution | ||
|
||
- Improves the Run-creation flow in the Web UI by fixing error messages reported due to insufficient repo acess or invalid repos | ||
|
||
- Stability improvements to the UI and event reloading | ||
|
||
- Fixes experience with the drop-down in the experiments table which allows you to add hyperparameter columns | ||
|
||
- Allows support for nested requirements.txt files: | ||
Ex: | ||
```# install all mandatory dependencies | ||
-r ./base.txt | ||
# install all extra dependencies for full package testing | ||
-r ./extra.txt | ||
# install all loggers for full package testing | ||
-r ./loggers.txt | ||
# extended list of dependencies for development and run lint and tests | ||
-r ./test.txt | ||
# install all extra dependencies for running examples | ||
-r ./examples.txt | ||
``` | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters