Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 9e9b494

Browse files
authored
Release: v0.8.0 (#357)
1 parent 96bfc22 commit 9e9b494

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## (2019-06-14)
2-
1+
## 0.8.0 (2019-06-19)
32

3+
* 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)
4+
* 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)
45

56

67
## <small>0.7.3 (2019-04-16)</small>

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: doAzureParallel
22
Type: Package
33
Title: doAzureParallel
4-
Version: 0.7.3
4+
Version: 0.8.0
55
Author: Brian Hoang
66
Maintainer: Brian Hoang <brhoan@microsoft.com>
77
Description: The project is for data experts who use R at scale. The project
@@ -17,7 +17,7 @@ Depends:
1717
foreach (>= 1.4.3),
1818
iterators (>= 1.0.8)
1919
Imports:
20-
rAzureBatch (>= 0.6.0),
20+
rAzureBatch (>= 0.7.0),
2121
jsonlite,
2222
rjson,
2323
xml2,
@@ -28,5 +28,5 @@ Suggests:
2828
plyr,
2929
lintr
3030
Remotes:
31-
Azure/rAzureBatch@v0.6.3
31+
Azure/rAzureBatch@v0.7.0
3232
RoxygenNote: 6.0.1

0 commit comments

Comments
 (0)