# Changelog of calculator-lib All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [v0.2.0] - 2025-06-26 - Add the `subtract` function to perform element-wise subtractions between two images. ## [v0.1.0] - 2025-06-26 This is the first release of the calculator-lib package. - Add the `Image` class that represents images loaded in memory. - Add the `add` function to perform element-wise additions between two images.