Releases: rosette-api/python
Releases · rosette-api/python
Release list
Version 1.9.0
- Multilingual language identification example
- User Agent includes runtime version
Release 1.8.2
Release 1.8.1
Release 1.8.0
Release 1.7.0
Release 1.5.0
Release 1.4.2
Added setUrlParameter logic to multipart handling
Release 1.4.1
Added the ability to set URL parameters via the Api instance:
- Api.setUrlParameter(name, value), Note: a single URL parameter may be removed by setting value = None
- Api.getUrlParameter(name)
- Api.clearUrlParameters()
Example: Api.setUrlParameter('output', 'rosette') will append ?output=rosette to the endpoint URL and return additional information (subject to change).
Note: Once set on an Api instance, the parameter will remain active for all endpoint calls.
Release 1.4.0
Release 1.3.0
Includes a new endpoint, text-embedding, as well as a number of minor fixes.