This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Releases: Azure/doAzureParallel
Releases · Azure/doAzureParallel
v0.5.0
v0.4.3
v0.4.2
[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
v0.4.0
[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
- [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