Skip to content

Commit f1b85e3

Browse files
github-actions[bot]adriangonzAdrian Gonzalez-Martin
committed
Update CHANGELOG (#1196)
Co-authored-by: adriangonz <[email protected]> Co-authored-by: Adrian Gonzalez-Martin <[email protected]>
1 parent 8504a81 commit f1b85e3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

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+
433
<a name="1.3.2"></a>
534
## [1.3.2](https://github.com/SeldonIO/MLServer/releases/tag/1.3.2) - 10 May 2023
635

@@ -280,6 +309,7 @@ To learn more about how to use MLServer directly from the MLflow CLI, check out
280309
[Changes][1.1.0]
281310

282311

312+
[1.3.3]: https://github.com/SeldonIO/MLServer/compare/1.3.2...1.3.3
283313
[1.3.2]: https://github.com/SeldonIO/MLServer/compare/1.3.1...1.3.2
284314
[1.3.1]: https://github.com/SeldonIO/MLServer/compare/1.3.0...1.3.1
285315
[1.3.0]: https://github.com/SeldonIO/MLServer/compare/1.2.4...1.3.0

0 commit comments

Comments
 (0)