From 161819ba521f51a388771a27f868abea974efc61 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:50:18 +0100 Subject: [PATCH] update version + NEWS --- DESCRIPTION | 2 +- NEWS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0cbfabeca..e9cd02401 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/NEWS.md b/NEWS.md index 74bca23f4..3fe55356a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# mirai 1.2.0.9028 (development) +# mirai 1.2.0.9029 (development) #### New Features @@ -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