-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Farewell to the Static API #4009
Conversation
Were you thinking of removing references to dynamic API? and just renaming it to API? |
....ML.Samples/Dynamic/Transforms/TreeFeaturization/FastForestBinaryFeaturizationWithOptions.cs
Outdated
Show resolved
Hide resolved
I can do it in this PR or in another PR. It might be a more documentation focused PR, so I was not thinking to have in this PR initially. What do you think? In reply to: 512006889 [](ancestors = 512006889) |
@@ -73,11 +72,6 @@ | |||
</None> | |||
<PackageReference Include="Microsoft.ML.TensorFlow.Redist" Version="0.10.0" /> | |||
|
|||
<ProjectReference Include="..\..\..\src\Microsoft.ML.Analyzer\Microsoft.ML.Analyzer.csproj"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
Nevermind, I see that we are removing the analyzer because it doesn't analyze anything other than static API usage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for reviewing! |
Fixes #3952.
In this PR I 1. remove the static API code and 2. migrate the tests to the C# API (dynamic API) and 3. stop producing the static pipe nugets.
The commits are organized logically, which should simplify the review process.