Skip to content

Releases: kokkos/mdspan

Release 0.6

05 Apr 16:51
9ceface
Compare
Choose a tag to compare

This release implements submdspan with customizations points as approved by ISO C++ LEWG. It also reworks the implementation of extents, to reduce code complexity and improve compile time.

What's Changed

New Contributors

Full Changelog: mdspan-0.5.0...mdspan-0.6.0

Release 0.5 last support for C++14

06 Jan 21:36
ad014fa
Compare
Choose a tag to compare

This is the last version with support for C++14.
It does not yet include the reworked submdspan functionality with customization points to allow submdspan to work for custom layouts.

Release 0.4 - pre merge of P2599/P2604 (Renames)

30 Jun 15:33
cc9aaea
Compare
Choose a tag to compare

This is a faithful implementation of the ISO C++ proposal P0009 with merged P2553 (size_type argument for extents) and P2554 (deduction guide from C-Array). It does not yet have the proposed renames done (P2599/P2604).

Release 0.3 - pre merge of P2553

17 Jun 14:27
d6c50e8
Compare
Choose a tag to compare

This is the last release before we merge the C++ committee change described in P2553 (https://wg21.link/p2553). This introduces a mandatory template parameter to extents to set the size type (index type). Note this is a backward breaking change...

mdspan-0.2.0

23 Nov 04:03
a0aa4d9
Compare
Choose a tag to compare

This release represents MDSPAN P0009R14 as approved for electronic polling for forwarding to LWG review, by the ISO C++ Committee LEWG in November 2021.

mdspan 0.1.0

30 Apr 15:09
9d1acac
Compare
Choose a tag to compare
Merge pull request #41 from dalg24/fixup_test_copy_assign_extents

Fixup test extents copy assignment