forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add v0.1.0b5 for azure-ai-ml (Azure#25042)
* 2.6.0 release for azure-ai-ml * Updated changelog for azure-ai-ml * Applied hotfixes to pass pipelines * Revised version number * Typo fix * Added missing dependency for ml * Replaced failing test files for ml * Updated release cut to fix pipeline bugs for ml * Added missing test configuration files * Fixed anonymous asset test to use proper version * Added py.typed file * Moved py.typed file to namespace root * Typo fix from previous commit * Moved py.typed file to furthest non-code depth of ml package * Removed extra comments * Fixing version number * Fixes from code review * Updated 0.1.0b5 with hotfixes * Updated release date on changelog
- Loading branch information
Showing
101 changed files
with
2,606 additions
and
2,147 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 |
---|---|---|
@@ -1,15 +1,32 @@ | ||
## Release History | ||
# Release History | ||
|
||
### 0.1.0b4 (unreleased) | ||
## 0.1.0b5 (2022-07-15) | ||
|
||
#### Features Added | ||
### Features Added | ||
|
||
#### Breaking Changes | ||
- Allow Input/Output objects to be used by CommandComponent. | ||
- Added MoonCake cloud support. | ||
- Unified inputs/outputs building and validation logic in BaseNode. | ||
- Allow Git repo URLs to be used as code for jobs and components. | ||
- Updated AutoML YAML schema to use InputSchema. | ||
- Added end_time to job schedule. | ||
- MIR and pipeline job now support registry assets. | ||
|
||
#### Bugs Fixed | ||
### Breaking Changes | ||
|
||
#### Other Changes | ||
### Bugs Fixed | ||
|
||
- Have mldesigner use argparser to parse incoming args. | ||
- Bumped pyjwt version to <3.0.0. | ||
- Reverted "upload support for symlinks". | ||
- Error message improvement when a YAML UnionField fails to match. | ||
- Reintroduced support for symlinks when uploading. | ||
- Hard coded registry base URL to eastus region to support preview. | ||
|
||
## 0.1.0b4 (2022-06-16) | ||
|
||
## 0.1.0b3 (2022-05-24) | ||
|
||
### Features Added | ||
|
||
### 0.1.0b3 (2022-05-24) | ||
- First preview. |
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
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
Oops, something went wrong.