Skip to content

Releases: microsoft/ml-wrappers

ml-wrappers release v0.4.8

24 Apr 23:39
b9c8fa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

ml-wrappers release v0.4.7

14 Apr 20:39
8f266d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

release v0.4.6

17 Mar 00:43
3631a5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

release v0.4.5

16 Mar 22:37
b090ac1
Compare
Choose a tag to compare

What's Changed

  • hotfix for ml-wrappers import for GeneralObjectDetectionModelWrapper when vision-explanation-methods package not installed by @imatiach-msft in #95
  • release ml-wrappers 0.4.5 by @imatiach-msft in #96

Full Changelog: v0.4.4...v0.4.5

ml-wrappers release v0.4.4

15 Mar 21:55
210c5ab
Compare
Choose a tag to compare

What's Changed

This release reconfigures ML wrapping for the object detection scenario.

#PR links:

Full Changelog: v0.4.3...v0.4.4

release v0.4.3

24 Feb 17:04
aff3cf5
Compare
Choose a tag to compare
  • Create linkcheck.yml for checking hyperlinks in .md files by @gaugup in #82
  • Add python 3.10 to setup.py and docs by @gaugup in #81
  • remove dead links in support page by @imatiach-msft in #84
  • add fastai tabular learner wrapper for classification and regression models by @imatiach-msft in #83
  • fix fastai get_preds on inference when callbacks failing by @imatiach-msft in #85
  • Disabling MAC OS tests due to seg fault failures by @gaugup in #87
  • Add more datasets to prediction wrapper tests by @gaugup in #86
  • re-enable macos python tests in gated builds by @imatiach-msft in #89
  • Object Detection Model Wrapper Support by @natalie-isak in #88
  • reduce codecov uploads and add retry logic to fix frequent random build failures by @imatiach-msft in #91

New Contributors

Full Changelog: v0.4.2...v0.4.3

release v0.4.2

13 Dec 17:34
4d3a7a4
Compare
Choose a tag to compare
  • hotfix to ml-wrappers to make mlflow PyFuncModel import optional (no hard dependency) which is causing upstream errors by @imatiach-msft in #79
  • Update python-linting.yml to update setup-python to version 4 by @gaugup in #78
  • release ml-wrappers 0.4.2 by @imatiach-msft in #80

Full Changelog: v0.4.1...v0.4.2

release v0.4.1

09 Dec 20:20
b48bde7
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

release v0.4.0

30 Nov 15:51
f67a250
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

release v0.3.0

08 Nov 17:27
a2a4d44
Compare
Choose a tag to compare
  • Add scheduled builds for github workflows in ml-wrappers by @gaugup in #61
  • Update flake8 to 4.0.1 in requirements-linting.txt to fix flake8 gate by @gaugup in #62
  • Update CI-python.yml to log most time consuming tests by @gaugup in #63
  • Add model wrapper for wrapping data and predictions by @gaugup in #64
  • Add titanic dataset to prediction model wrapper tests by @gaugup in #65
  • Change iteration logic from pandas series to pandas dataframe by @gaugup in #66
  • add multilabel text model wrapper by @imatiach-msft in #67
  • release ml-wrappers v0.3.0 by @imatiach-msft in #68

Full Changelog: v0.2.2...v0.3.0