Kili

Latest version: v2.156.2

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

Scan your dependencies

Page 19 of 38

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

2.110.0

See changelog [here](https://cloud.kili-technology.com/docs/changes/changelog)
- The queries `api_keys`, `assets`, `issues`, `labels`, `locks`, `notifications`, `organizations`, `projects`, `project_users`, `project_versions` and `users` have now the arguments `as_generator` and `disable_tqdm`
- if `as_generator` is set to `True`, the result is returned as a generator.
- if `disable_tqdm`is set to `True`, tqdm will be disabled. the default value is `False`.

- All queries above can now fetch more than 100 objects (`first` > 100). Before, It was necessary to do a loop by changing `first` and `skip`at every iteration to fetch more than 100 objects. This "loop" is now part of all queries. This internal loop also integrates the API throttling limitation of 250 queries/min by pausing the internal loop when it would exceed 250 queries/min

2.109.0

See changelog [here](https://cloud.kili-technology.com/docs/changes/changelog)

Page 19 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.