Version 2.20.00
Changes made in the behavior of the several APIs:
- Added checking of the step-dimension index value in the
yk_grid::get_element()
and similar APIs.
Previously, invalid values silently "wrapped" around to valid values.
Now, by default, the step index must be valid when reading, and the valid step indices are updated when writing.
The old behavior of silent index wrapping may be restored viaset_step_wrap(true)
. - The default for all
strict_indices
API parameters is nowtrue
to catch more programming errors and
increase consistency of behavior between "set" and "get" APIs. - The advanced
share_storage()
APIs have been replaced withfuse_grids()
.