Skip to content

Releases: rosette-api/python

Version 1.9.0

Choose a tag to compare

@seth-mg seth-mg released this 22 Jan 18:07
  • Multilingual language identification example
  • User Agent includes runtime version

Release 1.8.2

Choose a tag to compare

@cp2boston cp2boston released this 13 Dec 18:39

Fixed an open file handle bug

Release 1.8.1

Choose a tag to compare

@cp2boston cp2boston released this 26 Oct 19:44
  • Resolves InsecureRequestWarning

Release 1.8.0

Choose a tag to compare

@cp2boston cp2boston released this 24 Oct 13:17
Release 1.8.0

Release 1.7.0

Choose a tag to compare

@cp2boston cp2boston released this 14 Jun 12:51

See wiki for details

Release 1.5.0

Choose a tag to compare

@cp2boston cp2boston released this 19 Dec 15:51
Release 1.5.0

Release 1.4.2

Choose a tag to compare

@cp2boston cp2boston released this 18 Nov 13:16

Added setUrlParameter logic to multipart handling

Release 1.4.1

Choose a tag to compare

@cp2boston cp2boston released this 17 Nov 13:11

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

Choose a tag to compare

@cp2boston cp2boston released this 06 Oct 13:16

Added syntax/depencies

Release 1.3.0

Choose a tag to compare

@cp2boston cp2boston released this 08 Sep 16:59

Includes a new endpoint, text-embedding, as well as a number of minor fixes.