Skip to content

Commit

Permalink
mirai 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jun 6, 2024
1 parent 37777e7 commit 049e750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 1.0.0.9025
Version: 1.1.0
Description: High performance parallel code execution and distributed computing.
Designed for simplicity, a 'mirai' evaluates an R expression asynchronously,
on local or network resources, resolving automatically upon completion.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mirai 1.0.0.9025 (development)
# mirai 1.1.0

* Adds `mirai_map()` for asynchronous parallel/distributed map using `mirai`, with `promises` integration. Allows recovery from partial failure or else early stopping, together with optional progress reporting.
+ `x[]` collects the results of a mirai_map `x`, waiting for all asynchronous operations to complete.
Expand Down

0 comments on commit 049e750

Please sign in to comment.