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

Commit 93f3fbc

Browse files
authored
v0.7.3 (#356)
1 parent a2154d2 commit 93f3fbc

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1+
## (2019-06-14)
2+
3+
4+
5+
6+
## <small>0.7.3 (2019-04-16)</small>
7+
8+
* Added documentation for containerImage (#339) ([82c149a](https://github.com/Azure/doAzureParallel/commit/82c149a)), closes [#339](https://github.com/Azure/doAzureParallel/issues/339)
9+
* Added fix for cluster of autoscale node 0 (#337) ([40b74da](https://github.com/Azure/doAzureParallel/commit/40b74da)), closes [#337](https://github.com/Azure/doAzureParallel/issues/337)
10+
* Minor documentation fixes (#331) ([6d14d45](https://github.com/Azure/doAzureParallel/commit/6d14d45)), closes [#331](https://github.com/Azure/doAzureParallel/issues/331)
11+
* Update pipeline.yml for Azure Pipelines ([a2154d2](https://github.com/Azure/doAzureParallel/commit/a2154d2))
12+
* Fix: Remove unnecessary apt packages installation on job preparation task (#321) ([975d68e](https://github.com/Azure/doAzureParallel/commit/975d68e)), closes [#321](https://github.com/Azure/doAzureParallel/issues/321)
13+
* Fix: Revert Cluster Setup File (#342) ([372e382](https://github.com/Azure/doAzureParallel/commit/372e382)), closes [#342](https://github.com/Azure/doAzureParallel/issues/342)
14+
* Fix: Test Coverage on Azure Pipeline CI (#348) ([9758580](https://github.com/Azure/doAzureParallel/commit/9758580)), closes [#348](https://github.com/Azure/doAzureParallel/issues/348)
15+
* Bugfix: Don't break when fetching batch-insights (#340) ([ec1a4df](https://github.com/Azure/doAzureParallel/commit/ec1a4df)), closes [#340](https://github.com/Azure/doAzureParallel/issues/340)
16+
* Feature: Added Queue/Running Autoscale Formula (#316) ([7192e08](https://github.com/Azure/doAzureParallel/commit/7192e08)), closes [#316](https://github.com/Azure/doAzureParallel/issues/316)
17+
* Feature: Batch Insights support (#336) ([31eec56](https://github.com/Azure/doAzureParallel/commit/31eec56)), closes [#336](https://github.com/Azure/doAzureParallel/issues/336)
18+
19+
20+
121
## <small>0.7.2 (2018-10-08)</small>
222

23+
* Release: v0.7.2 (#317) ([844ebde](https://github.com/Azure/doAzureParallel/commit/844ebde)), closes [#317](https://github.com/Azure/doAzureParallel/issues/317)
324
* Fix: Documentation typos and fixes (#307) ([1d26dd8](https://github.com/Azure/doAzureParallel/commit/1d26dd8)), closes [#307](https://github.com/Azure/doAzureParallel/issues/307)
425
* Fix: File share sample (#312) ([96081cc](https://github.com/Azure/doAzureParallel/commit/96081cc)), closes [#312](https://github.com/Azure/doAzureParallel/issues/312)
526
* Added 0.7.1 changelog version (#286) ([ad7acf1](https://github.com/Azure/doAzureParallel/commit/ad7acf1)), closes [#286](https://github.com/Azure/doAzureParallel/issues/286)

DESCRIPTION

Lines changed: 2 additions & 2 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.2
4+
Version: 0.7.3
55
Author: Brian Hoang
66
Maintainer: Brian Hoang <[email protected]>
77
Description: The project is for data experts who use R at scale. The project
@@ -28,5 +28,5 @@ Suggests:
2828
plyr,
2929
lintr
3030
Remotes:
31-
31+
3232
RoxygenNote: 6.0.1

0 commit comments

Comments
 (0)