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 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.