|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +<a name="1.3.3"></a> |
| 5 | +## [1.3.3](https://github.com/SeldonIO/MLServer/releases/tag/1.3.3) - 05 Jun 2023 |
| 6 | + |
| 7 | +<!-- Release notes generated using configuration in .github/release.yml at 1.3.3 --> |
| 8 | + |
| 9 | +### What's Changed |
| 10 | + |
| 11 | +* Add default LD_LIBRARY_PATH env var by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1120 |
| 12 | +* Adding cassava tutorial (mlserver + seldon core) by [@edshee](https://github.com/edshee) in https://github.com/SeldonIO/MLServer/pull/1156 |
| 13 | +* Add docs around converting to / from JSON by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1165 |
| 14 | +* Document SKLearn available outputs by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1167 |
| 15 | +* Fix minor typo in `alibi-explain` tests by [@ascillitoe](https://github.com/ascillitoe) in https://github.com/SeldonIO/MLServer/pull/1170 |
| 16 | +* Add support for `.ubj` models and improve XGBoost docs by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1168 |
| 17 | +* Fix content type annotations for pandas codecs by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1162 |
| 18 | +* Added option to configure the grpc histogram by [@cristiancl25](https://github.com/cristiancl25) in https://github.com/SeldonIO/MLServer/pull/1143 |
| 19 | +* Add OS classifiers to project's metadata by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1171 |
| 20 | +* Don't use `qsize` for parallel worker queue by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1169 |
| 21 | +* Fix small typo in Python API docs by [@krishanbhasin-gc](https://github.com/krishanbhasin-gc) in https://github.com/SeldonIO/MLServer/pull/1174 |
| 22 | +* Fix star import in `mlserver.codecs.*` by [@adriangonz](https://github.com/adriangonz) in https://github.com/SeldonIO/MLServer/pull/1172 |
| 23 | + |
| 24 | +### New Contributors |
| 25 | +* [@cristiancl25](https://github.com/cristiancl25) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1143 |
| 26 | +* [@krishanbhasin-gc](https://github.com/krishanbhasin-gc) made their first contribution in https://github.com/SeldonIO/MLServer/pull/1174 |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/SeldonIO/MLServer/compare/1.3.2...1.3.3 |
| 29 | + |
| 30 | +[Changes][1.3.3] |
| 31 | + |
| 32 | + |
4 | 33 | <a name="1.3.2"></a> |
5 | 34 | ## [1.3.2](https://github.com/SeldonIO/MLServer/releases/tag/1.3.2) - 10 May 2023 |
6 | 35 |
|
@@ -280,6 +309,7 @@ To learn more about how to use MLServer directly from the MLflow CLI, check out |
280 | 309 | [Changes][1.1.0] |
281 | 310 |
|
282 | 311 |
|
| 312 | +[1.3.3]: https://github.com/SeldonIO/MLServer/compare/1.3.2...1.3.3 |
283 | 313 | [1.3.2]: https://github.com/SeldonIO/MLServer/compare/1.3.1...1.3.2 |
284 | 314 | [1.3.1]: https://github.com/SeldonIO/MLServer/compare/1.3.0...1.3.1 |
285 | 315 | [1.3.0]: https://github.com/SeldonIO/MLServer/compare/1.2.4...1.3.0 |
|
0 commit comments