fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Breaking API changes on c++ and python binding (bump version to v3.0.0) #286

Closed xinyuli1204 closed 2 weeks ago

xinyuli1204 commented 2 weeks ago

Breaking api changes

set_param --> set_params (const std::vector<Param>& params)
set_iport --> set_iports(const std::vector<Port>& ports)
xinyuli1204 commented 2 weeks ago

https://github.com/fixstars/ion-kit/pull/285

xinyuli1204 commented 2 weeks ago

https://github.com/fixstars/ion-kit/pull/287