Newer
Older
<!--
SPDX-FileCopyrightText: 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
SPDX-License-Identifier: Apache-2.0
-->
# Changelog
This file documents significant changes between KleidiCV releases.
KleidiCV uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog aims to follow the guiding principles of
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## 0.2.0 - not yet released
### Added
- Exponential function for float.
- Gaussian Blur for 7x7 kernels.
- Gaussian Blur for 15x15 kernels.
- Add, subtract, multiply & absdiff enabled in OpenCV HAL.
- MinMax enabled in OpenCV HAL, float version added.
- Resize 4x4 for float.
- Resize 0.5x0.5 for uint8_t.
- Conversion from float to (u)int8_t and vice versa.
### Fixed
### Changed
### Removed