3.0.0
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.