Allow multiple partitionings per execution & add a user-defined structure constructor
This release
- Facilitates multiple partitioning per execution by making the
bin
array a component ofdata_partition_t
instead of a module variable, - Updates the GitHuB CI script to use GCC 13 and OpenCoarrays 2.10.1,
- Updates README.md to document new dependency version requirements,
- Makes the
data_partition_t
define_partitions
type-bound procedurepure
, and - Adds a
pure
user-defineddata_partition_t
generic structure constructor that callsdefine_partitions
.
What's Changed
Full Changelog: 4.0.1...4.1.0