From 611273d28cbbef94b507ed65e2a6b0f49871d2d1 Mon Sep 17 00:00:00 2001 From: Luka Macan Date: Mon, 30 Dec 2024 14:19:00 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30608e..77b6662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog -## [Unreleased] +## [0.4.0] - 2024-12-30 ### Added +- NnxBuildFlow and CmakeBuildFlow +- Neureka V2 support - github action for testing neureka - add NnxMapping dictionary that maps accelerator name to the accelerator specific classes - choice of data generation method (ones, incremented, or random) @@ -18,6 +20,7 @@ ### Changed +- neureka is now tested with a more recent gcc version - python requirements are changed into requirements-pip and requirements-conda - conftest now passes only strings to test.py to improve readability of pytest logs - NnxMemoryLayout is now NnxWeight and also has a method for source generation