Skip to content

Update API Compat after 1.2 release #3980

Closed
@artidoro

Description

@artidoro

We should update the API Compat tool after the 1.2 release. There are two updates that need to be made.

  1. Update the current projects to point to point to the 1.2 nugets

    <PackageReference Include="Microsoft.ML" Version="1.1.0" />
    <PackageReference Include="Microsoft.ML.DataView" Version="1.1.0" />
    <PackageReference Include="Microsoft.ML.CpuMath" Version="1.1.0" />
    <PackageReference Include="Microsoft.ML.FastTree" Version="1.1.0" />
    <PackageReference Include="Microsoft.ML.LightGbm" Version="1.1.0" />
    <PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.1.0" />
    <PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.1.0" />

  2. Activate API Compat on the new stable projects (Onnx, TensorFlow and TimeSeries) and make the stable version point to the 1.2 nugets.

Metadata

Metadata

Assignees

Labels

BuildBuild related issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions