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