Skip to content

Commit

Permalink
mirai 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed May 3, 2024
1 parent 731ccde commit 557793e
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: 0.13.2.9018
Version: 1.0.0
Description: Lightweight 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 0.13.2.9018 (development)
# mirai 1.0.0

* Implements completely event-driven (non-polling) promises (thanks @jcheng5 for prototyping).
+ This is an innovation which allows higher responsiveness and massive scalability for 'mirai' promises.
Expand Down

0 comments on commit 557793e

Please sign in to comment.