Skip to content

Latest commit

 

History

History
123 lines (74 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

123 lines (74 loc) · 3.19 KB

Open Prediction Service HUB

2.8.0 2022/11/28

  • [DBACLD-47417] Extend OPS to support downloading of Ruleset Models

2.7.1 2022/09/15

  • [DBACLD-58320] Fix ads ml service rule import

2.7.0 2022/07/07

  • [DBACLD-55843] Reduce the number of logs for ads-ml-service
  • [DBACLD-49507] New OPS capability return

2.6.2 2022/05/30

  • updated dependency orjson to v3.6.8
  • updated dependency sagemaker to v2.92.1
  • updated dependency scikit-learn to v1.1.1
  • updated dependency setuptools to v62
  • updated dependency pytest to v7
  • updated dependency org.openapitools:openapi-generator-maven-plugin to v6
  • deploy java SDK packages on public GitHub thanks to @tarilabs contribution

2.6.1 2022/05/19

  • [DBACLD-47445] Churn PMML returns 0 in ADS (Changed java version)

2.6.0 2022/04/06

  • [ADSML-320] Churn PMML returns 0 in ADS
  • Fix wml-proxy input schema
  • Fix wml-proxy output schema

2.5.4 2022/02/23

  • [ADSML-299] Add error messages for all OPS HTTP GET queries

2.5.3 2022/01/27

  • [ADSML-293] Fix concurrency problem for model discovery

2.5.2 2022/01/14

  • [ADSML-290] Fix upload problem found in ads-ml-integration test

2.5.1 2021/12/17

  • [ADSML-285] Update pagination for sagemaker-service
  • [ADSML-282] Add clear error message when model is missing during prediction
  • [ADSML-283] Update pagination for ads-ml-service
  • [ADSML-286] Update pagination for sklearn service

2.5.0 2021/11/09

  • [ADSML-137] Add max supported file size for upload ML model

2.4.3 2021/10/19

  • [ADSML-245] WhiteSource scan finds multiple CVE in ads-ml-service repo
  • [ADSML-252] Update environment.yml for sklean-service (CVE fix)
  • [ADSML-253] ads-ml-service should handle both http and https requests

2.4.2 2021/10/18

  • [ADSML-225] Update database migration for endpoint metadata

2.4.1 2021/10/11

  • [ADSML-235] Install ads-ml-service in the new Fyre env and update installation docs

2.4.0 2021/10/08

  • [ADSML-225] Add metadata in endpoints (PATCH method)

2.3.0 2021/10/06

  • [ADSML-225] Add metadata in endpoints

2.2.1 2021/08/18

  • [ADSML-198] Refine image push configuration
  • [ADSML-200] Update https configuration for ads-ml-service

2.2.0 2021/06/23

  • [ADSML-102] Added support for uploading serialised model
  • [ADSML-115] Updated Notebooks to work with ads-ml-service
  • [ADSML-125] Updated third-party dependencies
  • [ADSML-145] Fixed upload of serialized PMML model should not accept only file with "pmml" extension

2.1.0 2021/03/29

  • Added the manage capicity description of supported input, output and binary models
  • Added creating of endpoints by uploading binary models
  • [ADSML-69] Added cache on loading models in prediction calls
  • Added explanation service technical contribution

2.0.2 2021/01/28

  • [ADSML-70] removed credentials reference, they weren't valid anyway

2.0.1

  • Updated some dependencies due to vulnerability issues in sagemaker service

2.0.0

  • Releasing OPS v2

0.1.0

  • RTC-130468 Refactor OPS project structure and naming
  • RTC-130348 Add cache for OPS model storage

0.0.2

  • RTC-130175 Reduce the docker image size of the ads-ml-service

0.0.1

  • Added changelog
  • Makefile test use dev image instead of master