Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.62k stars 2.83k forks source link

LUIS SDK is 0.7.0? - that makes no sense #13032

Closed diberry closed 1 year ago

diberry commented 4 years ago

Package Name: azure-cognitiveservices-language-luis

The current LUIS team has 3 versions of their rest API available right now for authoring. The GA version is the API is 2.x, and the preview is labeled 3.x, and the version after that, is 4.x. These are referenced in the docs and have significantly different features for building models.

How is a customer supposed to understand there is only one python package and its version isn't a 1.0 yet? What is a customer supposed to understand about the python package based on this versioning? Not GA, just peview with no support?

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @cahann, @kayousef.

KranthiPakala-MSFT commented 3 years ago

@cahann , @kayousef , @lmazuel - Following up to see if there is any update on the above feedback? - Thank you

cahann commented 3 years ago

Feedback noted with the coming SDK version. Thanks.

kristapratico commented 1 year ago

Please note: Language Understanding (LUIS) will be retired on 1 October 2025 and superseded by Conversational language understanding (CLU), a cloud-based AI offering in Azure Cognitive Services for Language. Starting 1 April 2023, users will not be able to create new LUIS resources. You can migrate from Language Understanding (LUIS) to conversational language understanding (CLU) following the instructions here. You can also read about the differences between LUIS and CLU in this side-by-side comparison.

The new Python library for CLU, azure-ai-language-conversations, follows the Python guidelines on versioning found here: https://azure.github.io/azure-sdk/python_design.html#package-versioning. The releases for the CLU client library can be found on the PyPi page: https://pypi.org/project/azure-ai-language-conversations/#history. Any release marked with "b" or "pre-release" is a beta release and targets a preview version of the service. Otherwise the version is stable and targets a GA version of the service. You can view exactly which API version the client library targets by clicking on the release and navigating to "Install the package".