File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.1.0 Unreleased]
4
+
5
+ ### Summary
6
+
7
+ *
8
+
9
+ ### What's Changed
10
+
11
+ *
12
+
13
+ ### New Contributors
14
+
15
+ *
16
+
17
+
3
18
## [ 1.0.0 Unreleased]
4
19
5
20
### Summary
11
26
12
27
### What's Changed
13
28
14
- * Refactor names/folders/objects for better verbosity by @GalyaZalesskaya in https://github.com/openvinotoolkit/openvino_xai/pull/5
15
29
* Support classification task by @negvet in https://github.com/intel-sandbox/openvino_xai/commit/dd5fd9b73fe8c12e2d741792043372bcd900a850
16
30
* Support detection task by @negvet in https://github.com/intel-sandbox/openvino_xai/commit/84f285f2f40a8b1fc50a8cd49798aae37afd58dc
17
31
* Support Model API as inference engine by @negvet in https://github.com/intel-sandbox/openvino_xai/commit/5f575f122dedc0461975bd58f81e730a901a69a6
69
83
* Add unit test coverage setting by @goodsong81 in https://github.com/intel-sandbox/openvino_xai/pull/63
70
84
* Add LICENSE and SECURITY.md by @goodsong81 in https://github.com/intel-sandbox/openvino_xai/pull/64
71
85
* Add CHANGLOG.md by @goodsong81 in https://github.com/intel-sandbox/openvino_xai/pull/65
86
+ * Refactor names/folders/objects for better verbosity by @GalyaZalesskaya in https://github.com/openvinotoolkit/openvino_xai/pull/5
72
87
73
88
### New Contributors
74
89
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " openvino_xai"
10
- version = " 1.0 .0rc01"
10
+ version = " 1.1 .0rc01"
11
11
dependencies = [
12
12
" openvino-dev==2023.2" ,
13
13
" opencv-python" ,
You can’t perform that action at this time.
0 commit comments