Releases: microsoft/ml-wrappers
Releases · microsoft/ml-wrappers
release v0.5.6
What's Changed
- Fix linting build by @gaugup in #174
- fix build failures and also update to scikit-learn OneHotEncoder sparse parameter to sparse_output for newer scikit-learn versions by @imatiach-msft in #175
- Fix tensorflow import in dataset wrapper to handle invalid tensorflow installation due to unsupported protobuf by @imatiach-msft in #176
- Update ml-wrappers release script to python 3.9 to fix test failures by @imatiach-msft in #177
Full Changelog: v0.5.5...v0.5.6
release v0.5.5
What's Changed
- Fix openai version check by @kartik727 in #167
- Kartikch/openai sys prompt by @kartik727 in #168
- fix flake8 linting errors in ml-wrappers after new flake8 release by @imatiach-msft in #169
- make input column customizable for openai wrapper by @kartik727 in #170
- PredictionWrapper: Stop search earlier when the candidate is found by @gaugup in #171
- Update version.py to release ml-wrappers 0.5.5 by @gaugup in #172
- Update release-ml-wrappers.yml to pin torch to below 2.0.0 by @gaugup in #173
New Contributors
- @kartik727 made their first contribution in #167
Full Changelog: v0.5.4...v0.5.5
release v0.5.4
What's Changed
- Update versions for github actions by @gaugup in #161
- Upgrade setup-python from v4 to v5 by @gaugup in #162
- fix openai wrapper compatibility with older version of openai less than 1.0.0 by @imatiach-msft in #163
- release ml-wrappers 0.5.4 by @imatiach-msft in #164
Full Changelog: v0.5.3...v0.5.4
release v0.5.3
What's Changed
- Update README.md to add status badges by @gaugup in #154
- add optional api key auto refresh callable to EndpointWrapperModel by @imatiach-msft in #153
- Update CI-python.yml to remove python 3.6 logic by @gaugup in #157
- Add python 3.11 builds to CI-python-minimal.yml by @gaugup in #155
- fix wrapper error for object detection models on empty model predictions by @imatiach-msft in #158
- update openai wrapper model to support new openai 1.0 APIs by @imatiach-msft in #160
- Fix for empty predictions by @Advitya17 in #156
- release ml-wrappers 0.5.3 by @imatiach-msft in #159
Full Changelog: v0.5.2...v0.5.3
release v0.5.2
What's Changed
- add default case for object detection to pass through models that have already been wrapped correctly by @imatiach-msft in #150
- Update requirements-linting.txt to add flake8-all-not-strings by @gaugup in #149
- ml-wrappers: Remove flake8 pins by @gaugup in #151
- release ml-wrappers 0.5.2 by @imatiach-msft in #152
Full Changelog: v0.5.1...v0.5.2
release v0.5.1
What's Changed
- Updated return type logic for OD detections by @Advitya17 in #147
- Release ml-wrappers 0.5.1 with OD list support by @Advitya17 in #148
Full Changelog: v0.5.0...v0.5.1
release v0.5.0
What's Changed
- modify automl threshold params and add gpu optimizations in object detection ml-wrappers by @imatiach-msft in #144
- release ml-wrappers 0.5.0 by @imatiach-msft in #146
Full Changelog: v0.4.13...v0.5.0
release v0.4.13
What's Changed
- add openai model endpoint wrapper by @imatiach-msft in #133
- fix is_sequential check for latest tensorflow 2.13 by @imatiach-msft in #136
- fix build CI errors on automl pycocotools dependency install by @imatiach-msft in #138
- generated docs for ml-wrappers by @imatiach-msft in #137
- convert predict result to numpy array by @hawestra in #139
- Remove deprecated parameter
sparse
fromOneHotEncoder
by @gaugup in #140 - Object Detection predict_proba Fix by @Advitya17 in #141
- Release new version of ml-wrappers by @Advitya17 in #142
- Handle missing values in predictions wrapper by @gaugup in #143
New Contributors
- @hawestra made their first contribution in #139
- @Advitya17 made their first contribution in #141
Full Changelog: v0.4.11...v0.4.13
v0.4.11
What's Changed
- Style Fix In Auto Device Func by @natalie-isak in #125
- Hot Fix For AutoDevice/Cuda by @natalie-isak in #127
- 4.11 Version Update by @natalie-isak in #128
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- Update requirements-dev.txt to pin catboost below 1.2 by @gaugup in #116
- Add validations for verifying the lengths of test data and prediction probabilities by @gaugup in #115
- Update codecov-action@v2 to codecov-action@v3 by @gaugup in #117
- return scikit-image style by default if not matched to model specific type by @imatiach-msft in #71
- Code quality for AutoML ML-Wrapper by @natalie-isak in #118
- Cuda Configurability For ML-Wrappers by @natalie-isak in #120
- release ml-wrappers 0.4.9 by @imatiach-msft in #121
- Auto Device by @natalie-isak in #122
- Incrementing Version Number (adding support for "auto-device") by @natalie-isak in #123
Full Changelog: v0.4.8...v0.4.9