Skip to content

Commit

Permalink
update version + NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 7, 2024
1 parent 2b0db19 commit 161819b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.0.9028
Version: 1.2.0.9029
Description: Designed for simplicity, a 'mirai' evaluates an R expression
asynchronously in a parallel process, locally or distributed over the
network, with the result automatically available upon completion. Modern
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mirai 1.2.0.9028 (development)
# mirai 1.2.0.9029 (development)

#### New Features

Expand Down Expand Up @@ -26,9 +26,9 @@

* Fixes `daemons()` to correctly handle a vector of URLs passed to 'url' again.
* Fixes flatmap with `mirai_map()[.flat]` assigning a variable 'typ' to the calling environment.
* Internal performance enhancements.
* Performance enhancements for `mirai()`, `mirai_map()` and the promises method.
* Requires `nanonext` >= 1.3.0.
* The package has adopted a new logo.
* The package has a shiny new hex logo.

# mirai 1.2.0

Expand Down

0 comments on commit 161819b

Please sign in to comment.