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