[Release] NPU engine 0.0.7 release
[platform/adaptation/npu/trix-engine.git] / CHANGES
1 0.0.6 -> 0.0.7:
2   - Verify test cases on FastModel
3   - Fix a few minor bugs
4
5 0.0.5 -> 0.0.6:
6   - Support new NPU binary format (i.e., version 2)
7   - Support non-contiguous multiple input/output tensors
8   - Support data manipulation and quantization (only for npubinfmt v2)
9
10 0.0.4 -> 0.0.5:
11   - Add a prototype for NPU-ASR
12   - Fix minor bugs
13
14 0.0.3 -> 0.0.4:
15   - Change names of sub-packages from libnpuengine to npu-engine
16
17 0.0.2 -> 0.0.3:
18   - Tarballs containing test data are removed
19   - Test data are generated at the build time
20
21 0.0.1 -> 0.0.2:
22   - NPU Vision functionality verified in the FastModel envionment
23   - Support Ubuntu 16.04 packaging & emulation of NPU executions
24   - More test cases with single/multi-layer NPU models