Skip to content

Version 2.20.00

Compare
Choose a tag to compare
@chuckyount chuckyount released this 12 Apr 22:35
· 852 commits to master since this release
5502a0d

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 via set_step_wrap(true).
  • The default for all strict_indices API parameters is now true to catch more programming errors and
    increase consistency of behavior between "set" and "get" APIs.
  • The advanced share_storage() APIs have been replaced with fuse_grids().