This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
v0.2.9 Bug fix release
Pre-release
Pre-release
This release fixes a bug that was inadvertently introduced after v0.2.5. Specifically, users reported errors when calling the workspace()
function when they had no ~/.azureml/settings.json
file.
The error message was:
Error in file.exists(config): invalid 'file' argument
Traceback:
1. workspace()
2. validate.AzureML.config(config, stopOnError = TRUE)
3. file.exists(config)
Bug fixes:
- workspace() throws error if config file not found #83
- Service does not authenticate with europewest API endpoint #89
- AzureML.config option not consistently set #86
Enhancements:
- AzureML.config option not consistently set #86
Other changes:
- Updated copyright statements to (c) 2015-2016 Microsoft Corporation