- JavaScript is now among supported languages. Kudos to bcampbell-prosper for this contribution.
0.3.1
- Fixed generation of XGBoost models in case when feature names are not specified in a model object (https://github.com/BayesWitnesses/m2cgen/pull/93). Thanks akhvorov for contributing the fix.
0.3.0
- Added support of the following SVM model implementations from `scikit-learn`: `SVC`, `NuSVC`, `SVR` and `NuSVR`.
0.2.1
- For XGBoost models add support of the `best_ntree_limit` attribute to limit the number of estimators used during prediction. Thanks arshamg for helping with that.
0.2.0
- Golang joins the family of languages supported by `m2cgen` 🎉 Credit goes to matbur for making such a significant contribution 🥇 - For generated C code the custom `assign_array` function that was used to assign vector values has been replaced with plain `memcpy`.
0.1.1
- Fix handling of the "default_left" value in the LightGBM assembler.