Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 902 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 902 Bytes

Change Log

All notable changes to this project will be documented in this file, starting from version 0.2.0.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2024-07-14

Added

Changed

  • Upgraded to nalgebra 0.33.0 and num_traits 0.2.19
  • Better module/file structure for the source code

Fixed

  • Replaced unncessary .clone()s with borrowing