This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: Bump version to 0.2.13 Code indenting Fix typo in check if exportenv is loaded #117 Refactor code for readability. Add warning if packages didn't copy correctly. #107
- Loading branch information
Showing
5 changed files
with
73 additions
and
23 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 |
---|---|---|
|
@@ -4,8 +4,8 @@ Title: Interface with Azure Machine Learning Datasets, Experiments and Web Servi | |
Description: Functions and datasets to support Azure Machine Learning. This | ||
allows you to interact with datasets, as well as publish and consume R functions | ||
as API services. | ||
Version: 0.2.12 | ||
Date: 2016-07-13 | ||
Version: 0.2.13 | ||
Date: 2016-08-19 | ||
Authors@R: c( | ||
person("Andrie", "de Vries", role=c("aut", "cre"), email="[email protected]"), | ||
person(family="Microsoft Corporation", role="cph"), | ||
|
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,38 @@ | ||
AzureML v0.2.13 | ||
--------------- | ||
|
||
Fixes: | ||
|
||
* Fixes a bug that lead to a memory leak on the AzureML web service during consume(). Load exportenv only once (during first call) # 117 | ||
|
||
|
||
AzureML v0.2.12 | ||
--------------- | ||
|
||
This version was released to CRAN on 2017-07-12 | ||
|
||
Fixes: | ||
|
||
* Upload packages from a local repository using `publishWebservice()` #109 | ||
|
||
Enhancements | ||
|
||
* Produce more informative error messages from consume() (#57) | ||
* Better documentation and examples for endpoint settings, especially for regional AML instances (#105) | ||
|
||
This version also contains many other internal improvements that probably won't be visible to most users | ||
|
||
|
||
AzureML v0.2.11 Bug fix and refactor release | ||
--------------- | ||
|
||
This release fixes multiple internal issues: | ||
|
||
* Add additional skip logic to skip tests on CRAN and if no Internet connection tests (#114) | ||
* Fix unit tests and code for download.datasets() to deal with multiple datasets bug tests (#111) | ||
* Upload packages from a local repository using `publishWebservice()` enhancement (#109) | ||
* Missing workspace parameter on download.datasets() leads to cryptic error message bug (#93) | ||
* Fix bug where example for download.datasets() doesn't work (#104) | ||
|
||
|
||
|
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