Changelog of calculator-lib¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[v0.2.0] - 2025-06-26¶
Add the
subtractfunction 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
Imageclass that represents images loaded in memory.Add the
addfunction to perform element-wise additions between two images.