From 22739ae376d11a51c629b47f96558d2340b71212 Mon Sep 17 00:00:00 2001 From: Vladimir Losev Date: Fri, 2 Jul 2021 03:50:01 +0300 Subject: [PATCH] toloka-kit==0.1.9 release ![review](https://codereview.in.yandex-team.ru/badges/review-in_progress-yellow.svg) [![vlad--mois](https://codereview.in.yandex-team.ru/badges/vlad--mois-...-yellow.svg)](https://staff.yandex-team.ru/vlad-mois) ref:d3ffc30202b3467c31279ab05b29af9f5b3f1afb --- CHANGELOG.md | 10 ++++++++++ src/client/__version__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533347d3..00f713be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.1.9 +------------------- +* Improved support by static analyzers +* Added default value for `Pool.defaults` attribute +* Added default value 0 for `real_tasks_count`, `golden_tasks_count`, `training_tasks_count` in `MixerConfig` +* Added default value `AUTOMATED` for `Project.assignments_issuing_type` attribute +* Simplified `TolokaPluginV1`' interface by expanding `layout` attribute +* Simplified `TemplateBuilderViewSpec`'s interface by expanding `config` attribute +* Fixed an issue with `TemplateBuilder` config displayed in one line in Toloka's web interface +* `City`, `Languages`, `RegionByPhone` and `RegionByIp` filters now have `include` and `exclude`. Thix methods will eventually replace misleading `in_` and `not_in` method names. As for now, all variants are available for backward compatibility * Retry Toloka quotas. Minute quotas are retried by default. And you can turn on the retrying of hourly and daily quotas. diff --git a/src/client/__version__.py b/src/client/__version__.py index 410e5a4d..290b4935 100644 --- a/src/client/__version__.py +++ b/src/client/__version__.py @@ -1,3 +1,3 @@ __title__ = 'toloka-kit' -__version__ = '0.1.8' +__version__ = '0.1.9' __license__ = 'Apache 2.0'