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

Commit 6553c1d

Browse files
authored
Changelog/v0.6.0 (#158)
* update changelog for 0.6.0 * update typo * capitalize repo names correctly
1 parent a6e51c9 commit 6553c1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Change Log
2+
3+
## [0.6.0] 2017-11-03
4+
### Added
5+
- Support for users to run custom versions of R via Docker containers
6+
- GitHub and BioConductor support as parameters in the foreach
7+
8+
### Changed
9+
- [BREAKING CHANGE] Host OS distribution is now Debian instead of CentOS
10+
- [BREAKING CHANGE] Command line no longer updates the environment of R
11+
- [BREAKING CHANGE] Default version of R changed from MRO 3.3.2 to latest version of CRAN R
12+
13+
### Fixed
14+
- Packages installed in foreach are only present and visible to a single foreach loop and then deleted from the cluster
15+
- Linux clients would get stuck waiting for the job to finish when using the .packages() option in the foreach loop
16+
217
## [0.5.1] 2017-09-28
318
### Added
419
- Support for users to get job and job results for long running job

0 commit comments

Comments
 (0)