Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Releases: iterative/mlem

0.4.4 🐶

08 Feb 13:27
0c6f03c
Compare
Choose a tag to compare

This release improves Streamlit app creation and fix some bugs.

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3 🐶

27 Jan 12:24
f1c4d3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2 🐶

19 Jan 06:14
c7f9161
Compare
Choose a tag to compare

What's new

Changes

  • Allow to build pip for different python version by @mike0sv in #564
  • Return default value for config get if not present by @mike0sv in #563
  • Fix empty requirements in notebooks by @mike0sv in #562
  • Update GH workflow by @aguschin in #561
  • Fix bug with serving models without model, with processors only by @aguschin in #569
  • Allow rerunning deploy without --load if deployment meta is going to be the same by @aguschin in #570
  • Add fly.io deployments by @mike0sv in #511
  • Remove empty dirs after artefact cleaning by @mike0sv in #571
  • Add pil serializer for images by @mike0sv in #543
  • set --force_overwite True as default for mlem build docker by @aguschin in #573
  • Raise appr error if model option is missing by @mike0sv in #578
  • add support for sklearn transformers by @ykasimov in #538

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1 🐶

30 Dec 17:57
749b8d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0 🐶

20 Dec 15:42
66ad871
Compare
Choose a tag to compare

What's new

  • Now you can serve your models with Streamlit: mlem serve streamlit --model mymodel. Streamlit app is built automatically based on sample_data you provide to mlem.api.save() call.
  • Now you can add pre- and post-processors for your models. mlem.api.save(..., preprocess=..., postprocess=...) will apply preprocess before the model and postprocess after the model like this: postprocess(model(preprocess(x))).
  • Since the two above break backward compatibility (.mlem files have a different structure now), we implemented mlem migrate command that will re-write .mlem files to adhere to new format.

Changes

Full Changelog: 0.3.2...0.4.0

0.3.2 🐶

06 Dec 05:38
ff340ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1 🐶

21 Nov 06:47
75e2074
Compare
Choose a tag to compare

Important changes

  • Remove standard signature from models and move it to servers by @mike0sv in #456
  • enable apply for raw model objects by @mike0sv in #482
  • Change port mapping syntax by @mike0sv in #486

Fixes

Chore

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0 🐶

27 Oct 16:41
663862f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.9...0.3.0

0.2.9 🐶

19 Oct 14:38
86105ee
Compare
Choose a tag to compare

Changes

Chore

  • chore(deps): update actions/cache action to v3.0.11 (#439) @renovate
  • chore(deps): update styfle/cancel-workflow-action action to v0.11.0 (#438) @renovate

0.2.8 🐶

14 Sep 11:28
51f328a
Compare
Choose a tag to compare

Major updates

What's Changed

Chore

  • chore(deps): update actions/cache action to v3.0.6 by @renovate in #373
  • chore(deps): update actions/cache action to v3.0.8 by @renovate in #383
  • chore(deps): update actions/cache action to v3.0.7 by @renovate in #377

Full Changelog: 0.2.7...0.2.8