This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Releases: iterative/mlem
Releases · iterative/mlem
0.2.7 🐶
0.2.6 🐶
0.2.5 🐶
0.2.4 🐶
Major updates
- Refactor github and gitlab resolvers, implement bitbucket by @mike0sv in #287
- add support for tensorflow by @madhur-tandon in #289
- Add onnx support by @maheshambule in #292
What's Changed
- Better error message on extension import error by @mike0sv in #300
- Fix torch serving and saving (again) by @mike0sv in #296
- fix broken sklearn import hook by @mike0sv in #305
- Update README.md by @jorgeorpinel in #220
- init: Fix missing dashes by @daavoo in #307
- Add ignore-errors for ls CLI & API by @mike0sv in #308
- Allow access to secrets for external contributors by @aguschin in #318
- readme: fix HTML tag by @jorgeorpinel in #311
- dynamic types support array, dict, ndarray by @maheshambule in #304
- DictType: added support for int keys by @maheshambule in #298
Chore
- Bump heroku limits + fix
setup-python
action by @aguschin in #328 - Add renovate by @aguschin in #314
- chore(deps): update dependency pyparsing to v3 by @renovate in #325
- chore(deps): update actions/cache action to v2.1.7 by @renovate in #315
- chore(deps): update actions/setup-python action to v4 by @renovate in #323
- chore(deps): update actions/cache action to v3 by @renovate in #321
- chore(deps): update styfle/cancel-workflow-action action to v0.10.0 by @renovate in #320
- chore(deps): update actions/checkout action to v3 by @renovate in #322
- chore(deps): update codecov/codecov-action action to v3 by @renovate in #324
- chore(deps): update dependency click to <8.2 by @renovate in #316
New Contributors
- @daavoo made their first contribution in #307
- @renovate made their first contribution in #325
- @maheshambule made their first contribution in #304
Full Changelog: 0.2.3...0.2.4
0.2.3 🐶
0.2.2 🐶
0.2.1 🐶
What's Changed
- better errors by @mike0sv in #253
- rename tags to labels by @mike0sv in #254
- Add Quick Start to Readme by @aguschin in #229
- redeploy models by @mike0sv in #255
- Add missing docstrings and refactor a little by @mike0sv in #261
- add core section by @mike0sv in #264
- fix error with dvc clone by @mike0sv in #259
- typo by @jorgeorpinel in #266
- Le Grand Renaming by @mike0sv in #269
- new telemetry spec by @mike0sv in #201
- Shell requirements by @mike0sv in #273
New Contributors
- @jorgeorpinel made their first contribution in #266
Full Changelog: 0.1.14...0.2.1
0.2.0 🐶
What's Changed
- add checking python env by @mike0sv in #223
- Implement get_writers for different datasets by @madhur-tandon in #198
- rmq server by @mike0sv in #205
- renaming by @mike0sv in #222
- fix fastapi schema errors for primitive types by @madhur-tandon in #245
- add exceptions for main by @mike0sv in #243
- add cloud extras by @mike0sv in #215
- fix for azure by @mike0sv in #249
- Support batch-reading for data-types with chunksize parameter by @terryyylim in #221
- add prefix for model names by @mike0sv in #246
- New Index by @mike0sv in #242
- add sklearn pipelines by @mike0sv in #251
New Contributors
- @terryyylim made their first contribution in #221 🎉
Full Changelog: 0.1.13...0.2.0
0.1.13 🐶
What's Changed
- get rid of dataset class and infer pandas format by @mike0sv in #199
- make ImportHook a MlemObject subclass so it can use entrypoint logic by @mike0sv in #202
- fix test_analyze_module_imports by @madhur-tandon in #204
- add cli for apply-remote by @madhur-tandon in #197
- better types cli and echo uri_repr by @mike0sv in #207
- Update README.md by @aguschin in #210
- Fix mypy failing by @aguschin in #211
Full Changelog: 0.1.12...0.1.13