Kili

Latest version: v2.157.1

Safety actively analyzes 640986 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 19 of 38

2.114.1

2.114.0

2.113.0

See changelog [here](https://docs.kili-technology.com/changelog/june-1st-2022)

The field `label_json_response_contains` used in `assets` and `count_assets` queries is now deprecated. It will be removed in version 2.115
Instead, you can use `label_category_search` to filter based on categories in labels. Have a look at the following guide to do so.

"How to filter based on label categories"

The search query is composed of logical expressions following this format:

[job_name].[category_name].count [comparaison_operator] [value]

Where:

- `[job_name]` is the name of the job in the interface
- `[category_name]` is the name of the category in the interface for this job
- `[comparaison_operator]` can be one of: [`==`, `>=`, `<=`, `<`, `>`]
- `[value]` is an integer that represents the count of such objects of the given category in the label

These operations can be separated by OR and AND operators

Examples:

- label_category_search = `JOB_CLASSIF.CATEGORY_A.count > 0`
- label_category_search = `JOB_CLASSIF.CATEGORY_A.count > 0 OR JOB_NER.CATEGORY_B.count > 0`
- label_category_search = `(JOB_CLASSIF.CATEGORY_A.count == 1 OR JOB_NER.CATEGORY_B.count > 0) AND JOB_BBOX.CATEGORY_C.count > 10`

2.112.0

See changelog [here](https://docs.kili-technology.com/changelog/may-18th-2022)

You no longer have to build batch calls when using the `append_many_to_dataset()`, `delete_many_from_dataset()`, `update_properties_in_assets()` and `create_predictions()` mutations with more than 100 assets at once. Instead, you will see an internal paginated loop.

2.111.1

2.111.0

See changelog [here](https://docs.kili-technology.com/changelog/may-4th-2022)

The field `interfaceCategory` has been removed from the Project model. That does mean:
- You cannot query this field through `kili.projects()`
- You cannot update this property in your project through `kili.update_properties_in_project()`

As this field was unused for a long time, it is very likely not to affect your current scripts.
If it does, please upgrade your version of kili through `pip install --upgrade kili` command

Page 19 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.