Skip to content

3.0.0

Choose a tag to compare

@mikix mikix released this 07 Apr 14:05
· 15 commits to main since this release
10844e0

A few breaking changes in this major release:

  • Support for Python 3.7 has been dropped (slightly before it goes end-of-life)
  • All network calls have been changed to be async methods. Specifically, the following API calls are now async:
    • client.post
    • client.extract
    • transformer.list_polarity
    • transformer.map_polarity

These new async calls also take an optional client kwarg parameter, to provide an existing
httpx.AsyncClient session.