Hello all, Yesterday was the end of week 9 (I think I might've lost count!). Find what I did in this week in this blogpost https://medium.com/@theartful.ae/gsoc-19-with-shogun-week-9-adde4e742555
I think I've hit a blocker on the SGString PR. It's not possible to define typemaps for std::vector<SGVector<T>> because "std_vector.i" (swig's library to support vectors) already defines them. Their typemaps work well with primitive types, but I couldn't get them to work with custom types. On the spdlog PR, it needs review. Also do we want to support compile-time loglevels? So for example when shogun is build in release mode, we can get rid of all SG_DEBUG and SG_GCDEBUG. This week I will finish up old PRs, and work on subsets. Thanks, Ahmed Essam.