File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 66
77All release highlights of this project will be documented in this file.
88
9+ 4.4.13 - June 04, 2023
10+ _______________________
11+
12+ **Updated **
13+
14+ - ``SAClient.download_annotations() `` Replaced `___objects.json ` and `___pixel.json ` postfixes to `.json `.
15+ - ``SAClient.set_approval_statuses() `` Added Document project support.
16+ - ``SAClient.convert_project_type() `` Added required argument `convert_to `.
17+ - ``SAClient.import_annotation() `` Replaced `___objects.json ` and `___pixel.json ` postfixes to `.json `.
18+ - ``SAClient.download_export() `` Replaced `___objects.json ` and `___pixel.json ` postfixes to `.json `.
19+
20+ **Removed **
21+
22+ - ``SAClient.convert_json_version() `` method.
23+
9244.4.12 - April 23, 2023
1025_______________________
1126
Original file line number Diff line number Diff line change @@ -33,8 +33,18 @@ Authentication
3333 # by token
3434 sa_client = SAClient(token = ' <team token>' )
3535 # by config file
36- # default path is ~/.superannotate/config.json
37- sa_client = SAClient(config_path = ' ~/.superannotate/dev_config.json' )
36+ # default path is ~/.superannotate/config.ini
37+ sa_client = SAClient(config_path = ' ~/.superannotate/dev_config.ini' )
38+
39+
40+ config.ini example
41+ ---------------
42+ .. code-block :: python
43+
44+ [DEFAULT ]
45+ SA_TOKEN = < Token>
46+ LOGGING_LEVEL = INFO
47+
3848
3949 Using superannotate
4050-------------------
You can’t perform that action at this time.
0 commit comments