Releases: monkeylearn/monkeylearn-python
Releases · monkeylearn/monkeylearn-python
v3.6.0
- Remove deprecated
parent_id
parameter
- Deprecate usage of Workflows
db_name
v3.5.2
- Removed deprecated
parent_id
param
v3.5.1
MonkeyLearn Python v3.5.1
- Fixed wrong default for
algorithm
on Classification.create
v3.5.0
MonkeyLearn Python v3.5.0
- Added
input_duplicates_strategy
and existing_duplicates_strategy
support to classifiers.upload_data
.
v3.4.0
MonkeyLearn Python v3.4.0
v3.2.4
- bugfix in how we set the long_description for setup.py
v3.2.3
- add user agent in request
v3.2.2
- add support for workflows
v3.2.1
- Cache response.body to avoid parsing on each access and improve performance when dealing with multiple requests
- Improved documentation
v3.2.0
- Support for MonkeyLearn API v3.2
- Added
order_by
support in classifier and extractor list endpoints