This commit is contained in:
Brian Hoang 2019-06-20 14:08:27 -07:00 коммит произвёл GitHub
Родитель 96bfc22662
Коммит 9e9b4942f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,7 @@
## (2019-06-14)
## 0.8.0 (2019-06-19)
* Feature: Upgrading to R Batch SDK to 2018-12-01.8.0 (#354) ([96bfc22](https://github.com/Azure/doAzureParallel/commit/96bfc22)), closes [#354](https://github.com/Azure/doAzureParallel/issues/354)
* Fix: Remove 'List Task Counts' api dependency for job progress (#354) ([96bfc22](https://github.com/Azure/doAzureParallel/commit/96bfc22)), closes [#354](https://github.com/Azure/doAzureParallel/issues/354)
## <small>0.7.3 (2019-04-16)</small>

Просмотреть файл

@ -1,7 +1,7 @@
Package: doAzureParallel
Type: Package
Title: doAzureParallel
Version: 0.7.3
Version: 0.8.0
Author: Brian Hoang
Maintainer: Brian Hoang <brhoan@microsoft.com>
Description: The project is for data experts who use R at scale. The project
@ -17,7 +17,7 @@ Depends:
foreach (>= 1.4.3),
iterators (>= 1.0.8)
Imports:
rAzureBatch (>= 0.6.0),
rAzureBatch (>= 0.7.0),
jsonlite,
rjson,
xml2,
@ -28,5 +28,5 @@ Suggests:
plyr,
lintr
Remotes:
Azure/rAzureBatch@v0.6.3
Azure/rAzureBatch@v0.7.0
RoxygenNote: 6.0.1