# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2026-04-15

### Added

- Add a property to configure the memory pool size.

### Changed

- Migrate to MicroEJ Library plugin.
- Align with MicroAI library 2.3.0.

## [2.2.0] - 2025-08-20

### Changed

- Use version 2.2.0 of the MicroAI library.

## [2.1.0] - 2025-08-06

### Changed

- Provide a way to configure inferenceMemoryPoolSize, especially necessary for lightweight backends , ex: TensorFlowLite Micro "arena size"

## [2.0.0] - 2025-04-29

### Added

- Provide an API to reset the model interpreter, for stateful models
- changed the package path to `com.microej.pack.microai:microai-testsuite`

## [1.0.0] - 2025-04-15

### Added

- First version of MicroAI Test suite, using our own generated basic math models.

---
_Markdown_  
_Copyright 2025-2026 MicroEJ Corp. All rights reserved._  
_Use of this source code is governed by a BSD-style license that can be found with this software._  
