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