[Release] 1.1.1 release
[platform/adaptation/npu/trix-engine.git] / CHANGES
1 1.1.0 -> 1.1.1:
2   - Fix minor bugs on data mainpulation
3
4 1.0.1 -> 1.1.0:
5   - Remove NPU emulation impl. (moved to AIP/NPU_SystemService_Emulator)
6   - Remove testdata generation impl. (moved to AIP/NPU_SystemService_Testdata)
7   - Simplify debian/tizen packaging scripts
8
9 1.0.0 -> 1.0.1:
10   - Fix minor bugs in testdata generation
11
12 0.0.7 -> 1.0.0:
13   - Support simultaneous request handling from different user apps
14   - Support timeout and priority handling for multiple requests
15   - Add and verify prebuilt tvn models (TRIV v1) in FastModel
16   - Sync with the NPU driver version in NPU_Linux-kernel
17
18 0.0.6 -> 0.0.7:
19   - Verify test cases on FastModel
20   - Fix a few minor bugs
21
22 0.0.5 -> 0.0.6:
23   - Support new NPU binary format (i.e., version 2)
24   - Support non-contiguous multiple input/output tensors
25   - Support data manipulation and quantization (only for npubinfmt v2)
26
27 0.0.4 -> 0.0.5:
28   - Add a prototype for NPU-ASR
29   - Fix minor bugs
30
31 0.0.3 -> 0.0.4:
32   - Change names of sub-packages from libnpuengine to npu-engine
33
34 0.0.2 -> 0.0.3:
35   - Tarballs containing test data are removed
36   - Test data are generated at the build time
37
38 0.0.1 -> 0.0.2:
39   - NPU Vision functionality verified in the FastModel envionment
40   - Support Ubuntu 16.04 packaging & emulation of NPU executions
41   - More test cases with single/multi-layer NPU models