Version 2.2.1
=============

* 2025-02-07
 - fixed dimensions and dimnames preserving for nD arrays with reducing functions

Version 2.2
===========

* 2023-01-10
 - added functions: conv() and quantile()
 - fixed missing error message for unknown function
 - fixed sprintf() presence (signaled by CRAN team)
 - help page is reformatted to be more readable

Version 2.1
===========

* 2019-03-08
 - added range() to the set of applicable functions
 - fixed abs() warning
 
Version 2.0
===========

* 2016-11-10
 - added following applicable functions: norm(), trapz(), normalise(), cumsum(),
   cumprod(), multv(), divv(), addv(), subv(), diff()
 - functions admitting or requiring additional arguments can be served
   via named arguments in '...'.

Version 1.0
===========

* 2016-02-12
 - first release