Skip to content

Commit 231a808

Browse files
authored
Merge pull request #620 from superannotateai/changelog_update
Added change log
2 parents 520750e + f4c20a3 commit 231a808

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ History
66

77
All 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+
924
4.4.12 - April 23, 2023
1025
_______________________
1126

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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
-------------------

0 commit comments

Comments
 (0)