File tree Expand file tree Collapse file tree 3 files changed +40
-18
lines changed
src/superannotate_schemas Expand file tree Collapse file tree 3 files changed +40
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+
4+
5+ All release higlighths of this project will be documented in this file.
6+
7+ ## 1.0.37 - Jan 27 2022
8+ ### Added
9+ - Add CLI argument report_path
10+ ###
11+
12+ ## 1.0.36 - Jan 20 2022
13+ ### Added
14+ - Add document schema test
15+ ### Updated
16+ - Base schema
17+ ###
18+
19+ ## 1.0.35 - Jan 20 2022
20+ ### Added
21+ - Vector schema test
22+ ### Updated
23+ - Vector Schema - metadata
24+ ###
25+
26+ ## 1.0.3 - Dec 16 2021
27+ ### Added
28+ - tests
29+ ### Updated
30+ - RBBOX fields.
31+ ### Fixed
32+ - Schemas.
33+ ###
34+
35+ ## 1.0.1 - Dec 12 2021
36+ ### Added
37+ - Models
38+ - CLI
39+ ###
Original file line number Diff line number Diff line change 77from superannotate_schemas .validators import AnnotationValidators
88
99
10- __version__ = '1.0.39b5 '
10+ __version__ = '1.0.38 '
1111
1212__all__ = [
1313 "__version__" ,
You can’t perform that action at this time.
0 commit comments