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

Releases: Azure/doAzureParallel

v0.5.0

02 Oct 22:59
Compare
Choose a tag to compare

[0.5.0] 2017-09-28

Added

  • Support for users to get job and job results for long running job

Changed

  • [BREAKING CHANGE] Update get job list to take state filter and return job status in a data frame

v0.4.3

02 Oct 22:59
Compare
Choose a tag to compare

[0.4.3] 2017-09-28

Fixed

  • Allow merge task to run on task failures

v0.4.2

02 Oct 22:59
Compare
Choose a tag to compare

[0.4.2] 2017-09-08

Added

  • Support for users to get files from nodes and tasks
  • Documentation on debugging and troubleshooting

Changed

  • Show the job preparation status

Fixed

  • Fix pool creation when a deleting pool has the same name
  • Fail faster when a broken installation happens

v0.4.1

02 Oct 22:58
Compare
Choose a tag to compare

[0.4.1] 2017-08-29

Fixed

  • Change github authentication token type in cluster configuration file

v0.4.0

23 Aug 02:12
Compare
Choose a tag to compare

[0.4.0] 2017-08-22

Added

  • Custom Scripts: Allows users to run commands on the command prompt when nodes boots up
  • Output Files: Able to persistently upload files to Azure Storage after task completion
  • Added cluster configuration validation at runtime
  • Enable/Disable merge task from collecting all the tasks into one list

Changed

  • Enable reduce function based on chunk size
  • Support backwards compatibility for older versions of the cluster configuration
  • Improve R package installation using scripts instead of creating R package installation command lines on the fly
  • Automatically load libraries defined in the foreach loop

Fixed

  • Paging through all tasks in waitForTasksToComplete function allow jobs to not fail early
  • Added :: import operators to fix NAMESPACE problems

v0.3.0

23 May 00:56
Compare
Choose a tag to compare
  • [BREAKING CHANGE] Separated config file into a config for credentials and a config for cluster settings - improved debugging experience and separation of concerns
  • [BREAKING CHANGE] Added low priority virtual machine support for additional cost saving
  • Added external method for setting chunk size (SetChunkSize)
  • Added getJobList function to check the status of user's jobs
  • Added resizeCluster function to allow users to change their autoscale formulas on the fly