This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Releases: Azure/doAzureParallel
Releases · Azure/doAzureParallel
v0.8.0
v0.7.3
0.7.3 (2019-04-16)
- Added documentation for containerImage (#339) (82c149a), closes #339
- Added fix for cluster of autoscale node 0 (#337) (40b74da), closes #337
- Minor documentation fixes (#331) (6d14d45), closes #331
- Update pipeline.yml for Azure Pipelines (a2154d2)
- Fix: Remove unnecessary apt packages installation on job preparation task (#321) (975d68e), closes #321
- Fix: Revert Cluster Setup File (#342) (372e382), closes #342
- Fix: Test Coverage on Azure Pipeline CI (#348) (9758580), closes #348
- Bugfix: Don't break when fetching batch-insights (#340) (ec1a4df), closes #340
- Feature: Added Queue/Running Autoscale Formula (#316) (7192e08), closes #316
- Feature: Batch Insights support (#336) (31eec56), closes #336
v0.7.2
0.7.2 (2018-10-08)
- Fix: Documentation typos and fixes (#307) (1d26dd8), closes #307
- Fix: File share sample (#312) (96081cc), closes #312
- Added 0.7.1 changelog version (#286) (ad7acf1), closes #286
- Added docs (#298) (b9ffe3e), closes #298
- Added github branch installation (#302) (4020a93), closes #302
- Fix Azure foreach options documentation (#288) (ce263e7), closes #288
- Fix dependency on enum being uppercase (#310) (81dcb72), closes #310
- Feature: Add Batch Service Built-In Container support (#291) (b97f447), closes #291
v0.7.1
0.7.1 (2018-07-13)
- add sharedKey to credentials related code and doc (#266) (6582af4), closes #266
- CHANGELOG for v0.7.1 (#285) (737bf49), closes #285
- Clarifying comment on DSVM (#274) (008b0ad), closes #274
- Documentation rewrite (#273) (f418cd9), closes #273
- Feature/custom package (#272) (20c86f1), closes #272
- Fix/getstartdoc (#263) (81a7c16), closes #263
- Fix/storage management (#267) (84aa7c9), closes #267
- Fixed output (#270) (d02599d), closes #270
- Fixed package strip name (#278) (f35e1e3), closes #278
- Replaced deprecated function (#269) (23079f5), closes #269
- Switched to R6 sas client (#276) (b24f20c), closes #276
- Tests/r (#275) (4983fb1), closes #275
- Fix: Updated MaxTasksPerNode documentation (#279) (8e39df1), closes #279
- Fix: Updating Persistent Storage Documentation (#283) (2b8f388), closes #283
v0.7.0
0.7.0 (2018-05-02)
- Added change log details (#258) (a28e74e), closes #258
- Enable AAD and VNet Support (#252) (958d84f), closes #252
- Fixed get workers count function (#261) (9dfa599), closes #261
- Fixed resource files docs (#262) (1fbb1c3), closes #262
- Fixing change of named parameter in makeCluster (#259) (b6fbcda), closes #259
- Updated version v0.6.3 (#256) (80ddcea), closes #256
v0.6.3
0.6.3 (2018-04-27)
- Added cluster config for caret example (#237) (fa2cdfc), closes #237
- Added cluster submission output (#236) (3d84350), closes #236
- Added optional retry count flag (#235) (4e11306), closes #235
- address issue where empty docker auth credentials are used to create … (#190) (68b2fa4), closes #190
- allow local RProfile libraries to be loaded by default (#209) (b5b01cd), closes #209
- Bundling worker scripts into zip (#212) (9bba37f), closes #212
- Collapsing pool package installation on start task command line (#191) (89dbba9), closes #191
- Created an issue template (#207) (f4bfaeb), closes #207
- Feature/asynccluster (#197) (ec815fa), closes #197 #200
- Feature/getjobresultlocal (#204) (7aa04f7), closes #204
- Feature/getstarted (#255) (e1a3c14), closes #255
- Feature/nationalcloud (#239) (cea0550), closes #239
- Feature/pkgmgmtdoc (#231) (0fbfd4c), closes #231 #232 #233
- fix link to generate config doc (#199) (fc05cdf), closes #199
- fix sample link to sas resource files (#254) (fa75afb), closes #254
- Fix/add task perf (#195) (afde92f), closes #195
- Fixed argument validation (#244) (b9c7902), closes #244
- Fixed incorrect variable name (#243) (adcd74a), closes #243
- Fixed order of package installation (#196) (9d50403), closes #196
- handle addjob error 403 (#251) (79503a7), closes #251
- improve error handling for create cluster (#241) (b5b02e9), closes #241
- Improve R console UI experience (#193) (a0d5537), closes #193
- Improvement on merge task performance (#223) (852dba0), closes #223
- In order correction (#202) (2d3ad39), closes #202
- list cluster should use paste() instead of + (#213) (5845985), closes #213
- Mapping of job results (#248) (a05f7a0), closes #248
- Reverted changes (#227) (5b8431f), closes #227
- Reverted variable name (#245) (1b60e47), closes #245
- Sample - Add a sample for using SAS resource files (#253) (3b0c087), closes #253
- Typos in README.md (#210) (d1ba6c9), closes #210
- Update documentation on using private docker registries (#201) (45fe532), closes #201
- Update long_running_job.R (#206) (00373b9), closes #206
- Update sample to only use the first 6 files (#228) (cf02943), closes #228
- Upgraded description for fix resize cluster (#225) (5fb2fe0), closes #225
v0.6.2
[0.6.2] 2017-12-07
Added
- Support for users to delete job and terminate job
- Progress bar with task counts (Running, Completed, Queued, and Failed)
- Support for docker private container registries
Changed
- [BREAKING CHANGE] when wait = TRUE, both job and job results are deleted at the end of the run, set autoDeleteJob to FALSE to keep them
- Add retry to get job result
- Add errorHandling and wait option to job metadata
- Save job metadata to job result storage blob
v0.6.1
v0.5.1
v0.6.0
Support multiple version of R
Added
- Support for users to run custom versions of R via Docker containers
- GitHub and BioConductor support as parameters in the foreach
Changed
- [BREAKING CHANGE] Host OS distribution is now Debian instead of CentOS
- [BREAKING CHANGE] Command line no longer updates the environment of R
- [BREAKING CHANGE] Default version of R changed from MRO 3.3.2 to latest version of CRAN R
Fixed
- Packages installed in foreach are only present and visible to a single foreach loop and then deleted from the cluster
- Linux clients would get stuck waiting for the job to finish when using the .packages() option in the foreach loop