Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzonr authored May 28, 2023
1 parent 86d573a commit 2bc8be1
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
rarray - multidimensional array class template
==============================================
rarray - reference-counted multidimensional arrays
==================================================

rarray is a C++ library for multidimensional arrays. It is a
header-only implementation that uses templates, which allows most
compilers to generate fast code.
rarray is a C++ library for reference counted multidimensional arrays.
It is a header-only implementation that uses templates, which allows
most compilers to generate fast code.

The latest release version is 2.5.0
The latest release version is 2.5.1

rarray is open-source, and is released under the MIT license. This
library is distributed WITHOUT ANY WARRANTY. For details, see the file
Expand Down Expand Up @@ -115,6 +115,13 @@ Release History and Changes

'is_clear' renamed to 'empty'.

* Version 2.5.1, May 2023

Bug fixes, most importantely bounds checking of 1d arrays
100% code coverage in tests
Comparison with mdspan (C++23)
Updated documentation.

Known issues
============

Expand Down Expand Up @@ -254,4 +261,4 @@ compiler.xlc++.mk



- January 2022
- May 2023

0 comments on commit 2bc8be1

Please sign in to comment.