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