API Update: What's New & Tips
This page is for the users updating Sensing-Dev SDK from v24.05 to the latest.
This page will be updated with each new release.
Version v25.01.02 Changes
Ion-kit Dependency Update
Starting from v25.01.02, the ion-kit
dependency Halide
has been updated from version 16.0.0 to 17.0.1.
API Changes
The following functions have been modified:
set_iport(const std::vector<Port>& ports)
is replaced byset_iports(const std::vector<Port>& ports)
set_param(const std::vector<Params>& params)
is replaced byset_params(const std::vector<Params>& params)
.
Please make sure to update your code accordingly to accommodate these changes.